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/fxsetup.c | |
parent | a0037ad8b38e25bdb16e64e4da6e5c75cc66a9cd (diff) |
changes to allow the driver to compile - still doesn't work though
Diffstat (limited to 'src/mesa/drivers/glide/fxsetup.c')
-rw-r--r-- | src/mesa/drivers/glide/fxsetup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c index ca79cc4e192..a121a1fc233 100644 --- a/src/mesa/drivers/glide/fxsetup.c +++ b/src/mesa/drivers/glide/fxsetup.c @@ -563,6 +563,7 @@ fxSetupTextureSingleTMU_NoLock(GLcontext * ctx, GLuint textureset) } } +#if 00 static void fxSetupTextureSingleTMU(GLcontext * ctx, GLuint textureset) { @@ -570,6 +571,8 @@ fxSetupTextureSingleTMU(GLcontext * ctx, GLuint textureset) fxSetupTextureSingleTMU_NoLock(ctx, textureset); END_BOARD_LOCK(); } +#endif + /************************* Double Texture Set ***************************/ |