nir/print: Fix printing variable mode
[mesa.git] / src / compiler / nir / nir_print.c
2016-04-15 Eduardo Lima Mitevnir/print: Fix printing variable mode
2016-04-15 Jason Ekstrandnir/intrinsics: Add a vulkan_resource_index intrinsic
2016-04-14 Jason Ekstrandnir: Add another index to load_uniform to specify the...
2016-04-14 Jose Fonsecanir: Use _snprintf on Windows.
2016-04-11 Connor Abbottnir/print: add support for printing doubles and bitsize
2016-03-23 Jason Ekstrandnir: Add an "exact" bit to nir_alu_instr
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Jordan Justennir: Add support for lowering load/stores of shared...
2016-03-17 Jordan Justennir: Add compute shader shared variable storage class
2016-03-17 Jordan Justennir/print: Add space after shader_storage var mode
2016-03-12 Jason Ekstrandnir/print: Better function argument printing
2016-03-12 Jason Ekstrandnir/print: Factor variable name lookup into a helper
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarknir: use const_index helpers
2016-02-09 Rob Clarknir: const_index helpers
2016-01-26 Emil Velikovnir: move to compiler/