glapi: Add is_abi() to test if a function is in the ABI.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 20 Oct 2009 06:32:39 +0000 (14:32 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Nov 2009 03:04:10 +0000 (20:04 -0700)
commit6418f836d470b41c2a5dbfad52b797db1ec3871b
tree2165d6a4ad629a5a604c79d856639796c685381d
parent8d2edbf1395ca1e2d23b3bd2ba2c5d54f21d377b
glapi: Add is_abi() to test if a function is in the ABI.

The test is done by checking if the offset is manually assigned.  The
generated headers are unchanged.

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