[Bug 77312] wine's d3d8/9 visual tests fail on i965

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 20 09:47:04 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=77312

--- Comment #6 from asimiklit <andrey.simiklit at gmail.com> ---
I tested an Iris driver with MR "iris: Add fast clear support." using my piglit
test and this issue isn't reproduced there. Gallium state tracker function
'is_scissor_enabled' checks a depth render buffer size (and this behavior looks
more correct for me):
https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/state_tracker/st_cb_clear.c#L469-479

instead of a frame buffer size, like in i965:
https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/drivers/dri/i965/brw_clear.c#L117-127

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190320/1b1ed2fe/attachment-0001.html>


More information about the intel-3d-bugs mailing list