diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index e19ffc07152..9c516469cf6 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -320,9 +320,6 @@ struct brw_shader { struct gl_shader base; bool compiled_once; - - /** Shader IR transformed for native compile, at link time. */ - struct exec_list *ir; }; /* Note: If adding fields that need anything besides a normal memcmp() for |