[Piglit] [PATCH v3 07/19] piglit-dispatch: Introduce OpenGL API spec files.
Paul Berry
stereotype441 at gmail.com
Wed Mar 21 08:58:06 PDT 2012
This is the first in a series of patches that replaces GLEW with a new
mechanism called "piglit-dispatch".
This patch introduces files which describe the OpenGL API in
machine-readable form. These files are duplicates of those found at
http://www.opengl.org/registry/.
The exact URLs of the files are as follows:
http://www.opengl.org/registry/api/gl.spec
http://www.opengl.org/registry/api/gl.tm
http://www.opengl.org/registry/api/enumext.spec
Later patches in the series will transform these spec files to C code.
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
---
glapi/enumext.spec | 7325 ++++++++++++
glapi/gl.spec |32061 ++++++++++++++++++++++++++++++++++++++++++++++++++++
glapi/gl.tm | 328 +
3 files changed, 39714 insertions(+), 0 deletions(-)
create mode 100644 glapi/enumext.spec
create mode 100644 glapi/gl.spec
create mode 100644 glapi/gl.tm
Diff omitted, since it is huge. Please see commit
84b2371cb7f193305d68c401ee81f071fe187937 on
git://github.com/stereotype441/piglit.git
More information about the Piglit
mailing list