Summary: | [llvmpipe] piglit depthstencil-default_fb-blit regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | pavel.ondracka |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2012-07-13 00:26:37 UTC
This is not a regression. The stencil blit has never been implemented for llvmpipe. The test used to pass incorrectly. I did bisect the fbo-depthstencil -auto blit GL_DEPTH24_STENCIL8 regression on r300g and I did end up with commit 5ba15d8d38d98cb7b625fa55e7d818ef9c6629ce , also the test output is similar. Is this the same issue? ./bin/fbo-depthstencil -auto blit GL_DEPTH24_STENCIL8 r300: DRM version: 2.16.0, Name: ATI RV530, ID: 0x71c5, GB: 1, Z: 2 r300: GART size: 509 MB, VRAM size: 256 MB r300: AA compression RAM: YES, Z compression RAM: YES, HiZ RAM: YES Testing GL_DEPTH24_STENCIL8. Testing glBlitFramebuffer(depthstencil). Mesa 8.1-devel implementation error: st_BlitFramebuffer(STENCIL) software fallback not implemented Please report at bugs.freedesktop.org Stencil at 0,0 Expected: 0x33 Observed: 0xfe Stencil at 1,0 Expected: 0x33 Observed: 0xfe Stencil at 2,0 Expected: 0x33 Observed: 0xfe Stencil at 3,0 Expected: 0x33 Observed: 0xfe Stencil at 4,0 Expected: 0x33 Observed: 0xfe Stencil at 5,0 Expected: 0x33 Observed: 0xfe Stencil at 6,0 Expected: 0x33 Observed: 0xfe Stencil at 7,0 Expected: 0x33 Observed: 0xfe Stencil at 8,0 Expected: 0x33 Observed: 0xfe Stencil at 9,0 Expected: 0x33 Observed: 0xfe Stencil at 10,0 Expected: 0x33 Observed: 0xfe Stencil at 11,0 Expected: 0x33 Observed: 0xfe Stencil at 12,0 Expected: 0x33 Observed: 0xfe Stencil at 13,0 Expected: 0x33 Observed: 0xfe Stencil at 14,0 Expected: 0x33 Observed: 0xfe Stencil at 15,0 Expected: 0x33 Observed: 0xfe Stencil at 16,0 Expected: 0x33 Observed: 0xfe Stencil at 17,0 Expected: 0x33 Observed: 0xfe Stencil at 18,0 Expected: 0x33 Observed: 0xfe ... Total failures: 3721 PIGLIT: {'result': 'fail' } Piglit depthstencil-default_fb-blit passes for me on llvmpipe, softpipe and r600g mesa: ca5840afb0eae56f86668d0b5562c6d82fe8ad4b @Vinson, Pavel: Could you confirm that the issue is fixed? (In reply to comment #3) > Piglit depthstencil-default_fb-blit passes for me on llvmpipe, softpipe and > r600g > > mesa: ca5840afb0eae56f86668d0b5562c6d82fe8ad4b > > @Vinson, Pavel: Could you confirm that the issue is fixed? Yes, this is also fixed with r300g. |
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.