Re: [Mesa-dev] [PATCH 08/12] i965: Rename intelValidateState to intel_update_state

2014-08-11 Thread Kenneth Graunke
On Monday, August 11, 2014 05:29:38 PM Kristian Høgsberg wrote: > This matches the name of the dd hook. Also convert a couple of nearby > dd implementations to lowercase + underscore as is now the standard. > > Signed-off-by: Kristian Høgsberg > --- > src/mesa/drivers/dri/i965/brw_context.c | 1

[Mesa-dev] [PATCH 08/12] i965: Rename intelValidateState to intel_update_state

2014-08-11 Thread Kristian Høgsberg
This matches the name of the dd hook. Also convert a couple of nearby dd implementations to lowercase + underscore as is now the standard. Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i965/brw_context.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git