[Mesa-dev] [Bug 30234] New: Mesa xdemo manywin aborted

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 Summary: Mesa xdemo manywin aborted Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Componen

[Mesa-dev] [PATCH] Trivially enable GL_ARB_texture_border_clamp for nouveau_vieux

2010-09-16 Thread randrianasulu
From 6ae8a640f13e2f7287e6e1bc5b4459d1f985faa1 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu Date: Fri, 17 Sep 2010 05:41:34 +0400 Subject: [PATCH] nouveau: Trivially add GL_ARB_texture_border_clamp into common extension list, should be supported for nv0x/nv1x/nv2x --- src/mesa/drivers/

[Mesa-dev] Enable crossbar extension on nv1x

2010-09-16 Thread randrianasulu
Trivially enable extension GL_ARB_texture_env_crossbar on nv1x. More complete piglit test is underway. Attached summary file is from run with only -t corossbar. name: nv11-16-09-2010-crossbar-only glxinfo: @@@libGL: OpenDriver: trying /mnt/hdd1/src/mesa-clean/mesa/lib/nouveau_vieux_dri.so\nMes

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #22 from Luca Barbieri 2010-09-16 22:46:17 PDT --- > The issue with ELF weak symbols is that there can only be one of them. > Or rather, if one is normal and one is weak, you get the normal one > and the weak one is forgotten, but in

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #19 from Jos van Wolput 2010-09-16 22:30:41 PDT --- (In reply to comment #18) > (In reply to comment #15) > > (In reply to comment #13) > > > > > It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local > > > modificatio

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #21 from Tom Fogal 2010-09-16 22:00:10 PDT --- bugzilla-dae...@freedesktop.org writes: > --- Comment #19 from Luca Barbieri 2010-09-16 21:18 > :31 PDT --- > > ELF weak symbols do not allow one to decide behavior (OpenGL > > library)

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #20 from Luca Barbieri 2010-09-16 21:46:49 PDT --- FWIW, here is how to design an extension system which is actually usable. Add a single function, which is the only function exported from libGL: void* glGetFunctionTable(const char*

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #18 from Chia-I Wu 2010-09-16 21:34:23 PDT --- (In reply to comment #15) > (In reply to comment #13) > > > It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local > > modifications. > No local modifications, it's the one

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #19 from Luca Barbieri 2010-09-16 21:18:31 PDT --- > ELF weak symbols do not allow one to decide behavior (OpenGL library) > at runtime -- mangling aside. AFAIK, glXGetProcAddress also doesn't, because you can call it without a cont

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #17 from Jos van Wolput 2010-09-16 19:45:08 PDT --- (In reply to comment #14) > BTW, do you have these problems with Mesa 7.8.2? After applying the patch (id=38719)'link to pthread' mesa 7.8.2 compiles well when using gcc-4.5 -- C

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #18 from Tom Fogal 2010-09-16 18:31:37 PDT --- bugzilla-dae...@freedesktop.org writes: > --- Comment #17 from Brian Paul 2010-09-16 12:08:29 PDT - > -- > (In reply to comment #16) > > Perhaps a sensible resolution is to only export

Re: [Mesa-dev] [PATCH] st/mesa: fix assertion failure in GetTexImage for cubemaps

2010-09-16 Thread Brian Paul
On Thu, Sep 16, 2010 at 6:49 PM, Marek Olšák wrote: > Can be reproduced with mesa/demos/src/tests/blitfb. > > NOTE: This is a candidate for the 7.9 branch. > --- >  src/mesa/state_tracker/st_cb_texture.c |    6 ++ >  1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/src/mesa/st

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Bug 30124 depends on bug 29987, which changed state. Bug 29987 Summary: [softpipe] SIGSEGV draw/draw_pt_fetch_shade_pipeline.c:189 https://bugs.freedesktop.org/show_bug.cgi?id=29987 What|Old Value |New Value

[Mesa-dev] [PATCH] st/mesa: fix assertion failure in GetTexImage for cubemaps

