diff options
author | keithw <keithw> | 2003-04-07 14:14:44 +0000 |
---|---|---|
committer | keithw <keithw> | 2003-04-07 14:14:44 +0000 |
commit | b85d590b375a2cde9d2378ed08a5383fffb2dd74 (patch) | |
tree | ed61d1e15bacfadb0bb4f29363312adc04514c07 /xc/lib/GL | |
parent | dfca57e780f32c74de696a522c52c9dfea01b12d (diff) |
Use weaker NEWPRIM rather than FIREVERTICES in radeonFlushVertices
Diffstat (limited to 'xc/lib/GL')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c b/xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c index e2624ce52..6922267fd 100644 --- a/xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c +++ b/xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c @@ -1141,7 +1141,7 @@ void radeonFlushVertices( GLcontext *ctx, GLuint flags ) _tnl_flush_vertices( ctx, flags ); if (flags & FLUSH_STORED_VERTICES) - RADEON_FIREVERTICES( RADEON_CONTEXT( ctx ) ); + RADEON_NEWPRIM( RADEON_CONTEXT( ctx ) ); } /**********************************************************************/ |