https://bugs.freedesktop.org/show_bug.cgi?id=41744
--- Comment #3 from Gašper Sedej gsedej@gmail.com 2011-10-17 00:02:20 PDT --- gsedej@seraph:~/Prenosi/Unigine_Heaven$ dpkg -l | grep libtxc ii libtxc-dxtn0 1.0.1-0.2 S3 Texture Compression (S3TC) library
glxinfo: http://pastebin.com/96JdRUQp
I found out that I need to use R600_ENABLE_S3TC=1 But then I get:
radeon: The kernel rejected CS, see dmesg for more information. radeon: The kernel rejected CS, see dmesg for more information. radeon: The kernel rejected CS, see dmesg for more information. radeon: The kernel rejected CS, see dmesg for more information. ... dmesg: [577112.943190] radeon 0000:01:05.0: r600_check_texture_resource:1214 texture invalid format 49 [577112.943196] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [577112.945640] radeon 0000:01:05.0: r600_check_texture_resource:1214 texture invalid format 49 [577112.945650] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [577112.946185] radeon 0000:01:05.0: r600_check_texture_resource:1214 texture invalid format 52 [577112.946190] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [577112.946467] radeon 0000:01:05.0: r600_check_texture_resource:1214 texture invalid format 51 [577112.946469] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [577112.947521] radeon 0000:01:05.0: r600_check_texture_resource:1214 texture invalid format 51 .... so formats are 49 51 and 52
Probably some error with kernel?