Bug 52955 - [r200] piglit glean/fbo test fails
Summary: [r200] piglit glean/fbo test fails
Status: NEW
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r200 (show other bugs)
Version: 8.0
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 09:55 UTC by Barto
Modified: 2012-07-30 09:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Barto 2012-07-30 09:55:32 UTC
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.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.