[Bug 89314] [HSW, regression, bisected] i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels (ef0499af255ecd)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 8 16:27:27 PDT 2015


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

--- Comment #18 from Neil Roberts <neil at linux.intel.com> ---
Just to be a bit more specific — the test doesn't ensure that the driver rounds
in any particular way, it only ensures that it rounds the same way regardless
of whether a PBO is used or not. Ie, it compares the results of getting the
data with and without a PBO to make sure they are the same. This is difficult
for us to implement because when a PBO is used we will let the GPU do the
rounding, otherwise we will do it on the CPU. The GPU seems to have slightly
inaccurate results when the fractional part is a little bit above 0.5. Rounding
either way is explicitly allowed by the GLES spec so the GPU is not a problem.
However I can't find any mention of whether it has to be consist about the
choice of rounding so maybe we can argue that it is allowed by omission.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150608/505df682/attachment.html>


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