Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / swrast / s_texfetch.c
2019-11-07 Eric Anholtmesa: Stop defining a full separate format for RGBA_UINT8.
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-08-19 Eric Anholtswrast: Make the fetch funcs table sparse.
2019-07-16 Eric Anholtmesa: Drop redundant checks for sRGB before sRGB to...
2019-04-23 Jonathan Marekmesa: add GL_AMD_compressed_ATC_texture support
2018-11-02 Gert Wollnymesa/core: Add definitions and translations for EXT_tex...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-10-10 Eric Anholtmesa: Add X1B5G5R5 along with A1B5G5R5.
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-05-03 Anuj Phogatswrast: Add texfetch_funcs entries for astc 3d formats
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 Dave Airliemesa/formats: 8-bit channel integer formats addition
2015-09-01 Dave Airliemesa/formats: add some formats from GL3.3
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cheryswrast: add a new macro, FETCH_COMPRESSED
2015-08-26 Nanley Cherymesa/formats: define the 2D ASTC formats
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-03-02 Brian Paulmesa/swrast: replace Elements() with ARRAY_SIZE()
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-19 Tapani Pällimesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
2015-01-12 Samuel Iglesias... mesa: restrict use of GL_ABGR_EXT format to allowed...
2015-01-12 Samuel Iglesias... mesa/formats: add new mesa formats and their pack/unpac...
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8...
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
2014-08-12 Neil Robertsmesa: Add the format enums for BPTC-compressed images
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-04-11 Brian Paulswrast: use macros to initialize texfetch_funcs[] table
2014-04-11 Brian Paulswrast: fix more fetch_texel function names
2014-04-10 Chris Forbesswrast: Add support for fetching from MESA_FORMAT_R10G1...
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 7)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 6)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 5)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 4)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 3)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 2)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 1)
2014-03-10 Brian Paulmesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_...
2014-03-10 Brian Paulmesa: reorder MESA_FORMAT enums
2014-03-07 Brian Paulmesa: add MESA_FORMAT_R8G8B8A8_SRGB
2014-03-06 Chia-I Wumesa: add MESA_FORMAT_B8G8R8X8_SRGB
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_ABGR2101010.
2013-06-11 Brian Paulswrast: add texfetch code for some XBGR formats
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
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-02-06 Marek Olšákmesa: add RGBX formats for existing GL RGB texture...
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2012-12-14 Brian Paulswrast: use new core Mesa compressed texel fetch functions
2012-12-14 Brian Paulswrast: merge get_texel_fetch_func() and set_fetch_func...
2012-12-14 Brian Paulswrast: make _mesa_get_texel_fetch_func() static
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-31 Brian Paulswrast: remove explicit size from texfetch_funcs array
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-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-01-24 Brian Paulswrast: remove unused StoreTexel code
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-11-30 Brian Paulswrast: use STATIC_ASSERT to make sure texfetch table...
2011-11-28 Brian Paulswrast: add missing texfetch table entry for MESA_FORMA...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-10-07 Brian Paulswrast: s/FetchTexelf/FetchTexel/
2011-10-07 Brian Paulswrast: remove unused swrast_texture_image::FetchTexelc...
2011-10-05 Brian Paulswrast: update texfetch_funcs table for new int/uint...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast