summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texstore.c
Commit message (Expand)AuthorAgeFilesLines
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-3/+3
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+5
* Header file clean-up:Brian Paul2002-10-241-2/+2
* new texture compression infrastructureBrian Paul2002-09-271-98/+48
* fixed _mesa_generate_mipmaps() target problemBrian Paul2002-09-161-8/+8
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-5/+3
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+27
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-5/+7
* added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel ...Brian Paul2001-04-131-1/+49
* More texture format updates. Drivers now need only plug an appropriateGareth Hughes2001-03-281-34/+34
* New filesKeith Whitwell2001-03-191-0/+405