diff options
author | Brian Paul <[email protected]> | 2000-01-13 17:58:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-13 17:58:41 +0000 |
commit | 113edcc755cd6c86c7eba3929514f628d8c7c119 (patch) | |
tree | 51359e162d0f5f680df271a78a9622f9933716f4 /src/mesa/drivers/glide/fxdrv.h | |
parent | 4049cd35d89ad5eb29de15705ddc4190df5e8946 (diff) |
added fxMesaContext arg to fxInitPixelTables()
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index d4d3ca59137..c469daa6701 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 |