aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_SPARC_asm.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-220/+220
| | | | | | | | | | | | This brings us into accordance with the official Python style guide (http://www.python.org/dev/peps/pep-0008/#indentation). To preserve the indentation of the c code that is generated by these scripts, I've avoided re-indenting triple-quoted strings (unless those strings appear to be docstrings). Acked-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-1/+1
|
* glapi: Do not use glapioffsets.h.Chia-I Wu2010-10-271-3/+1
| | | | | | | glapioffsets.h exists for the same reason as glapidispatch.h does. It is of no use to glapi. This commit also drops the use of glapioffsets.h in glx as glx is considered an extension to glapi when it comes to defining public GL entries.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+275
Move glapi to src/mapi/{glapi,es1api,es2api}.