mesa: implement glGetUniformiv() with new ctx->Driver function
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 8 Jul 2008 22:12:01 +0000 (16:12 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:56 +0000 (22:13 -0700)
commit6246dd890f356cc8beaab035018890e719e06227
tree3a2f2b2a8df0c96f4ba7960e84dd127d3305db4a
parent48cba703fa6fdbe2ad34770d54aeafdd01493f27
mesa: implement glGetUniformiv() with new ctx->Driver function

The old implementation could overwrite the caller's param buffer.
src/mesa/main/shaders.c