Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_tex.c
2008-05-26 José FonsecaRemove CVS keywords.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-13 Ian RomanickClean-up compiler warnings.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulfix _mesa_select_tex_image() calls
2006-10-14 Brian Paulbuild fix: s/Table/TableUB/
2006-10-13 Brian PaulRevamp color table code.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-08-16 Brian Paulchange tex memory allocation calls (debian bug 383209)
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-04-03 Adam JacksonBug #5754: Allocate texture memory correctly. (Richard...
2006-04-02 Adam JacksonCoverity #650: Fix a memory leak when near OOM.
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
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