From: <bug...@fr...> - 2010-03-23 12:11:39
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 Summary: GLSL Compiler fails on the following vertex shader Product: Mesa Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Mesa core AssignedTo: mes...@li... ReportedBy: kar...@ar... Created an attachment (id=34359) --> (http://bugs.freedesktop.org/attachment.cgi?id=34359) Failing vertex shader The attached vertex shaders do not compile and link when the GLSL Compiler is used. The version of Mesa used is 7.5.2 and it has been configured with --with-driver=xlib. The above vertex shaders are part of the Open GLES conformance suite supplied by Khronos. These shaders compile when the OpenGL drivers supplied by the GPU vendors(NVIDIA, ATI) are installed. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 12:14:20
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #1 from Karthik Hariharakrishnan <kar...@ar...> 2010-03-23 05:14:07 PST --- Created an attachment (id=34360) --> (http://bugs.freedesktop.org/attachment.cgi?id=34360) Failing Vertex Shader Attaching one more vertex shader that fails -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 12:26:06
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #2 from Karthik Hariharakrishnan <kar...@ar...> 2010-03-23 05:17:17 PST --- Created an attachment (id=34361) --> (http://bugs.freedesktop.org/attachment.cgi?id=34361) Fragment shader with a lot of preprocessing fails -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 14:15:39
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #3 from Brian Paul <bri...@gm...> 2010-03-23 07:15:27 PST --- The fragment shader / preprocessor bug has been fixed for Mesa 7.8. I probably won't get around to the other bugs for a while. I really wish the GLSL didn't allow all those goofy constructors. They're really hard to implement and real shaders seldom use them. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 14:38:36
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #4 from Karthik Hariharakrishnan <kar...@ar...> 2010-03-23 07:38:08 PST --- (In reply to comment #3) > The fragment shader / preprocessor bug has been fixed for Mesa 7.8. > > I probably won't get around to the other bugs for a while. I really wish the > GLSL didn't allow all those goofy constructors. They're really hard to > implement and real shaders seldom use them. > I will try the latest release candidate and see if the problem has been fixed. I have also been observing random failures in the GLES conformance suite when I run with MESA. Has there been some memory leaks etc fixed in the new release? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 14:46:07
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #5 from Brian Paul <bri...@gm...> 2010-03-23 07:46:01 PST --- (In reply to comment #4) > I will try the latest release candidate and see if the problem has been fixed. > I have also been observing random failures in the GLES conformance suite when I > run with MESA. Has there been some memory leaks etc fixed in the new release? I don't know what would cause random failures. Every so often I find/fix memory leaks but I don't know if that would be related to your issue. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 15:04:59
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #6 from Karthik Hariharakrishnan <kar...@ar...> 2010-03-23 08:04:53 PST --- (In reply to comment #5) > (In reply to comment #4) > > > I will try the latest release candidate and see if the problem has been fixed. > > I have also been observing random failures in the GLES conformance suite when I > > run with MESA. Has there been some memory leaks etc fixed in the new release? > > I don't know what would cause random failures. > > Every so often I find/fix memory leaks but I don't know if that would be > related to your issue. > It looks like 7.8rc2 fixes the issue but fails a whole lot of other shaders. More specifically lots of tests fail in the GL/build section in OpenGL ES Conformance suite. Is there a architectural diagram for the different components in Mesa? Thanks -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 16:21:49
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 --- Comment #7 from Brian Paul <bri...@gm...> 2010-03-23 09:21:42 PST --- (In reply to comment #6) > It looks like 7.8rc2 fixes the issue but fails a whole lot of other shaders. > More specifically lots of tests fail in the GL/build section in OpenGL ES > Conformance suite. The GL/build section is notoriously complicated but many/most of the tests in that section did pass at one time. There may have been a regression. I'm afraid I don't have time to did into it now though. > Is there a architectural diagram for the different components in Mesa? There's some diagrams focussing on Gallium but I don't have anything handy for Mesa. You can find most things with a little bit of grep'ing. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |
From: <bug...@fr...> - 2010-03-23 17:30:39
|
http://bugs.freedesktop.org/show_bug.cgi?id=27261 Ian Romanick <id...@fr...> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34360|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |