nir: Add some more consts to the nir_format_convert.h helpers.
[mesa.git] / src / compiler / nir / nir_format_convert.h
2018-12-13 Eric Anholtnir: Add some more consts to the nir_format_convert...
2018-08-29 Jason Ekstrandnir/format_convert: Fix a bitmask in unpack_11f11f10f
2018-08-29 Jason Ekstrandnir/format_convert: Rename pack_r11g11b10f to pack_11f1...
2018-08-29 Jason Ekstrandnir/format_convert: Add [us]norm conversion helpers
2018-08-29 Jason Ekstrandnir/format_convert: Rename nir_format_bitcast_uint_vec
2018-08-29 Jason Ekstrandnir/format_convert: Add vec mask and sign-extend helpers
2018-08-29 Jason Ekstrandnir/format_convert: Add support for unpacking signed...
2018-07-16 Roland Scheideggernir: fix msvc build
2018-05-09 Jason Ekstrandnir/format_convert: Add code for bitcasting vectors
2018-05-09 Jason Ekstrandnir/format_convert: Add a function to pack RGB9_E5...
2018-05-09 Jason Ekstrandnir/format_convert: Add pack/unpack for R11F_G11F_B10F
2018-05-09 Jason Ekstrandnir/format_convert: Add linear <-> sRGB helpers
2018-05-09 Jason Ekstrandnir: Add the start of a format conversion helper header