summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdrv.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-08-29 03:58:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-08-29 03:58:42 +0000
commit04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab (patch)
tree8e2bd27c2366d62704a56d06312b38235ec0d73f /src/mesa/drivers/glide/fxdrv.h
parenta0037ad8b38e25bdb16e64e4da6e5c75cc66a9cd (diff)
changes to allow the driver to compile - still doesn't work though
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r--src/mesa/drivers/glide/fxdrv.h3
1 files changed, 3 insertions, 0 deletions
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