mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Sep 2011 22:30:54 +0000 (15:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 19 Oct 2011 00:26:37 +0000 (17:26 -0700)
commita541ff3fb99f43f9f664daf275e315af2836977e
tree684d62b751fb07efd556f921b03e905a24853f33
parent118fd08b586970175af9ae269c81c0f501acba25
mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp

Fold _mesa_get_active_uniform into its only caller in the process.
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/uniform_query.cpp [new file with mode: 0644]
src/mesa/main/uniforms.c
src/mesa/main/uniforms.h
src/mesa/sources.mak