Re: [Mesa-dev] [PATCH 09/14] i965: Remove the invalidate_state() vtable hook.

2013-07-02 Thread Chad Versace
On 07/02/2013 01:54 AM, Kenneth Graunke wrote: The hook was a noop. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vtbl.c | 6 -- src/mesa/drivers/dri/i965/intel_context.c | 3 --- src/mesa/drivers/dri/i965/intel_context.h | 3 --- 3 files changed, 12 deletions(-

[Mesa-dev] [PATCH 09/14] i965: Remove the invalidate_state() vtable hook.

2013-07-02 Thread Kenneth Graunke
The hook was a noop. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vtbl.c | 6 -- src/mesa/drivers/dri/i965/intel_context.c | 3 --- src/mesa/drivers/dri/i965/intel_context.h | 3 --- 3 files changed, 12 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vtbl.c