summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdrv.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 17:58:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 17:58:41 +0000
commit113edcc755cd6c86c7eba3929514f628d8c7c119 (patch)
tree51359e162d0f5f680df271a78a9622f9933716f4 /src/mesa/drivers/glide/fxdrv.h
parent4049cd35d89ad5eb29de15705ddc4190df5e8946 (diff)
added fxMesaContext arg to fxInitPixelTables()
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r--src/mesa/drivers/glide/fxdrv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h
index d4d3ca5913..c469daa670 100644
--- a/src/mesa/drivers/glide/fxdrv.h
+++ b/src/mesa/drivers/glide/fxdrv.h
@@ -438,6 +438,7 @@ struct tfxMesaContext {
GrBuffer_t currentFB;
+ GLboolean bgrOrder;
GrColor_t color;
GrColor_t clearC;
GrAlpha_t clearA;
@@ -672,6 +673,6 @@ extern void fxTMMoveInTM_NoLock(fxMesaContext fxMesa,
extern void fxSetupTexture_NoLock(GLcontext *ctx);
extern void fxSetupTexture(GLcontext *ctx);
-extern void fxInitPixelTables(GLboolean bgrOrder);
+extern void fxInitPixelTables(fxMesaContext fxMesa, GLboolean bgrOrder);
#endif