commit | 126b35bd3acbf486471879531cd2e6f446b14497 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue Dec 29 15:09:16 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Tue Dec 29 15:09:16 2009 -0700 |
tree | e3997a0718682a4968525e7f0801c01d0ee0bffa | |
parent | 3728673bd1b974e54858fbab6ff62d3607b0d3f0 [diff] |
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.