Nothing but piglit-dispatch was using it, so we can drop it now. --- I trimmed the file deletions from the patch for the mailing list, because it was huge.
CMakeLists.txt | 1 - cmake/piglit_glapi.cmake | 45 - glapi/.gitignore | 1 - glapi/GLES2/gl2ext.h | 2006 --- glapi/GLES3/gl3.h | 1061 -- glapi/enum.spec | 9296 ------------ glapi/enumext.spec | 8255 ----------- glapi/gl.spec | 35890 --------------------------------------------- glapi/gl.tm | 355 - glapi/parse_glspec.py | 555 - 10 files changed, 57465 deletions(-) delete mode 100644 cmake/piglit_glapi.cmake delete mode 100644 glapi/.gitignore delete mode 100644 glapi/GLES2/gl2ext.h delete mode 100644 glapi/GLES3/gl3.h delete mode 100644 glapi/enum.spec delete mode 100644 glapi/enumext.spec delete mode 100644 glapi/gl.spec delete mode 100644 glapi/gl.tm delete mode 100644 glapi/parse_glspec.py diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d2cc1..24c6099 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,8 +379,6 @@ configure_file( ) include(cmake/piglit_util.cmake) -include(cmake/piglit_glapi.cmake) include_directories(src) add_subdirectory(cmake/target_api) -- 1.8.5.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
