OSDN Git Service

mesa: Have validate_uniform_parameters return the gl_uniform_storage pointer
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 2 Aug 2014 01:37:58 +0000 (18:37 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 7 Aug 2014 23:17:45 +0000 (16:17 -0700)
commit411abcb23751ff57de9843e992647a8e41daab75
treeb7ccee0986f713c145f6986e2aad4b5d4b420271
parentf28a105868d2c1913746de3875dda000c14069fb
mesa: Have validate_uniform_parameters return the gl_uniform_storage pointer

This simplifies all the callers, and it enables the removal of one of
the function parameters.

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