<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - dEQP-GLES3.functional.state_query.integers.viewport_get* failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98248#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - dEQP-GLES3.functional.state_query.integers.viewport_get* failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98248">bug 98248</a>
              from <span class="vcard"><a class="email" href="mailto:randy.xu@intel.com" title="Randy <randy.xu@intel.com>"> <span class="fn">Randy</span></a>
</span></b>
        <pre>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></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>