diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-07 15:09:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-07 15:09:30 +0100 |
commit | 25521900df11bc71020ee80db2223f979bec5ec6 (patch) | |
tree | 4bdbd1b4e1391ea2665f28471be5f51a5c1e9e79 /src/i965_reg.h | |
parent | ad22003033eb502474ae538a97e3b42cf8f83880 (diff) |
gen6: Invalidate texture cache
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_reg.h')
-rw-r--r-- | src/i965_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_reg.h b/src/i965_reg.h index 3953dab5..df41fba4 100644 --- a/src/i965_reg.h +++ b/src/i965_reg.h @@ -169,6 +169,7 @@ #define BRW_PIPE_CONTROL_DEPTH_STALL (1 << 13) #define BRW_PIPE_CONTROL_WC_FLUSH (1 << 12) #define BRW_PIPE_CONTROL_IS_FLUSH (1 << 11) +#define BRW_PIPE_CONTROL_TC_FLUSH (1 << 10) #define BRW_PIPE_CONTROL_NOTIFY_ENABLE (1 << 8) #define BRW_PIPE_CONTROL_GLOBAL_GTT (1 << 2) #define BRW_PIPE_CONTROL_LOCAL_PGTT (0 << 2) |