Petri Latvala <[email protected]> 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.
pgplwq2K6T_Gu.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
