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

Chad Versace chad.versace at linux.intel.com
Thu Nov 15 11:10:59 PST 2012


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.

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(-)

-- 
1.7.11.7



More information about the Piglit mailing list