glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cpp
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 25 Jan 2011 00:55:50 +0000 (16:55 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 29 Mar 2011 20:21:08 +0000 (13:21 -0700)
commit92e412e788931ad464125113a64eec8a8223cda3
tree6cda18522dc6f93f8c1b43140743bbb647f2dcc5
parent0420ae3d9069ff5cbe067bdd5c6075d9292dbe66
glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cpp

This array is going to be used in the main compiler soon.  Leaving
them uniforms.c caused problems for building the stand-alone compiler.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Chad Versace <chad.versace@intel.com>
src/glsl/ir_variable.cpp
src/mesa/main/uniforms.c