[Mesa-dev] [PATCH] nv50: TXF already has integer arguments, don't try to convert from f32

2013-12-08 Thread Ilia Mirkin
Fixes the texelFetch piglit tests. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- Verified a few things, but it's hard to check this fully. They array-texture piglit test fails if the conversion isn't done at all, and texelFetch starts passing if the conversion is removed. Dunno if this is

[Mesa-dev] [PATCH 0/3] gl_SampleMaskIn[] support

2013-12-08 Thread Chris Forbes
This adds another tiny piece of ARB_gpu_shader5. From the ARB_gpu_shader5 specification: The variable gl_SampleMaskIn is an array of integers, each holding a bitfield indicating the set of samples covered by the primitive generating the fragment during multisample rasterization. The array has

[Mesa-dev] [PATCH 1/3] mesa: add SYSTEM_VALUE_SAMPLE_MASK_IN

2013-12-08 Thread Chris Forbes
Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/main/mtypes.h | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index db3cc3b..29e3e12 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@

[Mesa-dev] [PATCH 2/3] glsl: add gl_SampleMaskIn[] builtin

2013-12-08 Thread Chris Forbes
Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/glsl/builtin_variables.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/glsl/builtin_variables.cpp b/src/glsl/builtin_variables.cpp index d0e76e3..19643ec 100644 --- a/src/glsl/builtin_variables.cpp +++

[Mesa-dev] [PATCH 3/3] i965/fs: add support for gl_SampleMaskIn[]

2013-12-08 Thread Chris Forbes
Signed-off-by: Chris Forbes chr...@ijw.co.nz --- src/mesa/drivers/dri/i965/brw_fs.cpp | 22 +- src/mesa/drivers/dri/i965/brw_fs.h | 1 + src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 2 ++ src/mesa/drivers/dri/i965/brw_wm.h | 1 +

[Mesa-dev] [Bug 63132] [r600/llvm] src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:1887:lp_emit_declaration_soa: Assertion `idx 256' failed.

2013-12-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63132 --- Comment #7 from Laurent carlier lordhea...@gmail.com --- pixmark_piano_benchmark works since http://cgit.freedesktop.org/mesa/mesa/commit/?id=797894036d1196805f02a2428fff82ece5855af7 It's slow but no more llvm errors -- You are receiving

Re: [Mesa-dev] [PATCH v2] dri megadriver_stub: provide compatibility with older DRI loader

2013-12-08 Thread Kenneth Graunke
On 12/06/2013 07:11 PM, Jordan Justen wrote: To help the transition period when DRI loaders are being updated to support the newer __driDriverExtensions_foo mechanism, we populate __DRIextension with the extensions returned by __driDriverExtensions_foo during a library contructor constructor

Re: [Mesa-dev] [PATCH 3/3] i965/fs: add support for gl_SampleMaskIn[]

2013-12-08 Thread Chris Forbes
I'd appreciate an assert(brw-gen = 7); Will do, thanks for the review. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [Nouveau] [PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)

2013-12-08 Thread Martin Peres
On 07/12/2013 17:09, Ilia Mirkin wrote: On Sat, Dec 7, 2013 at 8:11 AM, Martin Peres martin.pe...@free.fr wrote: From: Martin Peres martin.pe...@labri.fr This patch is a follow-up from Ilia Mirkin's enable H.264 patch which solves the problem that prevented MPEG-4 videos to play correctly.

[Mesa-dev] [PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)

2013-12-08 Thread Martin Peres
From: Martin Peres martin.pe...@labri.fr This patch is a follow-up from Ilia Mirkin's enable H.264 patch which solves the problem that prevented MPEG-4 videos to play correctly. Tested on an nva3. Signed-off-by: Martin Peres martin.pe...@labri.fr Tested-by: Martin Peres martin.pe...@labri.fr

[Mesa-dev] [Bug 69874] Automake throws a lot of [...] option 'subdir-objects' is disabled

2013-12-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69874 Alexandre Demers alexandre.f.dem...@gmail.com changed: What|Removed |Added CC|

Re: [Mesa-dev] [PATCH 4/5] radeonsi: fix binding the dummy pixel shader

2013-12-08 Thread Michel Dänzer
On Fre, 2013-12-06 at 20:14 +0100, Marek Olšák wrote: On Fri, Dec 6, 2013 at 4:08 AM, Michel Dänzer mic...@daenzer.net wrote: On Don, 2013-12-05 at 18:43 +0100, Marek Olšák wrote: From: Marek Olšák marek.ol...@amd.com This fixes valgrind errors in glxinfo. [...] diff --git

[Mesa-dev] [Bug 63132] [r600/llvm] src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c:1887:lp_emit_declaration_soa: Assertion `idx 256' failed.

2013-12-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63132 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED