glapi / teximage: implement EGLImageTargetTexStorageEXT
[mesa.git] / src / mesa / main / texcompress.c
2019-04-23 Jonathan Marekmesa: add GL_AMD_compressed_ATC_texture support
2018-12-04 Marek Olšákmesa: expose EXT_texture_compression_bptc in GLES
2018-12-04 Marek Olšákmesa: expose EXT_texture_compression_rgtc on GLES
2018-02-06 Brian Paulmesa: minor whitespace fixes, line wrapping in texcompr...
2018-02-06 Brian Paulmesa: simplify _mesa_get_compressed_formats()
2016-11-04 Kenneth Graunkemesa: Add linear ETC2/EAC to the compressed format...
2016-05-03 Anuj Phogatmesa: Enable translation between astc 3d gl formats...
2016-05-03 Anuj Phogatmesa: Handle astc 3d formats in _mesa_get_compressed_fo...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-02 Anuj Phogatmesa: Fix function description
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Nanley Cherymesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FOR...
2015-10-29 Nanley Cherymesa/texcompress: Restrict FXT1 format to desktop GL...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-19 Nanley Cherymesa/texcompress: add compressed formats to base format...
2015-09-19 Nanley Cherymesa/formats: add MESA_LAYOUT_LATC
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-31 Nanley Cherymesa/texcompress: correct mapping of S3TC formats in...
2015-08-26 Nanley Cherymesa/texcompress: enable translation between MESA and...
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-19 Nanley Cherymesa/formats: add more MESA_FORMAT_LAYOUTs
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-08-12 Neil Robertsmesa: Add texel fetch functions for BPTC-compressed...
2014-08-12 Neil Robertsmesa: Add the format enums for BPTC-compressed images
2014-08-12 Neil Robertsmesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_...
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-15 Ian Romanickmesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_T...
2013-08-21 Ian Romanickmesa: Never advertise _S3TC compressed formats
2013-08-21 Ian Romanickmesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2012-12-26 Brian Paulmesa: add missing texel fetch code for sRGB DXT formats
2012-12-14 Brian Paulmesa: reimplement _mesa_decompress_image() using new...
2012-12-14 Brian Paulmesa: added _mesa_get_compressed_fetch_func()
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_PU...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_PUN...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SIGNED_R...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_R11_EAC
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_AL...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGBA8_ET...
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-10-16 Brian Paulmesa: remove FEATURE_ES test in _mesa_get_compressed_fo...
2012-09-15 José FonsecaTemporarily revert "mesa: remove remaining FEATURE_...
2012-09-15 Oliver McFaddenmesa: remove remaining FEATURE_* defines where protecte...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_texture_sRGB define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_texture_s3tc define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_texture_fxt1 define.
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa: s/GLuint/gl_format/ in _mesa_compressed_format_to...
2012-02-10 Brian Paulmesa: push row stride adjustment down into _mesa_decomp...
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-09-20 Ian Romanickmesa: Don't expose compressed paletted formats via...
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-09 Brian Paulmesa: new _mesa_decompress_image() function
2011-09-08 Adam Jacksongles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-26 Ian Romanickmesa: Make _mesa_get_compressed_formats match the textu...
2011-07-26 Ian Romanickmesa: Add utility function to get base format from...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Marek Olšákmesa: add ATI_texture_compression_3dc
2011-03-08 Marek Olšákmesa: add EXT_texture_compression_latc
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Dave Airliemesa: Add RGTC texture store/fetch support.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-31 Vinson Leemesa: Remove unnecessary headers.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-11 Kristian Høgsbergmesa: Optimize get.c by using a table-driven approach
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
next