diff options
author | Alex Deucher <alex@botch2.com> | 2008-05-02 10:54:20 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-05-02 15:13:49 -0400 |
commit | 2bd26f4afa4f87d3dd2a8b9715455fc3f5a05046 (patch) | |
tree | 0dcc9c1c044b51e07706fdd4ef1e910218e95f79 | |
parent | e3721a3b3fca5ad7d957ae95252405da0740fbf6 (diff) |
Update comment
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 0740d7ea4a..57ff9e9a73 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -1982,7 +1982,7 @@ static void r300ResetHwState(r300ContextPtr r300) r300Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); /* setup the VAP */ - /* PVS_NUM_SLOTS, PVS_NUM_CNTLRS, VF_MAX_VTX_NUM need to be adjusted + /* for tcl, PVS_NUM_SLOTS, PVS_NUM_CNTLRS, VF_MAX_VTX_NUM need to be adjusted * dynamically. PVS_NUM_FPUS is fixed based on asic */ if (has_tcl) { |