mesa: support inactive uniforms in glUniform* functions
authorTapani Pälli <tapani.palli@intel.com>
Wed, 19 Mar 2014 10:39:10 +0000 (10:39 +0000)
committerTapani Pälli <tapani.palli@intel.com>
Mon, 16 Jun 2014 03:49:59 +0000 (06:49 +0300)
commit73f7c8636dff34ef4254e0d89fc7670e35a36da9
tree5f802833399ddac0432074e74832cd1b2865ae14
parentdd2a6519b919395cfb57e0a18be1d7ca858808e2
mesa: support inactive uniforms in glUniform* functions

Support inactive uniforms that have explicit location set in
glUniform* functions.

v2: remove unnecessary extension check, use new define (Ian)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/uniform_query.cpp