summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfetch.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-1/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-051-1/+1
* swrast: Add texfetch_funcs entries for astc 3d formatsAnuj Phogat2016-05-031-1/+22
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+4
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+12
* swrast: add a new macro, FETCH_COMPRESSEDNanley Chery2015-08-261-198/+41
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-1/+31
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli2015-01-191-0/+2
* mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez2015-01-121-4/+0
* mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez2015-01-121-0/+13
* mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford2014-09-171-0/+3
* mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford2014-09-171-0/+2
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-121-0/+24
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-041-29/+1
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-1/+0
* swrast: use macros to initialize texfetch_funcs[] tableBrian Paul2014-04-111-937/+172
* swrast: fix more fetch_texel function namesBrian Paul2014-04-111-24/+24
* swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes2014-04-101-3/+3
* swrast: rename texture fetch functions (pt. 7)Brian Paul2014-04-071-30/+30
* swrast: rename texture fetch functions (pt. 6)Brian Paul2014-04-071-63/+63
* swrast: rename texture fetch functions (pt. 5)Brian Paul2014-04-071-21/+21
* swrast: rename texture fetch functions (pt. 4)Brian Paul2014-04-071-42/+42
* swrast: rename texture fetch functions (pt. 3)Brian Paul2014-04-071-42/+42
* swrast: rename texture fetch functions (pt. 2)Brian Paul2014-04-071-45/+45
* swrast: rename texture fetch functions (pt. 1)Brian Paul2014-04-071-33/+33
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-1/+1
* mesa: reorder MESA_FORMAT enumsBrian Paul2014-03-101-521/+512
* mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2014-03-061-0/+6
* mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-061-0/+6
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-20/+20
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-19/+19
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-32/+32
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-36/+36
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-27/+27
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-8/+8
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-3/+3
* mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.Francisco Jerez2014-01-151-0/+12
* mesa: Add MESA_FORMAT_ABGR2101010.Francisco Jerez2014-01-151-0/+6
* swrast: add texfetch code for some XBGR formatsBrian Paul2013-06-111-9/+9
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt2013-04-301-1/+9
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-3/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+90