https://bugs.freedesktop.org/show_bug.cgi?id=31549
Summary: Commit c2c55547dc36f404e29dbc9253166f90df6783af makes CS checker unhappy and causes rendering issues Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: mikhail.vorozhtsov@gmail.com
Commit c2c55547dc36f404e29dbc9253166f90df6783af "r600g: attempt to turn on DXTn formats" makes my dmesg (both 2.6.36 and d-r-t, the hardware is RV730XT) full of
radeon 0000:01:00.0: r600_check_texture_resource:1127 texture invalid format 50 [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
and Compiz plugins like Scale/App switcher are completely broken.
https://bugs.freedesktop.org/show_bug.cgi?id=31549
--- Comment #1 from Keith Whitwell keithw@vmware.com 2010-11-11 05:47:41 PST --- OK, I'll protect this with a debug option defaulting to off.
https://bugs.freedesktop.org/show_bug.cgi?id=31549
Keith Whitwell keithw@vmware.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Keith Whitwell keithw@vmware.com 2010-11-11 08:23:24 PST --- commit 6baad55f157387d0bb44144680a96bc32280109f Author: Keith Whitwell keithw@vmware.com Date: Thu Nov 11 14:26:52 2010 +0000
r600g: guard experimental s3tc code with R600_ENABLE_S3TC
dri-devel@lists.freedesktop.org