[Piglit] [PATCH 6/7] Remove the whole glapi directory.

Eric Anholt eric at anholt.net
Mon Feb 24 11:41:13 PST 2014


Nothing but piglit-dispatch was using it, so we can drop it now.
---

I've trimmed the whole diff here, since it's just deletion and
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       |  8260 -----------
 glapi/gl.spec            | 35909 ---------------------------------------------
 glapi/gl.tm              |   355 -
 glapi/parse_glspec.py    |   555 -
 10 files changed, 57489 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



More information about the Piglit mailing list