r600g: Fixed the shift in S_02880C_KILL_ENABLE.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 17 Sep 2010 12:08:23 +0000 (14:08 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Fri, 17 Sep 2010 12:08:54 +0000 (14:08 +0200)
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
src/gallium/drivers/r600/evergreend.h
src/gallium/drivers/r600/r600d.h

index a3ebc0e9e7cd7201f41606a861f317fbea8fa63e..77cd8f1588b31198eaa221735cdea6c8805079a7 100644 (file)
 #define     V_02880C_EARLY_Z_THEN_LATE_Z               1
 #define     V_02880C_RE_Z                              2
 #define     V_02880C_EARLY_Z_THEN_RE_Z                 3
-#define   S_02880C_KILL_ENABLE(x)                      (((x) & 0x1) << 5)
+#define   S_02880C_KILL_ENABLE(x)                      (((x) & 0x1) << 6)
 #define   G_02880C_KILL_ENABLE(x)                      (((x) >> 6) & 0x1)
 #define   C_02880C_KILL_ENABLE                         0xFFFFFFBF
 #define   S_02880C_DUAL_EXPORT_ENABLE(x)               (((x) & 0x1) << 9)
index 92ed0a7ba3cca9b75659ace81d2fd72060c2e590..cd8acd2068730fecd7a634bed64e61a86a6db84e 100644 (file)
 #define     V_02880C_EARLY_Z_THEN_LATE_Z               1
 #define     V_02880C_RE_Z                              2
 #define     V_02880C_EARLY_Z_THEN_RE_Z                 3
-#define   S_02880C_KILL_ENABLE(x)                      (((x) & 0x1) << 5)
+#define   S_02880C_KILL_ENABLE(x)                      (((x) & 0x1) << 6)
 #define   G_02880C_KILL_ENABLE(x)                      (((x) >> 6) & 0x1)
 #define   C_02880C_KILL_ENABLE                         0xFFFFFFBF
 #define   S_02880C_DUAL_EXPORT_ENABLE(x)               (((x) & 0x1) << 9)