diff options
author | Brian Paul <[email protected]> | 2001-08-29 03:58:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-29 03:58:42 +0000 |
commit | 04ec0fd71e3ba758e0ddc950ec68c3af4c58b1ab (patch) | |
tree | 8e2bd27c2366d62704a56d06312b38235ec0d73f /src/mesa/drivers/glide/fxdrv.h | |
parent | a0037ad8b38e25bdb16e64e4da6e5c75cc66a9cd (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 09674680c97..6f33f13e31c 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 |