2010-09-16 Thread Marek Olšák
Can be reproduced with mesa/demos/src/tests/blitfb. NOTE: This is a candidate for the 7.9 branch. --- src/mesa/state_tracker/st_cb_texture.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Vinson Lee changed: What|Removed |Added Depends on||30231 -- Configure bugmail: https://bugs.f

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread Jose Fonseca
I see. So the problem is the __attribute__ ((format (__printf__, 1, 2))); stuff interacting with __func__. I don't know if __FUNCTION__ will avoid this. Otherwise, putting talloc_init("%s", __func__) is the right thing to do IMHO -- it's not that it will be any slower: one way or the other, tal

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread Vinson Lee
build/linux-x86-debug/glsl/loop_controls.I ... 17644 void *talloc_init(const char *fmt, ...) __attribute__ ((format (__printf__, 1, 2))); ... 20411 int 20412 calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue *increment, 20413 enum ir_expression_operation op) 20414 {

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread José Fonseca
On Thu, 2010-09-16 at 11:44 -0700, Vinson Lee wrote: > g++ -o build/linux-x86-debug/glsl/loop_controls.os -c -O0 -g3 -m32 > -mstackrealign -mmmx -msse -msse2 -Wall -Wno-long-long -ffast-math > -fmessage-length=0 -Wmissing-field-initializers -Werror=pointer-arith > -fPIC -DHAVE_LLVM=0x0207 -DDEBUG -

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #17 from Brian Paul 2010-09-16 12:08:29 PDT --- (In reply to comment #16) > Perhaps a sensible resolution is to only export those symbols if a binary-only > application is found requiring them, which works on another GL implementation

Re: [Mesa-dev] [PATCH] meta: Don't bind the created texture object in init_temp_texture().

2010-09-16 Thread Brian Paul
On 09/16/2010 11:52 AM, Francisco Jerez wrote: This function is executed outside _mesa_meta_begin/end(), that means that e.g. _mesa_meta_Bitmap() clobbers the texturing state because it changes the currently active texture object. There's no need to bind the new texture when it's created, it's d

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread Vinson Lee
I undid the change locally and rebuilt. I get the warning with both make and SCons. $ make ... g++ -c `pkg-config --cflags talloc` -I. -I../mesa -I../mapi -I../../include -Wall -Wpointer-arith -O3 -g -fPIC -m32 -mmmx -msse -msse2 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD

[Mesa-dev] [PATCH] meta: Don't bind the created texture object in init_temp_texture().

2010-09-16 Thread Francisco Jerez
This function is executed outside _mesa_meta_begin/end(), that means that e.g. _mesa_meta_Bitmap() clobbers the texturing state because it changes the currently active texture object. There's no need to bind the new texture when it's created, it's done again later anyway (from setup_drawpix/copypi

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #16 from Luca Barbieri 2010-09-16 10:31:57 PDT --- Perhaps a sensible resolution is to only export those symbols if a binary-only application is found requiring them, which works on another GL implementation. Although I'm personally

Re: [Mesa-dev] Mesa (master): glsl: Fix 'format not a string literal and no format arguments' warning.

2010-09-16 Thread Nick Bowler
On Thu, 16 Sep 2010 15:31:42 +0200, Ian Romanick wrote: > If __func__ is not showing up as a string literal, something else is > wrong. This is supposed to be a #define generated by the compiler. Actually, C99's __func__ is neither a macro nor a string literal: 6.4.2.2#1: The identifier __

Re: [Mesa-dev] Mesa (master): configs: Add -lstdc++ to default.

2010-09-16 Thread Gregory Prisament
Yes, that does the trick. Thank you! -Greg On Wed, Sep 15, 2010 at 9:46 PM, Chia-I Wu wrote: > On Thu, Sep 16, 2010 at 11:11 AM, Gregory Prisament > wrote: >> Hi, >> I just ran into a situation where GLES2 context creation was failing. >> Upon digging into it, I found that dlopen of st_GLESv2.s

[Mesa-dev] [Bug 30220] Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 Rex Dieter changed: What|Removed |Added CC||rdie...@math.unl.edu -- Configure bugmail:

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread Keith Whitwell
I saw these warnings also on scons builds. Vinson - if you set "quiet=no", scons will print out the full gcc invocation, there may be a clue there what's causing this. Keith From: mesa-dev-bounces+keithw=vmware@lists.freedesktop.org [mesa-dev-bounce

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #16 from Jos van Wolput 2010-09-16 07:07:36 PDT --- (In reply to comment #14) > BTW, do you have these problems with Mesa 7.8.2? I just tried and yes, 7.8.2 too doesn't compile when using gcc-4.5 but contrary to 7.8.3 I get: ~/src/x

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #15 from Alex Buell 2010-09-16 06:58:30 PDT --- But there are the ones who wants _all_ the GORY details - namely myself! -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #15 from Jos van Wolput 2010-09-16 06:48:30 PDT --- (In reply to comment #13) > It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local > modifications. No local modifications, it's the one I got from mesa-7.8.tar.bz2 h

Re: [Mesa-dev] Mesa (master): glsl: Fix ' format not a string literal and no format arguments' warning.

2010-09-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinson Lee wrote: > Module: Mesa > Branch: master > Commit: f20f2cc3306310f6fc4c338f91cfac10f98335d3 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=f20f2cc3306310f6fc4c338f91cfac10f98335d3 > > Author: Vinson Lee > Date: Wed Sep 15 05

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #14 from Brian Paul 2010-09-16 06:32:35 PDT --- BTW, do you have these problems with Mesa 7.8.2? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Mesa-dev] [PATCH 2/2] r600g: Make number of tex indirections shader type specific again.

2010-09-16 Thread Tilman Sauerbeck
Commit a508d2dddcc67d0f92cc36b9ed6f36a9bbfc579d removed the type specific limit. Signed-off-by: Tilman Sauerbeck --- I have no idea whether this is actually correct or not. Please review ;) src/gallium/drivers/r600/r600_screen.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-)

