meson: Add tests to suites
[mesa.git] / src / compiler / nir / meson.build
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-10-29 Jason Ekstrandnir: Add a pass for gathering transform feedback info
2018-10-16 Caio Marcelo de... nir: Separate dead write removal into its own pass
2018-10-16 Caio Marcelo de... nir: Add test file for vars related passes
2018-08-24 Jason Ekstrandnir: Add an array copy optimization
2018-08-24 Jason Ekstrandnir: Add a structure splitting pass
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-01 Dylan Bakernir/meson: fix c vs cpp args for nir test
2018-07-24 Karol Herbstnir: add builtin builder
2018-07-02 Jason Ekstrandnir: Add a large constants optimization pass
2018-06-23 Jason Ekstrandnir: Delete lower_io_types
2018-06-23 Jason Ekstrandnir: Add a concept of per-member structs and a lowering...
2018-06-23 Jason Ekstrandnir: Add a deref path helper struct
2018-06-23 Jason Ekstrandnir: Add helpers for working with deref instructions
2018-06-19 Rob Clarknir: add pass to move load_const
2018-06-06 Eric Anholtnir: Add an ALU lowering pass for mul_high.
2018-05-09 Jason Ekstrandnir: Add the start of a format conversion helper header
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-03 Iago Toral Quirogacompiler/nir: add a lowering pass to convert the bit...
2018-05-02 Rob Clarknir: add missing dependency in meson.build
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-03-30 Alejandro Piñeironir/spirv: add gl_spirv_validation method
2018-03-29 Ian Romanickspirv: Move SPIR-V building to Makefile.spirv.am and...
2018-03-27 Rob Clarknir: mako all the intrinsics
2018-03-22 Juan A. Suarez Romeronir: autotools, meson: add GLSL.ext.AMD.h in the files...
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2018-03-16 Samuel Pitoisetnir: add nir_opt_move_load_ubo() optimization pass
2018-03-07 Daniel Schürmannspirv: handle AMD_gcn_shader extended instructions
2018-03-07 Jason Ekstrandspirv: Add initial subgroup support
2018-02-06 Samuel Pitoisetnir: add nir_opt_shrink_load pass
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2017-12-12 Jason Ekstrandspirv: Add a prepass to set types on vtn_values
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-01 Connor Abbottnir: add serialization and deserialization
2017-10-24 Rob Clarkmeson: extract out variable for nir_algebraic.py
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-10-09 Dylan Bakermeson: add nir_linking_helpers.c to libnir
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver