diff options
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 cae63cb69f..2841bab16c 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); |