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
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.
-
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 :
>
https://bugs.freedesktop.org/show_bug.cgi?id=36282
Chistopher Krakowiak changed:
What|Removed |Added
CC||krzysztof.krakowiak@gmail.c
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_
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
>
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