[Piglit] [PATCH 12/16] Unify piglit_checkerboard_texture between GL and GLES

2014-07-03 Thread Josh Triplett
, not GL_CLAMP_TO_BORDER as it does on GL. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 110 + tests/util/piglit-util-gl.c| 83 tests/util/piglit-util-gles.c | 87

[Piglit] [PATCH 07/16] Unify piglit_escape_exit_key between GL and GLES

2014-07-03 Thread Josh Triplett
Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 14 ++ tests/util/piglit-util-gl.c| 13 - tests/util/piglit-util-gles.c | 12 3 files changed, 14 insertions(+), 25 deletions(-) diff --git a/tests/util

[Piglit] [PATCH 14/16] Factor out image generation from GLES piglit_rgbw_texture into a helper

2014-07-03 Thread Josh Triplett
This moves the GLES implementation of piglit_rgbw_texture much closer to the GL version. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gles.c | 82 --- 1 file changed, 45 insertions(+), 37 deletions(-) diff --git a/tests

[Piglit] [PATCH 00/16] Unify piglit-util-{gl, gles}.c into piglit-util-gl-common.c

2014-07-03 Thread Josh Triplett
sent yesterday. Josh Triplett (16): Fix piglit_is_gles to return true for OpenGL ES-CM 1.1 ... Unify piglit_num_components between GL and GLES Move piglit_get_luminance_intensity_bits to GL common code Unify projection utility functions across GL and GLES Unify piglit_probe_pixel_

[Piglit] [PATCH 13/16] Move piglit_miptree_texture to GL common code

2014-07-03 Thread Josh Triplett
This doesn't need to remain in the GL-specific utility library. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 39 + tests/util/piglit-util-gl.c| 40 -- 2 files changed

[Piglit] [PATCH 11/16] Move piglit_draw_triangle* helper functions to GL common code

2014-07-03 Thread Josh Triplett
These don't need to remain in the GL-specific utility library. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 40 ++ tests/util/piglit-util-gl.c| 40 -- 2 files changed

[Piglit] [PATCH 10/16] Move piglit program helper functions to GL common code

2014-07-03 Thread Josh Triplett
These don't need to remain in the GL-specific utility library. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 81 + tests/util/piglit-util-gl.c| 82 -- 2 files changed, 81

[Piglit] [PATCH 09/16] Move remaining piglit_probe_* functions to GL common code

2014-07-03 Thread Josh Triplett
These don't need to remain in the GL-specific utility library. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 116 + tests/util/piglit-util-gl.c| 115 2 files changed

[Piglit] [PATCH 06/16] Unify piglit_probe_image_* functions between GL and GLES

2014-07-03 Thread Josh Triplett
Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 210 + tests/util/piglit-util-gl.c| 166 - tests/util/piglit-util-gles.c | 44 3 files changed, 210 insertions(+), 210

[Piglit] [PATCH 3/4] Move piglit_get_luminance_intensity_bits to GL common code

2014-07-02 Thread Josh Triplett
This doesn't need to remain in the GL-specific utility library. Signed-off-by: Josh Triplett j...@joshtriplett.org --- tests/util/piglit-util-gl-common.c | 102 + tests/util/piglit-util-gl.c| 102 - 2 files changed