[Mesa-dev] [PATCH 1/2] r600g: Formatting fixes.

2010-09-16 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- src/gallium/drivers/r600/r600_screen.c | 53 +++ 1 files changed, 26 insertions(+), 27 deletions(-) diff --git a/src/gallium/drivers/r600/r600_screen.c b/src/gallium/drivers/r600/r600_screen.c index 19d1005..60e6d9a 100644 --- a/

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #14 from Ian Romanick 2010-09-16 06:25:44 PDT --- (In reply to comment #13) > I can't find any example sources that obtains a function pointer to the > desired > function required, it makes it harder to fix the broken application co

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #13 from Alex Buell 2010-09-16 06:22:48 PDT --- I can't find any example sources that obtains a function pointer to the desired function required, it makes it harder to fix the broken application code :S For example: glBlitFramebuf

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #13 from Chia-I Wu 2010-09-16 06:08:13 PDT --- (In reply to comment #12) > (In reply to comment #11) > > Now something is broken. What is the output of > > > > $ grep X11_LIBS configs/current configs/autoconf configs/autoconf.in >

Re: [Mesa-dev] Mesa (master): configs: Add -lstdc++ to default.

2010-09-16 Thread Dan Nicholson
On Tue, Aug 24, 2010 at 6:35 AM, Brian Paul wrote: > On 08/24/2010 03:20 AM, Michel Dänzer wrote: >> >> On Don, 2010-08-19 at 18:11 -0700, Vinson Lee wrote: >>> >>> Module: Mesa >>> Branch: master >>> Commit: 9b7480cd95c2d1259e23bfb5549cefaa94ebaca1 >>> URL: >>>  http://cgit.freedesktop.org/mesa/m

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #12 from Jos van Wolput 2010-09-16 05:07:32 PDT --- (In reply to comment #11) > Now something is broken. What is the output of > > $ grep X11_LIBS configs/current configs/autoconf configs/autoconf.in > > ? j...@debian:~/src/xorg

[Mesa-dev] [Bug 30224] New: mesa case tests/jkrahantest fails

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30224 Summary: mesa case tests/jkrahantest fails Product: Mesa Version: unspecified Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #11 from Chia-I Wu 2010-09-16 03:53:13 PDT --- (In reply to comment #10) > (In reply to comment #9) > > > > ./configure of both compilers are identical. > > Weird. What was the command gcc4.5 build use to link xeglthreads? > > ---

[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30203 --- Comment #10 from Jos van Wolput 2010-09-16 03:04:07 PDT --- (In reply to comment #9) > > ./configure of both compilers are identical. > Weird. What was the command gcc4.5 build use to link xeglthreads? --- /usr/bin/ld: xeglthreads.o: unde

[Mesa-dev] [Bug 30205] [bisected] mesa fail to build with GLES support

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30205 zhao jian changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure bugmail: https://bugs

[Mesa-dev] [Bug 30205] [bisected] mesa fail to build with GLES support

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30205 zhao jian changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa-dev] [Bug 30172] GL_EXT_framebuffer_blit function required

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30172 --- Comment #12 from Ian Romanick 2010-09-16 01:02:41 PDT --- (In reply to comment #6) > Actually, both ATI and nVidia export it, so perhaps we should too, so that > applications written for those drivers work on Mesa. Any application that assu

[Mesa-dev] [Bug 30205] [bisected] mesa fail to build with GLES support

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30205 --- Comment #7 from Chia-I Wu 2010-09-16 00:53:14 PDT --- I've cherry-picked them. Any commit missing? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Mesa-dev] [Bug 30220] New: Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ?

2010-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30220 Summary: Change windowExistsErrorHandler to drawableExistsErrorHandler in glxcmds.c ? Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW