[Bug 98248] dEQP-GLES3.functional.state_query.integers.viewport_get* failure

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 14 08:09:12 UTC 2016


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

--- Comment #1 from Randy <randy.xu at intel.com> ---
Per the error log, the glGetFloatv return value are bound to [-32768, 32768]

 <Text>glGetFloatv(GL_VIEWPORT, 0x00007fffc202fca0);</Text>
 <Text>// data = { -1729, 32768, 7307, 4013 }</Text>
 <Text>// ERROR: expected -1729, 33539, 7307, 4013</Text>
 <Text>glGetError();</Text>
 <Text>// GL_NO_ERROR returned</Text>
 <Text>glViewport(41066, -9108, 11099, 30024);</Text>
 <Text>glGetFloatv(GL_VIEWPORT, 0x00007fffc202fca0);</Text>
 <Text>// data = { 32768, -9108, 11099, 30024 }</Text>
 <Text>// ERROR: expected 41066, -9108, 11099, 30024</Text>
 <Text>glGetError();</Text>

-- 
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/20161014/9be4681b/attachment.html>


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