[Piglit] [PATCH 0/3] Add OpenGL ES3 support

Ian Romanick idr at freedesktop.org
Tue Nov 20 12:32:39 PST 2012


On 11/15/2012 11:10 AM, Chad Versace wrote:
> The series adds support for OpenGL ES3 to the piglit_gl_framework.
> The series doesn't add any GLES3 tests, just support for the API.

Do you have a test case in hand to be sure your changes actually work?

> Chad Versace (3):
>    util/gl: Add config field 'supports_gl_es_version'
>    cmake/linux: Require waffle>=1.2.1
>    util/gl: Support OpenGL ES3
>
>   CMakeLists.txt                                     |  2 +-
>   tests/gles2/gles2_shader_runner.c                  |  2 +-
>   tests/glslparsertest/glslparsertest.c              |  2 +-
>   .../spec/ext_unpack_subimage/ext_unpack_subimage.c |  2 +-
>   .../oes_compressed_etc1_rgb8_texture-basic.c       |  2 +-
>   .../oes_compressed_etc1_rgb8_texture-miptree.c     |  2 +-
>   .../oes_compressed_paletted_texture-api.c          |  2 +-
>   tests/spec/oes_draw_texture/oes_draw_texture.c     |  2 +-
>   tests/util/piglit-framework-gl.h                   | 28 +++++++----
>   .../util/piglit-framework-gl/piglit_gl_framework.c | 11 ++---
>   .../piglit-framework-gl/piglit_wfl_framework.c     | 54 +++++++++++-----------
>   11 files changed, 57 insertions(+), 52 deletions(-)
>



More information about the Piglit mailing list