diff options
author | Eric Anholt <[email protected]> | 2004-09-25 19:43:30 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-09-25 19:43:30 +0000 |
commit | 5565d32b57e06a83a36fb5d43c4f09a3fe9bfbf8 (patch) | |
tree | 5e548fa0b2b7bd09b99158abdf608131bbe10a16 | |
parent | 7b363b0dd492e7222e8503e24f35c651de0a0bfc (diff) |
Correct a couple of comments.
-rw-r--r-- | src/mesa/drivers/dri/sis/sis_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_reg.h b/src/mesa/drivers/dri/sis/sis_reg.h index e0806f4e36c..76014ff3eda 100644 --- a/src/mesa/drivers/dri/sis/sis_reg.h +++ b/src/mesa/drivers/dri/sis/sis_reg.h @@ -640,13 +640,13 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #define SiS_S_BOTH_ONE_MINUS_SRC_ALPHA 0x0000000c /* - * REG_3D_DstBlendMode (0x8A54 - 0x8A57) + * REG_3D_ClipTopBottom (0x8A54 - 0x8A57) */ #define MASK_BottomClip 0x00001FFF #define MASK_TopClip 0x03FFE000 /* - * REG_3D_DstBlendMode (0x8A58 - 0x8A5B) + * REG_3D_ClipLeftRight (0x8A58 - 0x8A5B) */ #define MASK_RightClip 0x00001FFF #define MASK_LeftClip 0x03FFE000 |