aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_pack.py
Commit message (Expand)AuthorAgeFilesLines
* swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt2019-07-161-72/+0
* mesa: Convert format_pack/unpack off of GL types.Eric Anholt2019-07-161-167/+166
* mesa: Port format_pack/unpack off of _mesa_problem().Eric Anholt2019-07-161-19/+9
* mesa: Rename gl_pack typedefs to mesa_pack.Eric Anholt2019-07-161-5/+5
* mesa: Fix pack_uint_Z_FLOAT32()Illia Iorin2018-10-111-12/+9
* 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/+2
* 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
* mesa: don't include colormac.h in format codeBrian Paul2015-04-011-1/+0
* mesa: Remove _mesa_pack_int_rgba_row() and auxiliary functionsSamuel Iglesias Gonsalvez2015-01-121-85/+0
* mesa/format_pack: Add _mesa_pack_int_rgba_row()Samuel Iglesias Gonsalvez2015-01-121-0/+85
* mesa: Add _mesa_pack_uint_rgba_row() format conversion functionSamuel Iglesias Gonsalvez2015-01-121-0/+84
* mesa: Autogenerate most of format_pack.cJason Ekstrand2015-01-121-0/+920