https://bugs.freedesktop.org/show_bug.cgi?id=49817
Bug #: 49817 Summary: radeon: The kernel rejected CS when running shader example from SFML library Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: lordheavym@gmail.com
Running shader example from SFML library flood the terminal with previous message, the rendering window is garbled.
* dmesg output: [132186.056570] radeon 0000:01:00.0: texture bo too small (800 80 26 0 -> 256000 have 4096) [132186.056581] radeon 0000:01:00.0: alignments 800 16 8 512 [132186.056588] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream ! [132186.073312] radeon 0000:01:00.0: texture bo too small (800 80 26 0 -> 256000 have 4096) [132186.073322] radeon 0000:01:00.0: alignments 800 16 8 512 [132186.073328] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
* [lordh@archMain shader]$ uname -a Linux archMain 3.3.5-1-ARCH #1 SMP PREEMPT Mon May 7 19:57:51 CEST 2012 x86_64 AMD Athlon(tm) II X4 630 Processor AuthenticAMD GNU/Linux
* glxinfo: OpenGL renderer string: Gallium 0.4 on AMD RV770 OpenGL version string: 2.1 Mesa 8.1-devel (git-23c0d46) OpenGL shading language version string: 1.30
* libdrm from git
* sfml-2.0rc library download: http://www.sfml-dev.org/download.php#2.0-rc
* Direct link to the shader example (included in the 2.0rc version): https://github.com/LaurentGomila/SFML/tree/3c317cab9bccf11d34904637d48c91254...