aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_reg.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2013-11-22 18:35:46 -0800
committerFrancisco Jerez <[email protected]>2015-02-10 19:09:25 +0200
commit1b224290fbf8f4f4ccf933a6281276931ccec9b8 (patch)
treed68a31523790f50104604f01cb2dad1cde3c9b49 /src/mesa/drivers/dri/i965/intel_reg.h
parent46b03d5400794736e04eee5d373673309ba286ad (diff)
i965/gen7-8: Implement glMemoryBarrier().
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_reg.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_reg.h b/src/mesa/drivers/dri/i965/intel_reg.h
index 5ac0180dc5c..8b630c5fc54 100644
--- a/src/mesa/drivers/dri/i965/intel_reg.h
+++ b/src/mesa/drivers/dri/i965/intel_reg.h
@@ -70,6 +70,7 @@
#define PIPE_CONTROL_ISP_DIS (1 << 9)
#define PIPE_CONTROL_INTERRUPT_ENABLE (1 << 8)
/* GT */
+#define PIPE_CONTROL_DATA_CACHE_INVALIDATE (1 << 5)
#define PIPE_CONTROL_VF_CACHE_INVALIDATE (1 << 4)
#define PIPE_CONTROL_CONST_CACHE_INVALIDATE (1 << 3)
#define PIPE_CONTROL_STATE_CACHE_INVALIDATE (1 << 2)