| Summary: |
[915 TTM] glean case depthStencil causes Assertion failure in DRI driver |
| Product: |
Mesa
|
Reporter: |
Shuang He <shuang.he> |
| Component: |
Drivers/DRI/i915 | Assignee: |
haihao <haihao.xiang> |
| Status: |
VERIFIED
DUPLICATE
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
eric
|
| Version: |
git | |
|
| Hardware: |
Other | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
12855, 13091
|
|
|
| Bug Blocks: |
|
|
|
| Attachments: |
test case
|
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.
System Environment: -------------------------- latest Mesa, Drm, Xserver, Xf86_video_intel Bug detailed description: -------------------------- During running glean test case depthStencil, one assertion is failed: i915_vtbl.c:427: i915_emit_state: Assertion `(state->Program[0] & 0x1ff) + 2 == state->ProgramSize' failed. And the test case aborted. Reproduce steps: ---------------- you can run it by: glean -r resultdir -t depthStencil Current result: ---------------- ---------------------------------------------------------------------- Test the GL_EXT_packed_depth_stencil extension. depthStencil: PASS rgba8, db, win+pmap, id 35 glReadPixels GL_DEPTH_STENCIL rate: 0.00 MBytes per second. glReadPixels GL_DEPTH/GLuint rate: 0.00 MBytes per second. glReadPixels GL_DEPTH/GLushort rate: 0.00 MBytes per second. depthStencil: PASS rgba8, win+pmap, id 36 glReadPixels GL_DEPTH_STENCIL rate: 0.00 MBytes per second. glReadPixels GL_DEPTH/GLuint rate: 0.00 MBytes per second. glReadPixels GL_DEPTH/GLushort rate: 0.00 MBytes per second. glean: i915_vtbl.c:427: i915_emit_state: Assertion `(state->Program[0] & 0x1ff) + 2 == state->ProgramSize' failed. Aborted Expected result: ---------------- this glean case should pass without any error