Summary: | dEQP-GLES3.functional.clipping.line.wide_line_clip_viewport_{center,corner} fail | ||
---|---|---|---|
Product: | Mesa | Reporter: | Kenneth Graunke <kenneth> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | elio.martinez.monroy |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 94448 |
Description
Kenneth Graunke
2016-03-09 01:12:55 UTC
Disabling "Viewport XY Clip Test Enable" (GEN6_CLIP_TEST_XY) in 3DSTATE_CLIP makes these tests pass. It seems like they're getting clipped away by the viewport. I have a 5 patch series which fixes these bugs. I'll send it to the list as soon as it passes regression testing. Fixed in master with: commit 88d28aa4d9edec33ef7bcf1f56b77fbb756a24f8 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Thu Mar 10 14:36:25 2016 -0800 i965: Stop XY clipping point and line primitives. commit 0de64ab7881cc4d343fecf8a2b5b9b9ca7b34416 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Thu Mar 10 15:30:36 2016 -0800 i965: Scissor to the viewport when rendering points/lines. commit d000a4989f66921832a33742ea07fa191393231b Author: Kenneth Graunke <kenneth@whitecape.org> Date: Thu Mar 10 16:04:01 2016 -0800 i965: Include the viewport in the scissor rectangle. |
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.