Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / main / texcompress_etc.c
2019-10-31 Andrii Simiklitmain: fix several 'may be used uninitialized' warnings
2018-07-02 Tomeu Vizosost/mesa/i965: Allow decompressing ETC2 to GL_RGBA
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-03 Ian Romanickmesa: Silence unused parameter warnings from TEXSTORE_P...
2016-08-19 Ilia Mirkinmesa: avoid valgrind warning due to opaque only being...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-04-08 Brian Paulmesa: move declaration before code in etc2_unpack_rgb8()
2014-04-08 Courtney Goeltzenl... mesa: add bounds checking to eliminate buffer overrun
2014-02-21 Courtney Goeltzenl... mesa: Remove unnecessary condition.
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2012-12-14 Brian Paulmesa: minor indentation fixes in texcompress_etc.c
2012-12-14 Brian Paulmesa: remove old swrast-based compressed texel fetch...
2012-12-14 Brian Paulmesa: add new texel fetch code for etc formats
2012-12-08 José Fonsecamesa: Move declaration before statement.
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-07-16 Chad Versacemesa: Add function for decoding ETC1 textures
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-02 Chia-I Wumesa: add ETC1 decoding routines