summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Clean up some endianness adapters for shader image formats.Eric Anholt2020-02-051-0/+4
* mesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.Eric Anholt2019-11-071-329/+271
* mesa: Stop defining a full separate format for RGBA_UINT8.Eric Anholt2019-11-071-1/+7
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-8/+4
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-201-7/+4
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-201-2/+1
* mesa: Refactor the entirety of _mesa_format_matches_format_and_type().Eric Anholt2019-10-171-0/+3
* mesa: Add support for array formats of depth and stencil.Eric Anholt2019-10-171-2/+17
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-2/+2
* mesa: Mostly switch Mesa format info off of GL types other than GLenum.Eric Anholt2019-07-161-21/+22
* mesa: use a correct function return typeAndrii Simiklit2019-06-271-1/+1
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+7
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-021-0/+1
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-311-0/+3
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt2017-10-101-0/+1
* main/formats: Add a get_linear_format_srgb helperJason Ekstrand2017-07-121-0/+3
* mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]Chad Versace2017-06-271-0/+3
* mesa: Add mesa formats for astc 3d formatsAnuj Phogat2016-05-031-0/+21
* mesa: Add a helper function to query 3D block sizesAnuj Phogat2016-05-031-0/+4
* mesa/formats: add MESA_LAYOUT_LATCNanley Chery2015-09-191-0/+1
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+5
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+12
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-0/+31
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* mesa/formats: only do type and component lookup for uncompressed formatsNanley Chery2015-08-241-1/+1
* mesa/formats: add more MESA_FORMAT_LAYOUTsNanley Chery2015-08-191-0/+6
* mesa: clear existing swizzle info before bitwise-OROded Gabbay2015-08-091-0/+5
* mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli2015-01-191-0/+1
* mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez2015-01-121-5/+0
* mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez2015-01-121-0/+15
* mesa: Add a _mesa_is_format_color_format helperJason Ekstrand2015-01-121-0/+3
* mesa: Let _mesa_get_format_base_format also handle mesa_array_format.Iago Toral Quiroga2015-01-121-1/+1
* main: Add a concept of an array formatJason Ekstrand2015-01-121-1/+136
* mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand2015-01-121-3/+3
* 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/+6
* mesa: add helper _mesa_is_format_etc2Marek Olšák2014-08-111-0/+3
* mesa include stdint.h in formats.hBrian Paul2014-08-051-0/+1
* mesa/formats: Add layout and swizzle informationJason Ekstrand2014-08-051-0/+29
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-2/+0
* mesa: Add helper function _mesa_is_format_integer()Anuj Phogat2014-04-161-0/+3
* mesa: Introduce a _mesa_format_has_color_component() helper.Kenneth Graunke2014-03-241-0/+4
* 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-207/+129
* mesa: trim down format.h commentsBrian Paul2014-03-101-169/+0
* mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2014-03-061-0/+1
* mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-061-0/+3
* mesa: update packed format layout commentsBrian Paul2014-03-031-50/+50