https://bugs.freedesktop.org/show_bug.cgi?id=72889
--- Comment #4 from Martin Andersson <g02ma...@gmail.com> --- I had the the same issue and I bisected it to this commit http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.0&id=e64633e8c3a5498998a45ab721bf80edca101cf5 (r600g,radeonsi: share r600_texture.c) As far as I can tell that commit changed the default tiling mode from LINEAR_ALIGNED to 2D. That change seems to cause this issue, because when I change the last return in r600_choose_tiling from: return RADEON_SURF_MODE_2D; to return RADEON_SURF_MODE_LINEAR_ALIGNED; It works correctly. -- You are receiving this mail because: You are the QA Contact for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev