st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs conditionally
[mesa.git] / src / mesa / swrast / s_texfetch_tmp.h
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...
2018-11-02 Gert Wollnymesa/core: Add definitions and translations for EXT_tex...
2015-01-12 Samuel Iglesias... mesa: use format conversion functions in swrast
2015-01-12 Jason Ekstrandmesa: Fix A1R5G5B5 packing/unpacking
2015-01-12 Jason Ekstrandmesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8...
2014-09-17 Richard Sandifordmesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
2014-09-17 Richard Sandifordswrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big...
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: fix more fetch_texel function names
2014-04-10 Chris Forbesswrast: Add support for fetching from MESA_FORMAT_R10G1...
2014-04-07 Brian Paulswrast: reindent s_texfetch_temp.h, remove trailing...
2014-04-07 Brian Paulswrast: remove out of date comments in s_texfetch_tmp.h
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-05 Brian Paulmesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
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: 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
2013-10-31 Brian Paulswrast: fix MSVC double->float conversion warnings
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-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
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: fixup inconsistent naming of RG16 formats
2012-01-24 Brian Paulswrast: remove unused StoreTexel code
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
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 Brian Paulmesa: fix unpacking of RG88_REV texels
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-09-21 Brian Paulswrast: s/GLubyte/GLchan/ in a cast
2011-09-18 Brian Paulswrast: fix more store_texel() bugs
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