In gl_texture_image replace IntFormat with InternalFormat and Format with
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_tex.c
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-01-06 Daniel Borcaadded "default" branch in `convertPalette'
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-10-19 Daniel Borcafix compilation error in `convertPalette' (still have...
2004-10-18 Daniel Borcaprint an error message in convertPalette before dying.
2004-10-18 Daniel Borcasmall fix to match new _mesa_rescale_teximage2d
2004-10-18 Ian RomanickFix compile errors when DEBUG is defined.
2004-10-13 Adam JacksonBug #1588: abort if no palette format matches. (Egbert...
2004-08-30 Daniel Borcafixed automatic mipmap generation
2004-07-19 Daniel Borcaseveral new bugs
2004-06-22 Brian Paulcheck for NULL pointer to glTexImage (fix verified...
2004-06-15 Daniel Borcafix correct parameters passed to StoreImage
2004-06-14 Adam Jackson_really_ fix parameters to StoreImage calls.
2004-05-13 Brian Paulfix parameters to StoreImage()
2004-05-12 Brian Paulfix parameters to StoreImage calls
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-02 Brian Paulfix StoreImage calls, remove dead code (Adam Jackson)
2004-04-27 Ian RomanickRemove include of texutil.h to get build working.
2004-04-22 Roland Scheideggerfix bracket at wrong place
2004-04-22 Brian PaulNew glTexImage code.
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-23 Brian Paulmore fixing for tdfxUpdateTexturePalette
2004-01-23 Brian Paulfix assorted compilation issues
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2003-12-04 Alan Hourihaneadd tdfx DRI driver