Hi, version 7.3 of Mesa (MesaLib + MesaGlut) is twice slower that version 7.2 on my system! (I mean half fps in GlxGears, TuxRacer and other games.) I compile both version with the same parameters OPT_FLAGS = -O3 -g -fomit-frame-pointer -pipe -march=k8 -funroll-loops \ -mfpmath=sse -mmmx -msse -msse2 -m3dnow -mcx16 My graphic card is ATI Radeon Express 1100 (chipset RS485).
This is probably the same bug as mentioned here http://marc.info/?l=mesa3d-dev&m=124026675231694&w=2 Currently I'm trying to find a solution that doesn't lockup GPU.
Fixed with 033d1365e6fa6e57bc11b47831af0cb4b7ad2edf in radeon-rewrite branch.
*** Bug 21779 has been marked as a duplicate of this bug. ***
Nice! I'm a newbie and I would like to test the fix on my system, but I have no idea, how and were I could find the fixed piece of code. Could anyone help me? May be a link to a howto o s.t. like that?! thx
(In reply to comment #4) > Nice! > > I'm a newbie and I would like to test the fix on my system, but I have no idea, > how and were I could find the fixed piece of code. Could anyone help me? May be > a link to a howto o s.t. like that?! thx > Either build the radeon-rewrite branch of mesa or use distro provided testing packages of the radeon-rewrite branch. Most distro's provide them.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.