mesa: implement indexed glGet functions
authorBrian Paul <brianp@vmware.com>
Tue, 29 Dec 2009 22:09:16 +0000 (15:09 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 29 Dec 2009 22:09:16 +0000 (15:09 -0700)
commit126b35bd3acbf486471879531cd2e6f446b14497
treee3997a0718682a4968525e7f0801c01d0ee0bffa
parent3728673bd1b974e54858fbab6ff62d3607b0d3f0
mesa: implement indexed glGet functions

The functions are _mesa_GetBooleanIndexedv(), _mesa_GetIntegerIndexedv(), and
_mesa_GetInteger64Indexedv().  These will be called from API functions such as
glGetBooleanIndexedvEXT() and glGetBooleani_v().

Only the GL_BLEND query is supported at this time.
src/mesa/main/get.c
src/mesa/main/get.h
src/mesa/main/get_gen.py