mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 17 Aug 2011 22:35:09 +0000 (15:35 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 4 Oct 2011 20:17:46 +0000 (13:17 -0700)
commit2fd80534f01a5c684c47eff3946f412192ae3c0b
tree50db6d6bf3aa7ad3d726af26437281a2049a0f64
parent3ea297bdc47848e80c3b5a7d2143aca8a982b7a5
mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp

This just folds bind_attrib_location into _mesa_BindAttribLocationARB
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