[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi

2011-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 --- Comment #26 from almos 2011-04-30 01:01:02 PDT --- Here's some update on this. I found another application that segfaults: neverball. I also found that setting LD_LIBRARY_PATH=/home/almos/sources/mesa/lib solves the problem (as I mentioned ea

[Mesa-dev] [Bug 36609] 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g

2011-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36609 --- Comment #1 from almos 2011-04-30 04:55:50 PDT --- This also affects ut2004. Some examples: one triangle is missing from the health vials, on AS-Convoy the sky is missing a triangle and half of the floor of the boarding platform is missing. -

Re: [Mesa-dev] r600g on rv635 and broken mipmaps

2011-04-30 Thread Gustaw Smolarczyk
I can confirm this breakage on rv670 too. It may be related to all chips < RV710 (just a guess). The bug report: https://bugs.freedesktop.org/show_bug.cgi?id=35312 I compile mesa with attached patch since then, but that flush should indeed be implicit, not explicit. 2011/4/30 Mathias Fröhlich : >

[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi

2011-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 Chistopher Krakowiak changed: What|Removed |Added CC||krzysztof.krakowiak@gmail.c

Re: [Mesa-dev] r600g on rv635 and broken mipmaps

2011-04-30 Thread Fredrik Höglund
On Saturday 30 April 2011, Mathias Fröhlich wrote: > Hi, > > Since the lazy gpu flush changes for r600g about two weeks ago, I get broken > mipmaps on my notebooks rv635. > I am not sure if my analysis is right, but it appears to me that flushing the > destination caches like it is done in r600_

Re: [Mesa-dev] r600g on rv635 and broken mipmaps

2011-04-30 Thread Fredrik Höglund
On Saturday 30 April 2011, Gustaw Smolarczyk wrote: > I can confirm this breakage on rv670 too. It may be related to all > chips < RV710 (just a guess). > The bug report: > https://bugs.freedesktop.org/show_bug.cgi?id=35312 > > I compile mesa with attached patch since then, but that flush should >

[Mesa-dev] [Bug 36282] 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi

2011-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36282 --- Comment #28 from Alexandre Demers 2011-04-30 07:56:27 PDT --- (In reply to comment #26) > Here's some update on this. I found another application that segfaults: > neverball. I also found that setting > LD_LIBRARY_PATH=/home/almos/sources/me