[Mesa-dev] [Bug 31985] [GLSL 1.20] initialized uniform array considered as "unsized"

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31985 Ian Romanick changed: What|Removed |Added Version|git |7.9 Status|NEW

[Mesa-dev] [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]];

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31907 --- Comment #4 from Brian Paul 2010-12-07 14:25:17 PST --- In gdb: (gdb) print index (gdb) print t->outputMapping[index] (gdb) print t->outputs thanks. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You a

Re: [Mesa-dev] [PATCH] Two minor draw patches

2010-12-07 Thread Brian Paul
On 12/07/2010 11:26 AM, Jakob Bornecrantz wrote: Hi all two small patches for the draw module. First remove reduced_prim > from the draw module seems to never be used and only causes unnecessary flushes. I applied the patch here and didn't find any regressions with the tests I ran. I seem

[Mesa-dev] [Bug 32199] New: 3D textures don't work on GLES2

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32199 Summary: 3D textures don't work on GLES2 Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 --- Comment #7 from Neil Roberts 2010-12-07 13:07:32 PST --- Yup, the patch works here. Thanks for the quick response. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Mesa-dev] [PATCH] Two minor draw patches

2010-12-07 Thread Jakob Bornecrantz
Hi all two small patches for the draw module. First remove reduced_prim from the draw module seems to never be used and only causes unnecessary flushes. Second makes the vertex_info struct smaller, now I seem to remember msvc not supporting ushort bitfields. Cheers Jakob. 0001-draw-Remove-r

[Mesa-dev] [Bug 26663] OS ABI Tag Breaks ldconfig.

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26663 --- Comment #2 from Harri 2010-12-07 10:16:27 PST --- Created an attachment (id=40879) View: https://bugs.freedesktop.org/attachment.cgi?id=40879 Review: https://bugs.freedesktop.org/review?bug=26663&attachment=40879 patch -- Configure bugma

[Mesa-dev] [Bug 31907] [SEGFAULT] state_tracker/st_mesa_to_tgsi.c:193: return t->outputs[t->outputMapping[index]];

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31907 Marek Olšák changed: What|Removed |Added Summary|Segfault in Yo Frankie! |[SEGFAULT] |

[Mesa-dev] [Bug 26663] OS ABI Tag Breaks ldconfig.

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26663 --- Comment #1 from Harri 2010-12-07 10:14:31 PST --- The problem is still in 7.7 and 7.9. amd64 is affected as well. Since this bug requires some pretty ugly workarounds and seriously affects user experience it would be very nice if you could i

Re: [Mesa-dev] [GLSL] defined expressions

2010-12-07 Thread José Fonseca
On Mon, 2010-12-06 at 17:10 -0800, Carl Worth wrote: > On Mon, 06 Dec 2010 20:23:52 +, José Fonseca wrote: > > I suppose it is possible for space to be significant on a conditional > > expression, e.g., > > > > #if foo () > > > > vs > > > > #if foo > > There's no significant whitespac

Re: [Mesa-dev] [PATCH] Export TLS support in gl.pc

2010-12-07 Thread Eric Anholt
On Sun, 05 Dec 2010 23:34:56 -0700, tom fogal wrote: > Eric Anholt writes: > > On Sun, 05 Dec 2010 18:04:54 -0700, tom fogal wrote: > > > More background: > > > > > > > > > http://www.mail-archive.com/mesa3d-...@lists.sourceforge.net/msg12473.html > > > http://lists.x.org/archives/xorg-deve

[Mesa-dev] [Bug 26663] OS ABI Tag Breaks ldconfig.

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26663 Harri changed: What|Removed |Added CC||ha...@afaics.de -- Configure bugmail: https://b

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 --- Comment #6 from Brian Paul 2010-12-07 08:02:20 PST --- (In reply to comment #5) > (In reply to comment #4) > > Why do the color/normal/texcoord functions need to be renamed? > Just for consistency (s/_vbo_/_es_/). If it looks good otherwise,

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 --- Comment #5 from Chia-I Wu 2010-12-07 07:45:11 PST --- (In reply to comment #4) > Why do the color/normal/texcoord functions need to be renamed? Just for consistency (s/_vbo_/_es_/). If it looks good otherwise, I could separate the renames an

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 --- Comment #4 from Brian Paul 2010-12-07 07:37:13 PST --- Why do the color/normal/texcoord functions need to be renamed? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 --- Comment #3 from Chia-I Wu 2010-12-07 06:24:15 PST --- Created an attachment (id=40868) View: https://bugs.freedesktop.org/attachment.cgi?id=40868 Review: https://bugs.freedesktop.org/review?bug=28585&attachment=40868 Fix GLES2 glVertexAttr

Re: [Mesa-dev] glretrace

2010-12-07 Thread José Fonseca
On Mon, 2010-12-06 at 23:27 -0800, tom fogal wrote: > Jose Fonseca writes: > > I can remove python2.6 dependency as you suggest, but although this > > new string formatting method is seldom used it actually makes the > > code much more readable and I was hoping to spread its use, so I'd > > like y

[Mesa-dev] [Bug 28585] glVertexAttrib doesn't seem to work on the GLES 2 driver

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28585 Neil Roberts changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Mesa-dev] [Bug 31923] [GLSL 1.20] allowing inconsistent centroid declaration between two vertex shaders

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31923 Chad Versace changed: What|Removed |Added CC||c...@chad-versace.us -- Configure bugmai

[Mesa-dev] [Bug 31925] [GLSL 1.20] "#pragma STDGL invariant(all)" fail

2010-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31925 Chad Versace changed: What|Removed |Added CC||c...@chad-versace.us -- Configure bugmai