aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.py
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-0/+1
* mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.Eric Anholt2019-07-161-24/+0
* mesa: Convert format_pack/unpack off of GL types.Eric Anholt2019-07-161-137/+137
* mesa: Port format_pack/unpack off of _mesa_problem().Eric Anholt2019-07-161-28/+8
* python: Use explicit integer divisionsMathieu Bridon2018-08-071-4/+4
* python: Use the print functionMathieu Bridon2018-07-061-1/+2
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* mesa: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* 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
* main: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* mesa: don't include colormac.h in format codeBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez2015-01-121-1/+0
* mesa: Autogenerate format_unpack.cJason Ekstrand2015-01-121-0/+896