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(-
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
https://bugs.freedesktop.org/show_bug.cgi?id=44039
Mathieu Belanger changed:
What|Removed |Added
CC||b74...@gmail.com
--
Configure bugmai
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
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
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
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
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
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 |
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
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
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
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
13 matches
Mail list logo