summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_s3tc.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-02mesa: trim down includes of compiler.hBrian Paul1-1/+0
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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: remove old swrast-based compressed texel fetch codeBrian Paul1-32/+0
2012-12-14mesa: add new texel fetch code for dxt formatsBrian Paul1-0/+5
2012-09-15mesa: remove FEATURE_texture_s3tc define.Oliver McFadden1-27/+0
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul1-16/+16
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-9/+9
2010-12-04mesa: Clean up header file inclusion in texcompress_s3tc.h.Vinson Lee1-1/+5
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-0/+31
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul1-0/+2
2009-09-27mesa: make some s3tc/fxt1 functions publicBrian Paul1-0/+73