util: Make piglit_probe_rect_halves_equal_rgba() GLES-compatible
In GLES, glReadPixels does not accept format=GL_FLOAT, but it does accept
format=GL_BYTE.
This shouldn't make any tests begin failing. If anything, this commit may
make pass some almost-passing tests because there is less precision in
probing with glReadPixels(GL_BYTE) than glReadPixels(GL_FLOAT).
Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
Showing
Please register or sign in to comment