https://bugs.freedesktop.org/show_bug.cgi?id=30313
--- Comment #10 from Gerwin gerwin_kramer@hotmail.com 2010-09-25 09:51:01 PDT --- (In reply to comment #9)
See: https://bugs.freedesktop.org/show_bug.cgi?id=29066#c10
After git clone, apply the patch using: git am < patch Also skip the "ln" command.
The patch worked!
I did:
git clone git://anongit.freedesktop.org/git/mesa/mesa git am < 0001-r300g-attempt-to-fix-tiling-on-R350.patch ./autogen.sh make
made a backup of the old gallium driver, copied the new one using
sudo cp lib/gallium/*_dri.so /usr/lib/dri/
Double checked it by putting the backup back and the issue was back, putting the new one back and the issue was gone, so the patch worked, thanks!