Mesa 10.4.1 has been released. Mesa 10.4.1 is a bug fix release
fixing bugs since the 10.4.0 release, (see below for a list of
changes).
The tag in the git repository for Mesa 10.4.1 is 'mesa-10.4.1'.
Mesa 10.4.1 is available for download at
ftp://freedesktop.org/pub/mesa/10.4.1/
SHA-256 checksu
Mesa 10.3.6 has been released. Mesa 10.3.6 is a bug fix release
fixing bugs since the 10.3.5 release, (see below for a list of
changes).
The tag in the git repository for Mesa 10.3.6 is 'mesa-10.3.6'.
Mesa 10.3.6 is available for download at
ftp://freedesktop.org/pub/mesa/10.3.6/
SHA-256 checksu
On 16/12/14 01:22, Laura Ekstrand wrote:
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index f0e2f89..6aba159 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -103,6 +103,7 @@ static const struct extension extension_table[] = {
> { "GL
On Tue, Dec 16, 2014 at 6:52 AM, Laura Ekstrand wrote:
> ---
> src/mapi/glapi/gen/ARB_direct_state_access.xml | 36 +++
> src/mesa/main/teximage.c | 343
> +++--
> src/mesa/main/teximage.h | 30 +++
> 3 files changed, 333 insertio
Am 27.12.2014 um 18:41 schrieb Ilia Mirkin:
> On Sat, Dec 27, 2014 at 1:13 AM, Alexander von Gluck IV
> wrote:
>> ---
>> src/gallium/state_trackers/hgl/hgl.c | 48
>> +
>> 1 files changed, 19 insertions(+), 29 deletions(-)
>>
>> diff --git a/src/gallium/state_tr
https://bugs.freedesktop.org/show_bug.cgi?id=87658
--- Comment #19 from Roland Scheidegger ---
Maybe using
PIPE_ALIGN_STACK static INLINE boolean sse2_has_daz(void)
would do the trick. I guess the PIPE_ALIGN_VAR on a stack'ed variable isn't
working otherwise. Not sure though this works on inlined
https://bugs.freedesktop.org/show_bug.cgi?id=86837
--- Comment #12 from Emil Velikov ---
Seems like Christian dropped the link with the tentative fix.
http://patchwork.freedesktop.org/patch/39400/
Guys can you test this please ?
Christian, kindly tell me your opinion to the proposal in the patc
Just minor nits, looks good to me otherwise.
I agree with others that probably the round family of functions should
be added too (but could be done in another patch). Maybe could have one
cap bit then (so some implementations only doing what's required by sm5,
hence missing things like round and rs
On Mon, Dec 22, 2014 at 6:30 PM, Ian Romanick wrote:
> On 12/21/2014 03:23 PM, Matt Turner wrote:
>> This series adds support to i965's vec4 backend for using vector-float
>> immediates. The shader-db results are pretty nice:
>>
>> total instructions in shared programs: 5889529 -> 5876617 (-0.22%)
On Mon, Dec 29, 2014 at 10:55 AM, Matt Turner wrote:
> See commit e07c9a288.
Reviewed-by: Kristian Høgsberg
> ---
> src/mesa/main/sse_minmax.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/src/mesa/main/sse_minmax.c b/src/mesa/main/sse_minmax.c
> index 222ac14..2e34716 100644
> --
See commit e07c9a288.
---
src/mesa/main/sse_minmax.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/mesa/main/sse_minmax.c b/src/mesa/main/sse_minmax.c
index 222ac14..2e34716 100644
--- a/src/mesa/main/sse_minmax.c
+++ b/src/mesa/main/sse_minmax.c
@@ -25,7 +25,6 @@
*
*/
-#ifdef __
https://bugs.freedesktop.org/show_bug.cgi?id=87658
--- Comment #18 from Patrick Baggett ---
Right, I thought Chris Paulson-Ellis tried your patch which includes this
alignment, but it still didn't work due to alignment. I think we're both on the
same page though.
--
You are receiving this mail
IIUC, "ancillary" here means depth/stencil buffer associated with the
framebuffer.
So basically PIPE_FLUSH_INVALIDATE_ANCILLARY you're proposing will
invalidate the currently bound pipe_framebuffer_state::zsbuf.
I think we eventually will want a more general invalidate pipe_context
method,
https://bugs.freedesktop.org/show_bug.cgi?id=87658
--- Comment #17 from ubiz...@gmail.com ---
(In reply to Patrick Baggett from comment #16)
> That is strange...I would have expected an "illegal instruction" (SIGILL) if
> the CPU simply did not support this, but this is SIGSEGV. Is the 'fxsave'
>
14 matches
Mail list logo