nir: Make nir_copy_deref follow the "clone" pattern
[mesa.git] / src / compiler / nir / nir_lower_tex.c
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-15 Iago Toral Quiroganir/lower_tex: fix number of components in replace_grad...
2016-12-13 Iago Toral Quiroganir/lower_tex: lower gradients on shadow cube maps...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: generalize get_texture_size()
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-09-14 Rob Clarknir/lower_tex: fix typo with sample_dim
2016-09-14 Rob Clarknir: move tex_instr_remove_src
2016-09-14 Rob Clarknir/lower_tex: remove tex_instr_find_src()
2016-07-22 Jason Ekstrandnir/lower_tex: Add support for lowering coordinate...
2016-07-22 Jason Ekstrandnir/lower_tex: Add some helpers for working with tex...
2016-05-24 Kristian Høgsberg... nir: Add a lowering pass for YUV textures
2016-05-20 Rob Clarknir: coverity unitialized pointer read
2016-05-05 Connor Abbottnir/lower_tex: fixup for new foreach_block()
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Samuel Iglesias... nir/builder: Add bit_size info to nir_build_imm()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-19 Rob Clarknir/lower-tex: add srgb->linear lowering
2016-04-19 Rob Clarknir/lower-tex: make options a local var
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/