On 11/14/2013 01:19 PM, Eric Anholt wrote: > Petri Latvala <petri.latv...@intel.com> writes: > >> vec4_visitor's uniform_size and uniform_vector_size arrays contain >> information about uniforms. Their size should be the number of uniform >> components (MAX_UNIFORMS * 4) instead of number of uniform vec4s >> (MAX_UNIFORMS). > > Instead of making our giant static arrays even bigger, let's send the > param_count from brw_wm.c and brw_vs.c down into the backend and > dynamically allocate these arrays.
I agree with Eric. --Ken _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev