projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e729b
)
r600g: add missing eg reg definition
author
Dave Airlie
<airlied@redhat.com>
Wed, 13 Oct 2010 07:45:10 +0000
(17:45 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 13 Oct 2010 07:45:10 +0000
(17:45 +1000)
src/gallium/drivers/r600/evergreend.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/evergreend.h
b/src/gallium/drivers/r600/evergreend.h
index eb36a35165e8dcb1a80b5575fc7914afeae4a9d7..94661fdd1f671f39f66f605abbd847de05d6c93a 100644
(file)
--- a/
src/gallium/drivers/r600/evergreend.h
+++ b/
src/gallium/drivers/r600/evergreend.h
@@
-686,6
+686,9
@@
#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