[Piglit] [PATCH] gles-3.0: Add minmax test (v2)

Eric Anholt eric at anholt.net
Thu Nov 29 14:09:46 PST 2012


Chad Versace <chad.versace at linux.intel.com> writes:

> This is the first GLES3 test.
>
> Tested against Mesa, branch gles3, commit 5612c08 "egl/dri2: Add plumbing
> for EGL_OPENGL_ES3_BIT_KHR", with Intel Sandybridge.  All testcases pass
> except:
>
>   token                         min          actual
>   GL_MAX_ELEMENT_INDEX          16777215     16384
>   GL_MAX_TEXTURE_LOD_BIAS              2.0  -9999.0
>   GL_MAX_SERVER_WAIT_TIMEOUT	       0       -1
>   GL_MIN_PROGRAM_TEXEL_OFFSET         -8     9999

Blargh.  MAX_SERVER_WAIT_TIMEOUT is ~0 uint64, while we're getting an
int64 and comparing it signed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20121129/70eab313/attachment.pgp>


More information about the Piglit mailing list