Fixes the texelFetch piglit tests.
Signed-off-by: Ilia Mirkin
---
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 the sort of thing wo
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 c
Signed-off-by: Chris Forbes
---
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
@@ -280,6 +280,7 @@ typ
Signed-off-by: Chris Forbes
---
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
+++ b/src/glsl/builtin_variables.cpp
@@ -858,6
Signed-off-by: Chris Forbes
---
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 +
src/mesa/drivers/dri/i965/gen7_
https://bugs.freedesktop.org/show_bug.cgi?id=63132
--- Comment #7 from Laurent carlier ---
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 this mail because:
You
On 12/08/2013 12:23 AM, Chris Forbes wrote:
> Signed-off-by: Chris Forbes
> ---
> 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/br
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
construct
> 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
On 07/12/2013 17:09, Ilia Mirkin wrote:
On Sat, Dec 7, 2013 at 8:11 AM, Martin Peres wrote:
From: Martin Peres
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.
I might reword this as
From: Martin Peres
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
Tested-by: Martin Peres
Cc: "10.0"
---
src/gallium/drivers/nouveau/nouveau_vp3_video.c |
https://bugs.freedesktop.org/show_bug.cgi?id=69874
Alexandre Demers changed:
What|Removed |Added
CC||alexandre.f.dem...@gmail.co
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 wrote:
> > On Don, 2013-12-05 at 18:43 +0100, Marek Olšák wrote:
> >> From: Marek Olšák
> >>
> >> This fixes valgrind errors in glxinfo.
> >
> > [...]
> >
> >> diff --git a/src/gallium/drivers/ra
https://bugs.freedesktop.org/show_bug.cgi?id=63132
Michel Dänzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
14 matches
Mail list logo