From 04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 29 Aug 2001 03:58:42 +0000 Subject: changes to allow the driver to compile - still doesn't work though --- src/mesa/drivers/glide/fxdrv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers/glide/fxdrv.h') diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 09674680c9..6f33f13e31 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -574,5 +574,8 @@ extern void fxTMMoveInTM_NoLock(fxMesaContext fxMesa, struct gl_texture_object *tObj, GLint where); extern void fxInitPixelTables(fxMesaContext fxMesa, GLboolean bgrOrder); +extern void fxCheckIsInHardware(GLcontext *ctx); + +extern GLboolean fx_check_IsInHardware(GLcontext *ctx); #endif -- cgit v1.2.3