diff options
| author | Vladimir Dergachev <volodya@freedesktop.org> | 2005-02-03 03:48:22 +0000 | 
|---|---|---|
| committer | Vladimir Dergachev <volodya@freedesktop.org> | 2005-02-03 03:48:22 +0000 | 
| commit | cb085044c9e09742187bb5a1060473bbf03f1e13 (patch) | |
| tree | d2a2f41eca7060fe6a976ffc590cb7b0ab8790c1 | |
| parent | f350617c24470f4b5ef4305e2951f8b9c07bb210 (diff) | |
Mark ZBIAS definitions.
| -rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 526bb11487..557c55dbbe 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -16,8 +16,8 @@ I am fairly certain that they are correct unless stated otherwise in comments.  #define R300_SE_VPORT_ZSCALE                0x1DA8  #define R300_SE_VPORT_ZOFFSET               0x1DAC -#define R300_SE_ZBIAS_FACTOR                0x1DB0 -#define R300_SE_ZBIAS_CONSTANT              0x1DB4 +#define R300_SE_ZBIAS_FACTOR                0x1DB0	/* guess */ +#define R300_SE_ZBIAS_CONSTANT              0x1DB4	/* guess */  /* This register is written directly and also starts data section in many 3d CP_PACKET3's */  #define R300_VAP_VF_CNTL	0x2084 | 
