summaryrefslogtreecommitdiff
path: root/src/mesa/main/format_pack.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mesa: Replace _mesa_pack_ubyte_rgba_row() with pack_ubyte_rgba_8unorm().Eric Anholt1-2/+6
2021-04-21mesa: Remove dead _mesa_pack_ubyte_rgba_rect().Eric Anholt1-5/+0
2021-04-21mesa: Move per-pixel Z pack functions to swrast.Eric Anholt1-15/+0
2021-04-21msea: Move z24s8-to-z24s8 packing fastpath to swrast.Eric Anholt1-4/+0
2021-04-21mesa: Remove dead _mesa_get_pack_float_z_func().Eric Anholt1-10/+0
2021-04-21mesa: Deduplicate _mesa_pack_uint_z_row().Eric Anholt1-2/+5
2021-04-21mesa: Deduplicate _mesa_pack_float_z_row().Eric Anholt1-2/+5
2021-04-21mesa: Deduplicate _mesa_pack_ubyte_stencil_row()Eric Anholt1-2/+5
2021-01-19mesa/main: Replace the uint format packing code with util/format's.Eric Anholt1-2/+5
2021-01-19mesa/main: Replace float pack function with util_format_pack_rgba().Eric Anholt1-2/+6
2021-01-19swrast: Use util_format_write_4/4ub for the scattered pixel writes.Eric Anholt1-14/+0
2021-01-15mesa: Add some little unit tests showing format unpack behavior.Eric Anholt1-0/+8
2019-07-16swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt1-4/+0
2019-07-16mesa: Convert format_pack/unpack off of GL types.Eric Anholt1-28/+28
2019-07-16mesa: Rename gl_pack typedefs to mesa_pack.Eric Anholt1-10/+10
2015-01-12mesa: Remove _mesa_pack_int_rgba_row() and auxiliary functionsSamuel Iglesias Gonsalvez1-4/+0
2015-01-12mesa/format_pack: Add _mesa_pack_int_rgba_row()Samuel Iglesias Gonsalvez1-0/+3
2015-01-12mesa: Add _mesa_pack_uint_rgba_row() format conversion functionSamuel Iglesias Gonsalvez1-0/+3
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-13/+13
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-01-30mesa: added _mesa_pack_ubyte_rgba_rect()Brian Paul1-0/+4
2011-12-24mesa: add _mesa_pack_colormask()Brian Paul1-0/+3
2011-12-08mesa: new format_pack.c codeBrian Paul1-0/+98