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

Chad Versace chad.versace at linux.intel.com
Tue Mar 13 11:07:24 PDT 2012


On 03/12/2012 02:41 PM, Paul Berry wrote:
> 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


In person, I requested that you list in the commit message the url 
where each file was obtained. With that change,

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>


More information about the Piglit mailing list