summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 12:33:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 12:33:28 +0000
commit72deb502d7ed2c1e447195dfaafac818ad88b218 (patch)
treeadcf28c403556cc61911c4166e5108bde0ccac31 /src
parentbc69de5f21ebb4d6e1c65bf5652d17a9fc87dda7 (diff)
minor clean-up
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/glide/fxsetup.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c
index 6c5aad326f..2e33bd47e3 100644
--- a/src/mesa/drivers/glide/fxsetup.c
+++ b/src/mesa/drivers/glide/fxsetup.c
@@ -53,26 +53,9 @@
#include "fxdrv.h"
#include "enums.h"
-
#include "tnl/t_context.h"
-static GLuint fxGetTexSetConfiguration(GLcontext * ctx,
- struct gl_texture_object *tObj0,
- struct gl_texture_object *tObj1);
-static void fxSetupTextureSingleTMU_NoLock(GLcontext * ctx,
- GLuint textureset);
-static void fxSetupDoubleTMU_NoLock(fxMesaContext fxMesa,
- struct gl_texture_object *tObj0,
- struct gl_texture_object *tObj1);
-static void fxSetupTexture_NoLock(GLcontext * ctx);
-static void fxSetupTexture(GLcontext * ctx);
-static void fxSetupBlend(GLcontext * ctx);
-static void fxSetupDepthTest(GLcontext * ctx);
-static void fxSetupScissor(GLcontext * ctx);
-static void fxSetupCull(GLcontext * ctx);
-static void fx_print_state_flags(const char *msg, GLuint flags);
-/*static GLboolean fxMultipassBlend(struct vertex_buffer *, GLuint);*/
-static GLboolean fxMultipassTexture(GLcontext *, GLuint);
+/*static GLboolean fxMultipassTexture(GLcontext *, GLuint);*/
static void
fxTexValidate(GLcontext * ctx, struct gl_texture_object *tObj)