From: <bug...@fr...> - 2010-03-08 21:45:37
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 Summary: [REGR?] slang_compile.c:665: parse_layout_qualifiers: Assertion `0 && "Bad layout qualifier"' failed. Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mes...@li... ReportedBy: za...@gm... CC: br...@vm... Starting with: commit 26661ac0e10aba63de093e871e40d336696f4827 Author: Brian Paul <br...@vm...> Date: Sat Feb 13 13:52:37 2010 -0700 glsl: added type layout field and new type compare func Note: because of a weird dependency checking bug, a 'make clean' may be needed before recompiling. The Sims 3 started in Wine exits on very beginning. This is with r600 driver and happens in Mesa git master. Going back to one commit before mentioned workarounds problem. Please note The Sims 3 is generally problematic using r600 (black screen on beginning, corrupted fonts) but it at least started before this commit :) -- 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-08 21:48:58
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 --- Comment #1 from Rafał Miłecki <za...@gm...> 2010-03-08 13:48:51 PST --- Created an attachment (id=33869) --> (http://bugs.freedesktop.org/attachment.cgi?id=33869) output of starting Wine with one commit before mentioned -- 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-08 21:51:05
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 --- Comment #2 from Rafał Miłecki <za...@gm...> 2010-03-08 13:50:58 PST --- Whoops, mistake, sorry! [Game exits immediately with:] commit c2c4935cb8fe8601c72f585f70d776e3a65f15dc Author: Brian Paul <br...@vm...> Date: Sat Feb 13 13:57:31 2010 -0700 glsl: implement layout qualifiers [Game starts (with problems, but no creash) with:] commit 26661ac0e10aba63de093e871e40d336696f4827 Author: Brian Paul <br...@vm...> Date: Sat Feb 13 13:52:37 2010 -0700 glsl: added type layout field and new type compare func -- 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-08 22:22:33
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 --- Comment #3 from Rafał Miłecki <za...@gm...> 2010-03-08 14:22:26 PST --- I've put printf in slang_compile.c just before assert: [DBG] weird value is: 90 I've no idea however why c gets 90. We expect it to be 0, 1 or 2. -- 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-08 22:24:49
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 --- Comment #4 from Brian Paul <bri...@gm...> 2010-03-08 14:24:42 PST --- Try a 'make clean' and recompile please. -- 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-08 22:30:05
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 Rafał Miłecki <za...@gm...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #5 from Rafał Miłecki <za...@gm...> 2010-03-08 14:29:58 PST --- (In reply to comment #4) > Try a 'make clean' and recompile please. Ohh, I hate this Mesa's bug so much! What's so wrong with our Makefile :| -- 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-08 22:34:53
|
http://bugs.freedesktop.org/show_bug.cgi?id=26965 --- Comment #6 from Brian Paul <bri...@gm...> 2010-03-08 14:34:46 PST --- Last time I looked into this, it appeared that makedepend was missing something when scanning the src/mesa/shader/slang/*.[ch] files. AFAICT, it may be a bug in makedepend. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |