summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_reg_r7xx.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-11-09 11:34:13 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-11-09 12:16:55 -0500
commita9035f3dc313d047ce3af191d6d7ac8ada8167df (patch)
tree8d6b8e1d2f2528459e08cca65f758a39fffd7f28 /src/mesa/drivers/dri/r600/r600_reg_r7xx.h
parentbc9d51bb0eab90c47e7b07756e9eba9575f80ffc (diff)
r600: add missing ZPASS setup bits for r7xx+
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_reg_r7xx.h')
-rw-r--r--src/mesa/drivers/dri/r600/r600_reg_r7xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_reg_r7xx.h b/src/mesa/drivers/dri/r600/r600_reg_r7xx.h
index e5c01c861a..eb169bd885 100644
--- a/src/mesa/drivers/dri/r600/r600_reg_r7xx.h
+++ b/src/mesa/drivers/dri/r600/r600_reg_r7xx.h
@@ -143,6 +143,8 @@ enum {
// SQ_TEX_SAMPLER_MISC_0 = 0x0003d03c,
R7xx_TRUNCATE_COORD_bit = 1 << 9,
R7xx_DISABLE_CUBE_WRAP_bit = 1 << 10,
+// DB_RENDER_CONTROL = 0x00028d0c,
+ PERFECT_ZPASS_COUNTS_bit = 1 << 15,
} ;