summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-2/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-12-14mesa: added _mesa_get_compressed_fetch_func()Brian Paul1-0/+3
2012-12-14mesa: add compressed_fetch_func typedefBrian Paul1-0/+9
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-11/+0
2012-08-24mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()Brian Paul1-1/+1
2011-09-08mesa: new _mesa_decompress_image() functionBrian Paul1-0/+5
2011-07-25mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick1-1/+1
2011-07-25mesa: Add utility function to get base format from a GL compressed formatIan Romanick1-0/+3
2010-12-04mesa: Clean up header file inclusion in texcompress.h.Vinson Lee1-1/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2009-10-29mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu1-5/+0
2009-10-29mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu1-3/+0
2009-10-28mesa: minor code movementBrian Paul1-4/+3
2009-10-28Merge branch 'texformat-rework'Brian Paul1-17/+4
2009-10-25mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul1-1/+0
2009-10-25mesa: remove _mesa_compressed_row_stride()Brian Paul1-5/+0
2009-10-25mesa: clean-up, simplify compressed texture size checkingBrian Paul1-4/+2
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul1-6/+0
2009-10-24mesa: s/GLuint/gl_format/Brian Paul1-3/+4
2009-10-23mesa: added _mesa_compressed_format_to_glenum()Brian Paul1-0/+4
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul1-1/+1
2006-05-08More updates for texture compression.Brian Paul1-4/+13
2006-05-08Fix a number of texture compression issues.Brian Paul1-3/+3
2004-04-27Removed the old teximage code.Brian Paul1-8/+9
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+8
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul1-5/+5
2002-09-27new texture compression infrastructureBrian Paul1-0/+58