aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.c
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa: Don't put sRGB formats in the array format table.Eric Anholt2019-11-151-8/+6
* mesa: Prepare for the MESA_FORMAT_* enum to be sparse.Eric Anholt2019-11-071-3/+14
* mesa: Stop defining a full separate format for RGBA_UINT8.Eric Anholt2019-11-071-4/+0
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-2/+2
* mesa/main: replace uses of _mesa_little_endian with preprocessorDylan Baker2019-11-051-5/+6
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-19/+7
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-201-8/+5
* 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-635/+17
* mesa: Add support for array formats of depth and stencil.Eric Anholt2019-10-171-0/+9
* main: Destroy static hash tableYevhenii Kolesnikov2019-07-191-0/+8
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-9/+3
* mesa: Mostly switch Mesa format info off of GL types other than GLenum.Eric Anholt2019-07-161-121/+122
* mesa: Rename gl_format_info to mesa_format_info.Eric Anholt2019-07-161-28/+28
* mesa: use a correct function return typeAndrii Simiklit2019-06-271-1/+1
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-2/+0
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+3
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-021-0/+2
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-311-0/+42
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.Eric Anholt2018-02-021-6/+0
* mesa: Make _mesa_get_format_bytes handle array formats.Jason Ekstrand2017-10-101-0/+5
* mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt2017-10-101-0/+5
* mesa/main: select the R10G10B10X2_UNORM internal format based on data typeNicolai Hähnle2017-10-021-1/+3
* main/formats: Autogenerate _mesa_get_srgb_format_linearJason Ekstrand2017-07-121-117/+0
* mesa: Account for block depth in _mesa_format_image_size()Anuj Phogat2016-05-031-21/+23
* mesa: Add an assert for BlockDepth in _mesa_get_format_block_size()Anuj Phogat2016-05-031-0/+3
* mesa: Add a helper function to query 3D block sizesAnuj Phogat2016-05-031-0/+21
* mesa: Add block depth field in struct gl_format_infoAnuj Phogat2016-05-031-2/+2
* mesa/main: Extend _mesa_get_format_bits to accept new pnamesAntia Puentes2016-03-031-0/+6
* mesa/formats: add MESA_LAYOUT_LATCNanley Chery2015-09-191-11/+0
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+43
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+63
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-0/+43
* mesa/formats: pass correct parameter to _mesa_is_format_compressedDave Airlie2015-08-261-1/+1
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-47/+11
* mesa/formats: make format testing a gtestNanley Chery2015-08-251-151/+4
* mesa/formats: store whether or not a format is sRGB in gl_format_infoNanley Chery2015-08-241-24/+4
* mesa/formats: only do type and component lookup for uncompressed formatsNanley Chery2015-08-241-46/+43
* Revert "mesa/formats: refactor by collapsing cases in switch statement by type"Nanley Chery2015-08-201-17/+135
* mesa/formats: refactor by collapsing cases in switch statement by typeNanley Chery2015-08-191-135/+17
* mesa/formats: add more MESA_FORMAT_LAYOUTsNanley Chery2015-08-191-0/+6
* mesa/formats: Don't flip channels of null array formatsJason Ekstrand2015-08-121-1/+2
* mesa/formats: Fix swizzle flipping for big-endian targetsJason Ekstrand2015-08-121-4/+12
* mesa/formats: Only do byteswapping for packed formatsJason Ekstrand2015-08-121-3/+3
* mesa/main: Don't use ONCE_FLAG_INIT as a r-value.Jose Fonseca2015-06-111-1/+2
* mesa/main: avoid null access in format_array_table_init()Juha-Pekka Heikkila2015-06-111-0/+10
* Fix a few typosZoë Blade2015-04-271-1/+1
* mesa: add void to format_array_format_table_init() declarationBrian Paul2015-03-181-1/+1