[Mesa-dev] Mesa 10.4.1

2014-12-29 Thread Emil Velikov
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-dev] Mesa 10.3.6

2014-12-29 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 01/41] glapi: Added ARB_direct_state_access.xml file.

2014-12-29 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 12/41] main: Added entry points for glTextureSubImage*D.

2014-12-29 Thread Anuj Phogat
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

Re: [Mesa-dev] [PATCH 1/2] gallium/st: Clean up Haiku depth mapping, fix colorspace errors

2014-12-29 Thread Roland Scheidegger
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

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-29 Thread bugzilla-daemon
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

[Mesa-dev] [Bug 86837] kodi segfault since auxiliary/vl: rework the build of the VL code

2014-12-29 Thread bugzilla-daemon
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

Re: [Mesa-dev] [PATCH] gallium: add double opcodes and TGSI execution (v2.1)

2014-12-29 Thread Roland Scheidegger
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

Re: [Mesa-dev] [PATCH 0/8] i965/vec4: Use Vector-float immediates.

2014-12-29 Thread Matt Turner
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%)

Re: [Mesa-dev] [PATCH] mesa: Remove __SSE4_1__ guards from sse_minmax.c.

2014-12-29 Thread Kristian Høgsberg
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 > --

[Mesa-dev] [PATCH] mesa: Remove __SSE4_1__ guards from sse_minmax.c.

2014-12-29 Thread Matt Turner
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 __

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-29 Thread bugzilla-daemon
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

Re: [Mesa-dev] [PATCH 2/4] gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.

2014-12-29 Thread Jose Fonseca
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,

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-29 Thread bugzilla-daemon
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' >