diff options
author | Vladimir Dergachev <[email protected]> | 2004-12-31 20:57:48 +0000 |
---|---|---|
committer | Vladimir Dergachev <[email protected]> | 2004-12-31 20:57:48 +0000 |
commit | 92d47e79f1dcd9101de0116835782084bc4f7209 (patch) | |
tree | 064825526c8b96d79cb8e72a9431b3566e16e884 | |
parent | 11374bdb86bf7d5d57850be2e014c0801d4e8424 (diff) |
Sync with master copy.
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 18f0eef07f0..b7c8b0c383b 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -70,6 +70,19 @@ I am fairly certain that they are correct unless stated otherwise in comments. # define R300_VAP_OUTPUT_VTX_FMT_1__TEX_7_COMP_CNT_SHIFT 21 /* END */ +#define R300_SE_VTE_CNTL 0x20b0 +# define R300_VPORT_X_SCALE_ENA 0x00000001 +# define R300_VPORT_X_OFFSET_ENA 0x00000002 +# define R300_VPORT_Y_SCALE_ENA 0x00000004 +# define R300_VPORT_Y_OFFSET_ENA 0x00000008 +# define R300_VPORT_Z_SCALE_ENA 0x00000010 +# define R300_VPORT_Z_OFFSET_ENA 0x00000020 +# define R300_VTX_XY_FMT 0x00000100 +# define R300_VTX_Z_FMT 0x00000200 +# define R300_VTX_W0_FMT 0x00000400 +# define R300_VTX_W0_NORMALIZE 0x00000800 +# define R300_VTX_ST_DENORMALIZED 0x00001000 + /* BEGIN: Vertex data assembly - lots of uncertainties */ /* gap */ /* Where do we get our vertex data? |