Re: [Mesa-dev] [PATCH 1/5] mesa: add new enum MAX_UNIFORM_LOCATIONS

2014-06-04 Thread Ian Romanick
On 05/26/2014 01:32 AM, Tapani Pälli wrote: > Patch adds new implementation dependent value required by the > GL_ARB_explicit_uniform_location extension. Default value for user > assignable locations is calculated as sum of MaxUniformComponents > for each stage. > > v2: fix descriptor in get_hash_

[Mesa-dev] [PATCH 1/5] mesa: add new enum MAX_UNIFORM_LOCATIONS

2014-05-26 Thread Tapani Pälli
Patch adds new implementation dependent value required by the GL_ARB_explicit_uniform_location extension. Default value for user assignable locations is calculated as sum of MaxUniformComponents for each stage. v2: fix descriptor in get_hash_params.py (Petri) v3: simpler formula for calculating in