From e81b180065f0a9f80c1310ac447509b1debc4559 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 30 Oct 2003 11:44:19 +0000 Subject: bugfixes wrt texture compression --- src/mesa/drivers/glide/fxg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/glide/fxg.h') 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); -- cgit v1.2.3