diff options
author | Daniel Borca <[email protected]> | 2003-10-30 11:44:19 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-10-30 11:44:19 +0000 |
commit | e81b180065f0a9f80c1310ac447509b1debc4559 (patch) | |
tree | 9757f3e47b7251c56bb581627453e7768384277f /src/mesa/drivers/glide/fxg.h | |
parent | 63a5ca08f3bdaee975c9b059caf15ffd3ddd8d38 (diff) |
bugfixes wrt texture compression
Diffstat (limited to 'src/mesa/drivers/glide/fxg.h')
-rw-r--r-- | src/mesa/drivers/glide/fxg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxg.h b/src/mesa/drivers/glide/fxg.h index cae63cb69f2..2841bab16cb 100644 --- a/src/mesa/drivers/glide/fxg.h +++ b/src/mesa/drivers/glide/fxg.h @@ -371,11 +371,9 @@ struct tdfx_glide { /* ** Texus2 functions */ - int (FX_CALL *txBitsPerPixel) (GrTextureFormat_t format); void (FX_CALL *txImgQuantize) (char *dst, char *src, int w, int h, FxU32 format, FxU32 dither); void (FX_CALL *txMipQuantize) (TxMip *pxMip, TxMip *txMip, int fmt, FxU32 d, FxU32 comp); void (FX_CALL *txPalToNcc) (GuNccTable *ncc_table, const FxU32 *pal); - void (FX_CALL *txErrorSetCallback) (TxErrorCallbackFnc_t fnc, TxErrorCallbackFnc_t *old_fnc); }; void tdfx_hook_glide (struct tdfx_glide *Glide); |