[Piglit] [PATCH v2 04/13] piglit-dispatch: Introduce OpenGL API spec files.

Paul Berry stereotype441 at gmail.com
Mon Mar 12 14:41:38 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/.

Later patches in the series will transform these spec files to C code.
---
 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
dc0c80df293a68043e399cd0ddddab0faba4482d on
git at github.com:stereotype441/piglit.git.


More information about the Piglit mailing list