aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_hw_context_priv.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-03-05 15:14:40 +0100
committerMarek Olšák <[email protected]>2012-03-05 15:14:40 +0100
commit8a56ed8d6dc37c23d4695d0fc292d7bcc2976f08 (patch)
treee2085f0309cb7910e68ca65d74fd781d4060ac8d /src/gallium/drivers/r600/r600_hw_context_priv.h
parent0d91ddf1d4be712377e80d330480ff560d449c6f (diff)
r600g: remove unused definitions
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r--src/gallium/drivers/r600/r600_hw_context_priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h
index ac5b4cb7ce4..e9d8984e7dc 100644
--- a/src/gallium/drivers/r600/r600_hw_context_priv.h
+++ b/src/gallium/drivers/r600/r600_hw_context_priv.h
@@ -32,9 +32,6 @@
#define R600_MAX_DRAW_CS_DWORDS 11
-#define PKT_COUNT_C 0xC000FFFF
-#define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16)
-
/* these flags are used in register flags and added into block flags */
#define REG_FLAG_NEED_BO 1
#define REG_FLAG_DIRTY_ALWAYS 2