mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 17 Aug 2011 22:44:48 +0000 (15:44 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 4 Oct 2011 20:17:46 +0000 (13:17 -0700)
commit7a80c1bbc56b61525634f2b699f995e863dfade2
tree13fcca029ba289c4e33e27dfd5cf6928066cb4f9
parent523b611646ae15aa05ed37597ae9162de7290faf
mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp

This just folds get_active_attrib into _mesa_GetActiveAttribARB
and moves the resulting function function to the other source file.
More changes are coming soon.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/shader_query.cpp
src/mesa/main/shaderapi.c