diff options
author | Eric Anholt <eric@anholt.net> | 2013-05-10 18:51:02 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-06-17 14:31:59 -0700 |
commit | 8f3392a27c3fb279471e008f25667212b1c61d14 (patch) | |
tree | 69dfcd774b337ac0abbe1b723877d48d4ea8ec32 /cmake | |
parent | 9d0e801585c4bb5edc9575f10106ddb6177eef67 (diff) |
glapi: Parse the GLES3 core header for piglit-dispatch.
This gets us piglit-dispatch support for all the core functions of
GLES2/3.
v2: Improve the python-style-ness of the argument parsing code (thanks
Paul!)
Reviewed-by: Paul Berry <stereotype441@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/piglit_glapi.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/piglit_glapi.cmake b/cmake/piglit_glapi.cmake index 368c1ca3b..899c7ee5a 100644 --- a/cmake/piglit_glapi.cmake +++ b/cmake/piglit_glapi.cmake @@ -34,6 +34,7 @@ set(piglit_glapi_inputs ${piglit_glapi_src_dir}/gl.spec ${piglit_glapi_src_dir}/enum.spec ${piglit_glapi_src_dir}/enumext.spec + ${piglit_glapi_src_dir}/GLES3/gl3.h ) add_custom_command( |