From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 52955] New: [r200] piglit glean/fbo test fails
Date: Mon, 30 Jul 2012 09:55:32 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 5AB0B9F6FE
for ;
Mon, 30 Jul 2012 02:55:32 -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=52955
Bug #: 52955
Summary: [r200] piglit glean/fbo test fails
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r200
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: mister.freeman@laposte.net
System configuration :
- radeon 9000 AGP ( M9, rv250 )
- laptop pentium 4 2.4 Ghz 1.25 Gb ram
- archlinux 32 bits
Step to reproduce the bug
- mesa 8.0.4 release ( but the bug occurs also with the git version )
- a graphic card who uses the r200 driver
- install piglit ( git version )
- run the glean test "fbo" in piglit :
./piglit-run.py -t "glean/fbo" tests/quick.tests results/quick
the glean/fbo will fail with these error messages :
fbo test: Test OpenGL Extension GL_EXT_framebuffer_object
GL_EXT_framebuffer_object is supported
GL_ARB_framebuffer_object is not supported
depth = 0, stencil = 0
(63, 0) = [0.000000, 0.000000, 0.000000], is expected to be[1.000000,
0.000000, 0.000000]
FAILURE: Render to single texture failed (at tfbo.cpp:850)
mode = 0
(FBOTest::testRender2depthTexture:1090)GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
depth = 1, stencil = 0
(0, 0) = [0.000000, 1.000000, 0.000000], is expected to be[1.000000,
1.000000, 1.000000]
FAILURE: Render to depth texture failed (at tfbo.cpp:1155)
FAILURE: If renderbuffer sizes don't all match, status should be
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT (at tfbo.cpp:1344)
fbo: FAIL rgba8, db, z24, s8, win+pmap, id 33
5 tests passed, 3 tests failed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.