nir/intrinsics: Add a vulkan_resource_index intrinsic
[mesa.git] / src / compiler / nir / nir_opcodes.py
2016-04-13 Jason Ekstrandnir: Add more modulus opcodes
2016-04-11 Connor Abbottnir: add split versions of (un)pack_double_2x32
2016-04-11 Connor Abbottnir: add support for (un)pack_double_2x32
2016-04-11 Iago Toral Quiroganir: add i2d and u2d opcodes
2016-04-11 Iago Toral Quiroganir: add d2i, d2u, d2b opcodes
2016-04-11 Connor Abbottnir: add support for d2f and f2d
2016-04-01 Jason Ekstrandnir: Add an opcode for stomping a 32-bit value to 16...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
2016-02-01 Matt Turnernir: Add opcodes to extract bytes or words.
2016-02-01 Matt Turnernir: Make argument order of unop_convert match binop_co...
2016-01-26 Emil Velikovnir: move to compiler/