summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu2009-10-291-5/+0
* mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu2009-10-291-3/+0
* mesa: minor code movementBrian Paul2009-10-281-4/+3
* Merge branch 'texformat-rework'Brian Paul2009-10-281-17/+4
|\
| * mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul2009-10-251-1/+0
| * mesa: remove _mesa_compressed_row_stride()Brian Paul2009-10-251-5/+0
| * mesa: clean-up, simplify compressed texture size checkingBrian Paul2009-10-251-4/+2
| * mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-6/+0
| * mesa: s/GLuint/gl_format/Brian Paul2009-10-241-3/+4
* | mesa: added _mesa_compressed_format_to_glenum()Brian Paul2009-10-231-0/+4
|/
* Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul2006-05-091-1/+1
* More updates for texture compression.Brian Paul2006-05-081-4/+13
* Fix a number of texture compression issues.Brian Paul2006-05-081-3/+3
* Removed the old teximage code.Brian Paul2004-04-271-8/+9
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+8
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* implement auto mipmap generation for compressed texturesBrian Paul2002-10-181-5/+5
* new texture compression infrastructureBrian Paul2002-09-271-0/+58