i965: Stop making a copy of non-builtin uniforms in ParameterValues[].
authorEric Anholt <eric@anholt.net>
Wed, 21 Nov 2012 22:33:52 +0000 (14:33 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 28 Dec 2012 18:53:54 +0000 (10:53 -0800)
commit12751ef2a70f2e8ce06b116d69e475dfa5dc6f38
tree04578f420d2b48366f15f3265be4138fdbb4a8eb
parent7e28d6c1ab101894c3a3c90bef929c34e9da6148
i965: Stop making a copy of non-builtin uniforms in ParameterValues[].

We don't need them now that our set of parameter pointers points at the
GL core storage for them.  This should save memory/bandwidth/overhead in
uniform updates.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_shader.cpp