aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600d.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2015-11-11 09:05:50 +1000
committerDave Airlie <[email protected]>2015-11-11 09:05:50 +1000
commitb3e793f2db0e294c2b18e030a45c6253f20a16a6 (patch)
treef14f50a17d6c1339be8c2d29d127d1c674ebd256 /src/gallium/drivers/r600/r600d.h
parentc878d61124397706072e0f7f5a694a8bf644cc91 (diff)
Revert "r600g: Pass conservative depth parameters to hw"
This reverts commit a1fc78911e9a6439db94d6ae91d5672c76e5fb1c. I pushed the wrong patch.
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r--src/gallium/drivers/r600/r600d.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h
index 06c435605a3..6bba88cb574 100644
--- a/src/gallium/drivers/r600/r600d.h
+++ b/src/gallium/drivers/r600/r600d.h
@@ -853,14 +853,6 @@
#define S_02880C_DUAL_EXPORT_ENABLE(x) (((x) & 0x1) << 9)
#define G_02880C_DUAL_EXPORT_ENABLE(x) (((x) >> 9) & 0x1)
#define C_02880C_DUAL_EXPORT_ENABLE 0xFFFFFDFF
-#define S_02880C_CONSERVATIVE_Z_EXPORT(x) (((x) & 0x03) << 13)
-#define G_02880C_CONSERVATIVE_Z_EXPORT(x) (((x) >> 13) & 0x03)
-#define C_02880C_CONSERVATIVE_Z_EXPORT 0xFFFF9FFF
-#define V_02880C_EXPORT_ANY_Z 0
-#define V_02880C_EXPORT_LESS_THAN_Z 1
-#define V_02880C_EXPORT_GREATER_THAN_Z 2
-#define V_02880C_EXPORT_RESERVED 3
-
#define R_028DF8_PA_SU_POLY_OFFSET_DB_FMT_CNTL 0x028DF8
#define S_028DF8_POLY_OFFSET_NEG_NUM_DB_BITS(x) (((x) & 0xFF) << 0)
#define G_028DF8_POLY_OFFSET_NEG_NUM_DB_BITS(x) (((x) >> 0) & 0xFF)