Running progs/demos/shadowtex under Ubuntu 9.04 32 bit with current git of the radeon-rewrite branch (up to commit 9028335371af465a73c13282a3608f76168e4d63, compiled without libdrm-radeon and using standard Ubuntu kernel) with a RV530 I get thousand of this warnings: Mesa 7.5-devel implementation error: unexpected texture format in setup_hardware_state Please report at bugzilla.freedesktop.org Also, the image output is darker than that of r300 master, where the warning is also not shown (however both don't show the base shadow like the sw render does).
The warning is gone with a7bb95bf142ac9727a4223639742a8524f9c724b. Also that patch almost makes it work (try pressing 'p' when it didn't work from start). I think there is a race condition in context initialization because I can get it to work from start once per 10 attempts, and it works every time when started under valgrind.
Nice work! I confirm the warnings are gone, I get the darker image 1/10 of the times, while 9/10 works fine.
A maybe related issue affects progs/tests/rubberband , sometimes it works as expected, sometimes it shows an empty window (the window shows the content under the window itself).
Please open a different bugs if you have q different issue than the one reported here in the first place.
(In reply to comment #1) > The warning is gone with a7bb95bf142ac9727a4223639742a8524f9c724b. Also that > patch almost makes it work (try pressing 'p' when it didn't work from start). > I think there is a race condition in context initialization because I can get > it to work from start once per 10 attempts, and it works every time when > started under valgrind. > Apparently this is fixed with current mesa master with radeon-rewrite merged.
Mass version move, cvs -> git
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.