[Mesa-dev] [PATCH] draw: Remove unused variables.

2012-01-14 Thread Vinson Lee
Fix this GCC warning. draw_pipe_clip.c: In function ‘interp’: draw_pipe_clip.c:122:13: warning: variable ‘clip_dist’ set but not used [-Wunused-but-set-variable] Signed-off-by: Vinson Lee --- src/gallium/auxiliary/draw/draw_pipe_clip.c |4 1 files changed, 0 insertions(+), 4 deletions(-

Re: [Mesa-dev] [PATCH 1/4] nvfx: say no to stream output caps

2012-01-14 Thread Marek Olšák
Pushed, thanks. Marek On Tue, Jan 10, 2012 at 12:41 PM, Lucas Stach wrote: > nvfx doesn't support any kind of stream out, so silence the > unused cap warnings. > > Signed-off-by: Lucas Stach > --- >  src/gallium/drivers/nvfx/nvfx_screen.c |    6 +- >  1 files changed, 5 insertions(+), 1 del

[Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()

2012-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44039 Mathieu Belanger changed: What|Removed |Added CC||b74...@gmail.com -- Configure bugmai

[Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()

2012-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44039 --- Comment #3 from Mathieu Belanger 2012-01-14 17:56:12 PST --- Created attachment 55590 --> https://bugs.freedesktop.org/attachment.cgi?id=55590 eve log Wine launching EVE-Online log. -- Configure bugmail: https://bugs.freedesktop.org/use

[Mesa-dev] [Bug 44039] Mesa 7.12-devel implementation error: unexpected format 0x822e in _mesa_choose_tex_format()

2012-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44039 --- Comment #2 from Mathieu Belanger 2012-01-14 17:55:32 PST --- Created attachment 55589 --> https://bugs.freedesktop.org/attachment.cgi?id=55589 glxinfo I have the same error ... Mesa 8.0-devel implementation error: unexpected format 0x822

Re: [Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX

2012-01-14 Thread Matt Turner
On Sat, Jan 14, 2012 at 6:33 PM, Gaetan Nadon wrote: > On 12-01-14 11:16 AM, Matt Turner wrote: >> Needed for automake. Using AC_PROG_PATH(bison/flex) causes automake to >> fail to build .y and .l files. >> >> It is up to the builder to use bison/flex instead of yacc/lex. >> >> Signed-off-by: Matt

[Mesa-dev] [PATCH] r600g: vertex id support.

2012-01-14 Thread Dave Airlie
From: Dave Airlie This requires GLSL 1.30 enabled, which requires integer types enabled, so don't bother doing an INT to FLT conversion on it. We should probably remove the instance id flt->int conversion when turning on native integers. this passes the three piglit tests with GLSL 1.30 forced

[Mesa-dev] [PATCH 4/4] configure.ac: remove shared/static options

2012-01-14 Thread Matt Turner
now that libtool provides them. Signed-off-by: Matt Turner --- This patch depends on Eric's [PATCH 3/4] i965: Convert the build to using automake. configure.ac | 32 +--- 1 files changed, 1 insertions(+), 31 deletions(-) diff --git a/configure.ac b/configure.ac in

[Mesa-dev] [PATCH 3/4] automake: add src/glsl and src/glsl/glcpp

2012-01-14 Thread Matt Turner
The glsl_{lexer.lpp,parser.ypp} symlinks allow automake to figure out dependency information, since .ll generates a .cc file, and .lpp generates a .cpp. They were originally named .lpp/.ypp, but were changed to work around scons. Signed-off-by: Matt Turner --- configure.ac |

[Mesa-dev] [PATCH 2/4] Use AC_PROG_YACC/LEX

2012-01-14 Thread Matt Turner
Needed for automake. Using AC_PROG_PATH(bison/flex) causes automake to fail to build .y and .l files. It is up to the builder to use bison/flex instead of yacc/lex. Signed-off-by: Matt Turner --- configs/autoconf.in |4 ++-- configure.ac| 13 - 2 files changed, 10 inse

[Mesa-dev] [PATCH 1/4] Always build shared dricore

2012-01-14 Thread Matt Turner
There don't seem to be any reasons to prefer unshared-dricore, and clang and icc both support rpath. Signed-off-by: Matt Turner --- configure.ac | 29 - 1 files changed, 8 insertions(+), 21 deletions(-) diff --git a/configure.ac b/configure.ac index ab9a356..388e18

Re: [Mesa-dev] [PATCH] mesa: update compute_version for GL3

2012-01-14 Thread Ian Romanick
On 01/11/2012 07:03 PM, Marek Olšák wrote: only check ARB_fbo, add shader_texture_lod as a requirement Reviewed-by: Ian Romanick --- src/mesa/main/version.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c inde

Re: [Mesa-dev] Drooping multiple driver support in EGL?

2012-01-14 Thread Ian Romanick
On 01/13/2012 04:29 PM, Jose Fonseca wrote: - Original Message - On 01/12/2012 09:06 AM, Chia-I Wu wrote: On Tue, Jan 10, 2012 at 12:55 AM, Jose Fonseca wrote: - Original Message - On Fri, Dec 23, 2011 at 7:51 PM, Chia-I Wu wrote: On Sat, Dec 24, 2011 at 12:37 AM, Ian