glapi: Add OpenGL ES compatibility mode to scripts.
authorChia-I Wu <olvaffe@gmail.com>
Thu, 3 Sep 2009 03:05:06 +0000 (11:05 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Nov 2009 21:19:23 +0000 (14:19 -0700)
commit1af44e9e5a3b522dd083f7e1486146376b01fdff
tree1756d99b62c1dcf3fb4e439ef9087a4b76cd997f
parent5b85cada603ff0325dcf852f159837086a5bda14
glapi: Add OpenGL ES compatibility mode to scripts.

When the mode is on, the scripts would generate headers that are
suitable for OpenGL ES.  There are two differences.  One is that they
will generate function prototypes for OpenGL ES specific functions.  The
other is that, when a function has multiple names, SET/GET/CALL macros
would be generated for each of names.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/mesa/glapi/gl_apitemp.py
src/mesa/glapi/gl_offsets.py
src/mesa/glapi/gl_procs.py
src/mesa/glapi/gl_table.py