nir/scheduler: Move nir_scheduler to its own header
[mesa.git] / src / compiler / nir / nir_format_convert.h
2020-02-28 Icecream95nir: Allow nir_format conversions to work on 32-bit...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-01-04 Eric Anholtnir: Allow nir_format_unpack_int/sint to unpack larger...
2018-12-17 Eric Anholtnir: Fix clamping of uints for image store lowering.
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric Anholtnir: Pull some of intel's image load/store format conve...
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