summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/i830_tex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-19 10:41:35 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-19 10:41:35 +0000
commited43ecee90ad6fdde1e604f7f820ef7f8cd1251b (patch)
tree22fc85ebf63276f9ee8054a2efc59ad512de3dd1 /src/mesa/drivers/dri/i830/i830_tex.h
parent41abe9e73f4d6cebd7bdfcc187c566e715894f0d (diff)
Migrate i830 driver to t_vertex.[ch] for building hw vertices.
Diffstat (limited to 'src/mesa/drivers/dri/i830/i830_tex.h')
-rw-r--r--src/mesa/drivers/dri/i830/i830_tex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i830/i830_tex.h b/src/mesa/drivers/dri/i830/i830_tex.h
index dbfcbe3963..91203269e3 100644
--- a/src/mesa/drivers/dri/i830/i830_tex.h
+++ b/src/mesa/drivers/dri/i830/i830_tex.h
@@ -63,7 +63,6 @@ struct i830_texture_object_t
void i830UpdateTextureState( GLcontext *ctx );
void i830DDInitTextureFuncs( GLcontext *ctx );
-void i830UpdateTexUnitProj( GLcontext *ctx, GLuint unit, GLboolean state );
void i830DestroyTexObj( i830ContextPtr imesa, i830TextureObjectPtr t );
int i830UploadTexImagesLocked( i830ContextPtr imesa, i830TextureObjectPtr t );