summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_reg.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-27 03:40:46 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:29 -0800
commitf1ba451bcc7764fd2b92fc8408f6b52c1d670b1f (patch)
tree76e0385e474f479f409c755dc68f3a510dc18406 /src/gallium/drivers/r300/r300_reg.h
parent2c2f819a1de0fc29866fdf90cce4550b0d2a0bad (diff)
r300: Set up blend state emit, clean up blend registers.
Also add at least one missing register to r300_reg.
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r--src/gallium/drivers/r300/r300_reg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h
index 7f4a508b1b..c1796ad7a8 100644
--- a/src/gallium/drivers/r300/r300_reg.h
+++ b/src/gallium/drivers/r300/r300_reg.h
@@ -151,6 +151,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define R300_VTX_W0_FMT (1 << 10)
# define R300_SERIAL_PROC_ENA (1 << 11)
+#define R300_VAP_VTX_SIZE 0x20b4
+
/* BEGIN: Vertex data assembly - lots of uncertainties */
/* gap */