From 2aa34ea98430047e28b4ac47d09421d53c4b77a2 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 19 Jan 2005 12:09:33 +0000 Subject: Bring the texcombine fixes to the trunk. --- src/mesa/drivers/dri/unichrome/via_tex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/unichrome/via_tex.h') diff --git a/src/mesa/drivers/dri/unichrome/via_tex.h b/src/mesa/drivers/dri/unichrome/via_tex.h index 6a5c959c4c..1b5611a215 100644 --- a/src/mesa/drivers/dri/unichrome/via_tex.h +++ b/src/mesa/drivers/dri/unichrome/via_tex.h @@ -92,7 +92,7 @@ struct via_texture_object_t { }; viaTextureObjectPtr viaAllocTextureObject(struct gl_texture_object *texObj); -void viaUpdateTextureState(GLcontext *ctx); +GLboolean viaUpdateTextureState(GLcontext *ctx); void viaInitTextureFuncs(struct dd_function_table * functions); void viaInitTextures(GLcontext *ctx); -- cgit v1.2.3