summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfetch_tmp.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-190/+0
2019-11-07mesa: Stop defining a full separate format for RGBA_UINT8.Eric Anholt1-1/+0
2019-10-20mesa: Redefine the RG formats as array formats.Eric Anholt1-6/+4
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt1-6/+3
2019-10-20mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt1-2/+1
2018-11-02mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny1-0/+1
2015-01-12mesa: use format conversion functions in swrastSamuel Iglesias Gonsalvez1-1237/+122
2015-01-12mesa: Fix A1R5G5B5 packing/unpackingJason Ekstrand1-4/+4
2015-01-12mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand1-4/+4
2014-09-17mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford1-0/+24
2014-09-17mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford1-0/+24
2014-09-17swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford1-3/+3
2014-08-04mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand1-17/+17
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-16/+0
2014-04-11swrast: fix more fetch_texel function namesBrian Paul1-13/+13
2014-04-10swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes1-0/+13
2014-04-07swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul1-182/+261
2014-04-07swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul1-457/+10
2014-04-07swrast: rename texture fetch functions (pt. 7)Brian Paul1-8/+8
2014-04-07swrast: rename texture fetch functions (pt. 6)Brian Paul1-20/+20
2014-04-07swrast: rename texture fetch functions (pt. 5)Brian Paul1-14/+14
2014-04-07swrast: rename texture fetch functions (pt. 4)Brian Paul1-14/+14
2014-04-07swrast: rename texture fetch functions (pt. 3)Brian Paul1-14/+14
2014-04-07swrast: rename texture fetch functions (pt. 2)Brian Paul1-15/+15
2014-04-07swrast: rename texture fetch functions (pt. 1)Brian Paul1-11/+11
2014-03-10mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul1-1/+1
2014-03-10mesa: reorder MESA_FORMAT enumsBrian Paul1-0/+11
2014-03-06mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul1-0/+13
2014-03-05mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORMBrian Paul1-4/+4
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-2/+2
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-3/+3
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller1-16/+16
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-24/+24
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-14/+14
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-6/+6
2013-10-31swrast: fix MSVC double->float conversion warningsBrian Paul1-2/+2
2013-06-11swrast: add texfetch code for some XBGR formatsBrian Paul1-0/+37
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul1-3/+3
2013-04-30swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt1-3/+4
2013-04-30swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt1-2/+2
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-2/+2
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-02-06mesa: fixup inconsistent naming of RG16 formatsMarek Olšák1-2/+2
2012-01-24swrast: remove unused StoreTexel codeBrian Paul1-904/+87
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-3/+3
2011-12-12mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák1-2/+2
2011-12-02mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul1-3/+3