aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_info.py
Commit message (Expand)AuthorAgeFilesLines
* mesa: Prepare for the MESA_FORMAT_* enum to be sparse.Eric Anholt2019-11-071-1/+1
* mesa: Add support for array formats of depth and stencil.Eric Anholt2019-10-171-0/+5
* mesa: Rename gl_format_info to mesa_format_info.Eric Anholt2019-07-161-1/+1
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+2
* python: Use explicit integer divisionsMathieu Bridon2018-08-071-2/+2
* python: Use the print functionMathieu Bridon2018-07-061-19/+21
* mesa/format_info: use designated initialiser listEric Engestrom2017-06-201-17/+20
* mesa: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mesa: Add block depth field in struct gl_format_infoAnuj Phogat2016-05-031-2/+3
* mesa/formats: add MESA_LAYOUT_LATCNanley Chery2015-09-191-1/+1
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-0/+3
* mesa/formats: store whether or not a format is sRGB in gl_format_infoNanley Chery2015-08-241-0/+2
* mesa/formats: add more MESA_FORMAT_LAYOUTsNanley Chery2015-08-191-9/+1
* mesa: improve error messaging for format CSV parserTapani Pälli2015-01-281-1/+1
* main: Add a concept of an array formatJason Ekstrand2015-01-121-0/+16
* mesa/format_info: Add support for the BPTC layoutNeil Roberts2014-08-121-0/+3
* mesa/format_info: Add support for compressed floating-point formatsNeil Roberts2014-08-121-1/+3
* mesa/formats: Add layout and swizzle informationJason Ekstrand2014-08-051-0/+11
* mesa/formats: Remove IndexBitsJason Ekstrand2014-08-051-1/+1
* mesa/main: Add python code to generate the format_info structureJason Ekstrand2014-08-051-0/+181