Chad Versace <[email protected]> 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.
pgpG6zYHf1oWo.pgp
Description: PGP signature
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
