aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_tex.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-2/+2
* tdfx: Silence uninitialized variable warning.Vinson Lee2009-12-291-1/+1
* mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-11/+0
* mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-8/+8
* mesa: change compressed texture size callsBrian Paul2009-10-241-10/+4
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-14/+15
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-8/+5
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-37/+44
* drivers: use _mesa_texstoreBrian Paul2009-09-281-14/+14
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-48/+35
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-2/+2
* mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-29/+44
* mesa: move generate mipmap callsBrian Paul2009-09-151-87/+49
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian2007-08-161-1/+1
* Clean-up compiler warnings.Ian Romanick2006-11-131-1/+1
* fix _mesa_select_tex_image() callsBrian Paul2006-11-011-4/+2
* build fix: s/Table/TableUB/Brian Paul2006-10-141-1/+1
* Revamp color table code.Brian Paul2006-10-131-3/+1
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* change tex memory allocation calls (debian bug 383209)Brian Paul2006-08-161-2/+1
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-18/+20
* Fix a number of texture compression issues.Brian Paul2006-05-081-17/+21
* Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson2006-04-031-3/+4
* Coverity #650: Fix a memory leak when near OOM.Adam Jackson2006-04-021-0/+1
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-2/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-16/+16
* Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2005-06-271-3/+3
* added "default" branch in `convertPalette'Daniel Borca2005-01-061-5/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+3
* fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca2004-10-191-2/+4
* print an error message in convertPalette before dying.Daniel Borca2004-10-181-0/+3
* small fix to match new _mesa_rescale_teximage2dDaniel Borca2004-10-181-0/+2
* Fix compile errors when DEBUG is defined.Ian Romanick2004-10-181-3/+3
* Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)Adam Jackson2004-10-131-0/+1
* fixed automatic mipmap generationDaniel Borca2004-08-301-8/+63
* several new bugsDaniel Borca2004-07-191-364/+706
* check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul2004-06-221-20/+27
* fix correct parameters passed to StoreImageDaniel Borca2004-06-151-2/+2
* _really_ fix parameters to StoreImage calls.Adam Jackson2004-06-141-2/+2
* fix parameters to StoreImage()Brian Paul2004-05-131-2/+2
* fix parameters to StoreImage callsBrian Paul2004-05-121-2/+2
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-22/+0
* fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul2004-05-021-23/+4
* Remove include of texutil.h to get build working.Ian Romanick2004-04-271-1/+0
* fix bracket at wrong placeRoland Scheidegger2004-04-221-2/+2
* New glTexImage code.Brian Paul2004-04-221-0/+40
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-10/+10