r600g: add missing eg reg definition
authorDave Airlie <airlied@redhat.com>
Wed, 13 Oct 2010 07:45:10 +0000 (17:45 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 13 Oct 2010 07:45:10 +0000 (17:45 +1000)
src/gallium/drivers/r600/evergreend.h

index eb36a35165e8dcb1a80b5575fc7914afeae4a9d7..94661fdd1f671f39f66f605abbd847de05d6c93a 100644 (file)
 #define   S_02880C_Z_EXPORT_ENABLE(x)                  (((x) & 0x1) << 0)
 #define   G_02880C_Z_EXPORT_ENABLE(x)                  (((x) >> 0) & 0x1)
 #define   C_02880C_Z_EXPORT_ENABLE                     0xFFFFFFFE
+#define   S_02880C_STENCIL_EXPORT_ENABLE(x)            (((x) & 0x2) << 0)
+#define   G_02880C_STENCIL_EXPORT_ENABLE(x)            (((x) >> 0) & 0x2)
+#define   C_02880C_STENCIL_EXPORT_ENABLE               0xFFFFFFFD
 #define   S_02880C_Z_ORDER(x)                          (((x) & 0x3) << 4)
 #define   G_02880C_Z_ORDER(x)                          (((x) >> 4) & 0x3)
 #define   C_02880C_Z_ORDER                             0xFFFFFCFF