mesa: add EXT_dsa glMultiTexParameter* functions
[mesa.git] / src / mesa / main / format_unpack.h
2019-07-16 Eric Anholtmesa: Fold _mesa_unpack_depth_stencil_row() into its...
2019-07-16 Eric Anholtmesa: Convert format_pack/unpack off of GL types.
2015-04-01 Brian Paulmesa: don't include colormac.h in format code
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-05-01 Anuj Phogatmesa: Add support to unpack depth-stencil texture in...
2014-05-01 Anuj Phogatmesa: Add new helper function _mesa_unpack_depth_stenci...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
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...
2012-12-08 Anuj Phogatmesa: Make nonlinear_to_linear() function available...
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
2012-01-07 Brian Paulmesa: remove unused _mesa_unpack_uint_rgba_row() prototype
2011-11-09 Eric Anholtmesa: Add support for unpacking 32-bit integer formats...
2011-11-04 Eric Anholtswrast: Make the packed depth/stencil read fastpath...
2011-11-04 Eric Anholtswrast: Directly map the stencil buffer in read_stencil...
2011-09-09 Brian Paulmesa: add new pixel format unpacking code