aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-0/+174
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-4/+4
* update _mesa_store_teximageXd() comments and minor code clean-upBrian Paul2004-11-231-14/+30
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-45/+64
* Map/Unmap PBO as needed so that the texstore routines can work withBrian Paul2004-10-311-48/+95
* changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca2004-10-181-8/+11
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+40
* fix a couple bad castsBrian Paul2004-08-251-2/+2
* disabled unnecessary assertions in texture replicatorDaniel Borca2004-06-241-1/+1
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-54/+104
* fix component indexing bug in _mesa_texstore_al88()Brian Paul2004-06-161-2/+3
* Roland's patch to fix promotion of alpha or luminance textures to theBrian Paul2004-06-101-32/+57
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-397/+58
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-53/+0
* Added big-endian texture formats.Brian Paul2004-05-121-43/+515
* fix a few bugs when using GL_REDUCE convolution modeBrian Paul2004-05-051-6/+8
* fix a bug on the convolution pathBrian Paul2004-05-041-1/+3
* Fix minor warnings found with g++.Brian Paul2004-05-041-6/+4
* texture compression: getting warmerDaniel Borca2004-05-041-0/+34
* restored _mesa_rescale_teximage2d()Brian Paul2004-05-021-0/+71
* Removed the old teximage code.Brian Paul2004-04-271-865/+42
* bring over build fixes from stable branchAlan Hourihane2004-04-261-3/+1
* New glTexImage code.Brian Paul2004-04-221-19/+1893
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-5/+79
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-281-3/+2
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-281-3/+3
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-14/+14
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-1/+1
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-9/+15
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+3
* fix YCBCR assertion and disable assertion in auto-mipmap codeBrian Paul2003-11-241-0/+3
* s/xoffset/zoffset/ (Cedric Gautier)Brian Paul2003-11-071-1/+1
* Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul2003-09-121-3/+3
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+3
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-36/+0
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-13/+6
* silence a GLchan=GLfloat warning with a castBrian Paul2003-03-041-2/+2
* casts to silence g++ warningsBrian Paul2003-02-251-2/+2
* fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul2003-02-061-1/+2
* some casts (Evgeny Kotsuba)Brian Paul2003-01-281-8/+9
* silence some warningsBrian Paul2003-01-241-4/+4
* added GL_DEPTH_COMPONENT to two assertionsBrian Paul2002-12-031-3/+5
* fixed cube texture auto-mipmap generation bug (641363)Brian Paul2002-11-201-3/+3
* remove debug printfBrian Paul2002-10-301-2/+1
* Add casts to quiet compiler warnings.Karl Schultz2002-10-281-3/+4
* Header file clean-up:Brian Paul2002-10-241-3/+3
* new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul2002-10-181-24/+4
* implement auto mipmap generation for compressed texturesBrian Paul2002-10-181-34/+81
* new texture compression infrastructureBrian Paul2002-09-271-161/+473
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-1/+24