mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
[mesa.git] / src / mesa / main / format_pack.c
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_ABGR2101010.
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-02-06 Marek Olšákmesa: add RGBX formats for existing GL RGB texture...
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2012-11-06 Brian Paulmesa: fix assorted MSVC conversion warnings in format_p...
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-04-13 Dylan Noblesmithmesa: fix truncated value warning
2012-02-15 Brian Paulmesa: use z32f_x24s8 struct in format pack/unpack code
2012-02-15 Brian Paulmesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format...
2012-01-30 Brian Paulmesa: added _mesa_pack_ubyte_rgba_rect()
2012-01-13 Brian Paulmesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
2012-01-07 Brian Paulmesa: add some 'f' suffixes to silence MSVC warnings
2012-01-06 Eric Anholtmesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL...
2011-12-24 Brian Paulmesa: add _mesa_pack_colormask()
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
2011-12-08 Brian Paulmesa: new format_pack.c code