diff options
author | Roland Scheidegger <[email protected]> | 2006-05-27 09:03:25 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2006-05-27 09:03:25 +0000 |
commit | 8a6182105772280e2727de4a00809c8fb7b13c87 (patch) | |
tree | c65d589e508fcdc0a43ceadef4b4ec8e68efd567 /src/mesa/drivers/dri/radeon/radeon_sanity.c | |
parent | 04fa003a501298500607c4e83e58cb0291ddc6e4 (diff) |
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k instead of 8k (the reasons why it was exactly 8k are unclear). Add register defines, sanity code, fix potential issue with wrong statechange order when disabling fragment programs.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_sanity.c')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_sanity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_sanity.c b/src/mesa/drivers/dri/radeon/radeon_sanity.c index 9ca9ebe84e0..557057784c3 100644 --- a/src/mesa/drivers/dri/radeon/radeon_sanity.c +++ b/src/mesa/drivers/dri/radeon/radeon_sanity.c @@ -156,6 +156,7 @@ static struct { { 0, 8, "R200_PP_TXCTLALL_3"}, { 0, 8, "R200_PP_TXCTLALL_4"}, { 0, 8, "R200_PP_TXCTLALL_5"}, + { 0, 2, "R200_VAP_PVS_CNTL"}, }; struct reg_names { |