Re: [Mesa-dev] [PATCH] meta: clear_state structure cleanup

2015-12-11 Thread Kristian Høgsberg
Tapani Pälli writes: > Remove unused variables from clear_state and use a hardcoded location > for color uniform to get rid of 2 more variables. Modify shaders to use > explicit location for vertex attribute too as extension is enabled. > > Signed-off-by: Tapani Pälli Reviewed-by: Kristian Høgs

[Mesa-dev] [PATCH] meta: clear_state structure cleanup

2015-12-11 Thread Tapani Pälli
Remove unused variables from clear_state and use a hardcoded location for color uniform to get rid of 2 more variables. Modify shaders to use explicit location for vertex attribute too as extension is enabled. Signed-off-by: Tapani Pälli --- src/mesa/drivers/common/meta.c | 27 --