GLSL: Implement _mesa_get_handle
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Sep 2008 19:27:00 +0000 (12:27 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Sep 2008 19:27:00 +0000 (12:27 -0700)
commit905d8e0742d200558677dac01a838e95877f7b5e
treea54b3d7aaaba01254f28728f955831689b098f1f
parentd806d451e660bb582c04947ae3bd8b95173e8fd4
GLSL: Implement _mesa_get_handle

Implementing _mesa_get_handle in using
glGetIntegerv(GL_CURRENT_PROGRAM, ...) allows glGetHandleARB to work.
src/mesa/shader/shader_api.c