summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_tex.c
AgeCommit message (Expand)Author
2010-11-11tdfx: s/Format/_BaseFormat/Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2009-12-29tdfx: Silence uninitialized variable warning.Vinson Lee
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28drivers: use _mesa_texstoreBrian Paul
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-08-16Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian
2006-11-13Clean-up compiler warnings.Ian Romanick
2006-11-01fix _mesa_select_tex_image() callsBrian Paul
2006-10-14build fix: s/Table/TableUB/Brian Paul
2006-10-13Revamp color table code.Brian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-08-16change tex memory allocation calls (debian bug 383209)Brian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-04-03Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson
2006-04-02Coverity #650: Fix a memory leak when near OOM.Adam Jackson
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-01-06added "default" branch in `convertPalette'Daniel Borca
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-10-19fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca
2004-10-18print an error message in convertPalette before dying.Daniel Borca
2004-10-18small fix to match new _mesa_rescale_teximage2dDaniel Borca
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick
2004-10-13Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)Adam Jackson
2004-08-30fixed automatic mipmap generationDaniel Borca
2004-07-19several new bugsDaniel Borca
2004-06-22check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul
2004-06-15fix correct parameters passed to StoreImageDaniel Borca
2004-06-14_really_ fix parameters to StoreImage calls.Adam Jackson
2004-05-13fix parameters to StoreImage()Brian Paul
2004-05-12fix parameters to StoreImage callsBrian Paul
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul
2004-05-02fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul
2004-04-27Remove include of texutil.h to get build working.Ian Romanick
2004-04-22fix bracket at wrong placeRoland Scheidegger