summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-5/+5
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-2/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: added _mesa_get_compressed_fetch_func()Brian Paul2012-12-141-0/+3
* mesa: add compressed_fetch_func typedefBrian Paul2012-12-141-0/+9
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-11/+0
* mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()Brian Paul2012-08-241-1/+1
* mesa: new _mesa_decompress_image() functionBrian Paul2011-09-081-0/+5
* mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick2011-07-251-1/+1
* mesa: Add utility function to get base format from a GL compressed formatIan Romanick2011-07-251-0/+3
* mesa: Clean up header file inclusion in texcompress.h.Vinson Lee2010-12-041-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* 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