summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.c
Commit message (Collapse)AuthorAgeFilesLines
* more texture compressionDaniel Borca2003-11-211-19/+46
|
* small fixes wrt texture handlingDaniel Borca2003-11-031-5/+5
|
* texture compressionDaniel Borca2003-10-291-0/+17
|
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-15/+29
|
* some texture compression odds & endsBrian Paul2003-04-031-6/+67
|
* add 2, not 4, in _mesa_get_compressed_formats()Brian Paul2003-03-241-4/+4
|
* Header file clean-up:Brian Paul2002-10-241-2/+2
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* implement auto mipmap generation for compressed texturesBrian Paul2002-10-181-10/+6
|
* new texture compression infrastructureBrian Paul2002-09-271-0/+159