From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 49817] New: radeon: The kernel rejected CS when running shader
example from SFML library
Date: Fri, 11 May 2012 20:57:17 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 65596A0C4F
for ;
Fri, 11 May 2012 13:57:17 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
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/3c317cab9bccf11d34904637d48c912542234165/examples/shader
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.