diff options
author | Maciej Cencora <[email protected]> | 2010-03-07 12:02:28 +0100 |
---|---|---|
committer | Maciej Cencora <[email protected]> | 2010-03-07 12:02:28 +0100 |
commit | 042779dc85191e51db79090613b5cc4498474e23 (patch) | |
tree | fb3220a6c0a564fd0c603ecab2efe8bd090f540c /src/mesa/drivers/dri/r300/r300_state.c | |
parent | 89ea4022371998467faf26c5e27ab987469b91ef (diff) |
r300: VAP flush is needed only when vertex program or constants are changed
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 5a056f018d1..5979dedac4f 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -366,7 +366,6 @@ static void r300ClipPlane( GLcontext *ctx, GLenum plane, const GLfloat *eq ) p = (GLint) plane - (GLint) GL_CLIP_PLANE0; ip = (GLint *)ctx->Transform._ClipUserPlane[p]; - R300_STATECHANGE( rmesa, vap_flush ); R300_STATECHANGE( rmesa, vpucp[p] ); rmesa->hw.vpucp[p].cmd[R300_VPUCP_X] = ip[0]; rmesa->hw.vpucp[p].cmd[R300_VPUCP_Y] = ip[1]; |