diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2006-10-31 12:11:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2006-10-31 12:11:10 +0000 |
commit | 80c88304fc9d09531b2530b74973821e47b46753 (patch) | |
tree | 1d0f45753c2c6cbdbed89f1835969d8a8f3fc1c2 /src/mesa/drivers/dri/radeon/radeon_swtcl.h | |
parent | 70dd0126bd25f2cc2fedae60281ab5c256cb8664 (diff) |
remove vtxfmt code, switch over to vbo
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_swtcl.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_swtcl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_swtcl.h b/src/mesa/drivers/dri/radeon/radeon_swtcl.h index f95a52c0b8..64f9019513 100644 --- a/src/mesa/drivers/dri/radeon/radeon_swtcl.h +++ b/src/mesa/drivers/dri/radeon/radeon_swtcl.h @@ -43,7 +43,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. extern void radeonInitSwtcl( GLcontext *ctx ); extern void radeonDestroySwtcl( GLcontext *ctx ); -extern void radeonFlushVertices( GLcontext *ctx, GLuint flags ); extern void radeonChooseRenderState( GLcontext *ctx ); extern void radeonChooseVertexState( GLcontext *ctx ); |