nir: Add a pass for lowering integer division by constants
[mesa.git] / src / compiler / Makefile.sources
2018-12-13 Jason Ekstrandnir: Add a pass for lowering integer division by constants
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-08-24 Jason Ekstrandnir: Add an array copy optimization
2018-08-24 Jason Ekstrandnir: Add a structure splitting pass
2018-07-31 Neil Robertsnir/linker: Add the start of a pure-NIR linker for XFB
2018-07-27 Caio Marcelo de... glsl: use only copy_propagation_elements
2018-07-24 Karol Herbstnir: add builtin builder
2018-07-03 Neil Robertsnir/linker: Add a pure NIR implementation of the atomic...
2018-07-02 Jason Ekstrandnir: Add a large constants optimization pass
2018-06-23 Jason Ekstrandnir: Delete lower_io_types
2018-06-23 Rob Clarknir/lower_samplers: remove legacy version
2018-06-23 Rob Clarknir/lower_samplers: split out _legacy version for deref...
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-21 Eduardo Lima Mitevnir/linker: Add nir_build_program_resource_list()
2018-06-21 Alejandro Piñeirocompiler/link: move add_program_resource to linker_util
2018-06-21 Neil Robertsnir/linker: Set the uniform initial values
2018-06-21 Eduardo Lima Mitevnir/linker: Add gl_nir_link_uniforms()
2018-06-21 Alejandro Piñeirocompiler/link: add linker_util.h, move linker_error...
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-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-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 Timothy Arcerispirv: fix autotools builds
2018-03-07 Jason Ekstrandspirv: Add initial subgroup support
2018-02-06 Samuel Pitoisetnir: add nir_opt_shrink_load pass
2017-12-12 Jason Ekstrandspirv: Add a prepass to set types on vtn_values
2017-12-08 Jordan Justenglsl: Split out shader program serialization
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-11-09 Ian Romanickglsl: Combine nop-swizzle optimization with swizzle...
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-01 Connor Abbottnir: add serialization and deserialization
2017-10-23 Ilia Mirkinglsl: fix derived cs variables
2017-10-13 Jason Ekstrandcompiler: Move blob up a level
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-09-26 Timothy Arcerinir: add some helpers for doing linking
2017-09-21 Timothy Arceriglsl: merge loop_controls.cpp with loop_unroll.cpp
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-07-31 Nicolai Hähnlenir: add nir_lower_uniforms_to_ubo pass
2017-07-31 Nicolai Hähnlenir: add nir_lower_samplers_as_deref pass
2017-07-20 Matt Turnernir: Add pass to scalarize read_invocation/read_first_i...
2017-07-20 Matt Turnernir: Add pass to optimize intrinsics
2017-07-18 Ian Romanickspirv: Generate spirv_info.c
2017-06-07 Thomas Hellandnir: Delete nir_array.h
2017-05-04 Rob Clarknir: add pass to lower atomic counters to SSBO
2017-03-02 Jason Ekstrandnir: Add a simple int64 lowering pass
2017-02-17 Jason Ekstrandnir: Rename lower_double_pack to lower_64bit_pack
2017-02-17 Timothy Arceriglsl: add initial implementation of shader cache
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer multiplication
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64x64 => 64 multip...
2017-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...
2017-01-11 Kenneth Graunkenir: Introduce a nir_opt_move_comparisons() pass.
2017-01-10 Kenneth Graunkenir: Add a pass to lower TES patch_vertices intrinsics...
2017-01-07 Jason Ekstrandnir: Add a local variable-based copy propagation pass
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-23 Jason Ekstrandnir: Add a pass for moving SPIR-V continue blocks to...
2016-12-23 Jason Ekstrandnir: Add an optimization pass to remove trivial continues
2016-12-22 Timothy Arcerinir: add a loop unrolling pass
2016-12-22 Thomas Hellandnir: Add a LCSAA-pass
2016-12-22 Thomas Hellandnir: Add a loop analysis pass
2016-12-19 Ian Romanickglsl: Use simpler visitor to determine which UBO and...
2016-12-05 Jason Ekstrandnir: Add a pass for lowering away constant initializers
2016-11-22 Kenneth Graunkenir: add a pass to compact clip/cull distances.
2016-11-15 Marek Olšákutil: import cache.c/h from glsl
2016-11-11 Emil Velikovglsl: automake: add opt_add_neg_to_sub.h to the sources...
2016-11-10 Ian Romanickglsl: Add a C++ code generator that uses ir_builder...
2016-11-09 Dave Airlienir: add conditional discard optimisation (v4)
2016-10-26 Emil Velikovcompiler: automake: add shader_info.h to the sources...
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-17 Ian Romanickglsl: Remove unused function import_prototypes
2016-09-27 Timothy Arceriglsl: Add initial functions to implement an on-disk...
2016-08-30 Ian Romanickglsl: Use the generated constant expression code
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation_strings.h from...
2016-08-30 Ian Romanickglsl: Pull operator_strs out to its own file
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python
2016-08-26 Kenneth Graunkeglsl: Add a lowering pass to handle advanced blending...
2016-08-19 Eric Anholtnir: Add an IO scalarizing pass using the intrinsic...
2016-08-17 Ian Romanickglsl: Pull enum ir_expression_operation out to its...
2016-08-17 Ian Romanickglsl: Make the generated sources build rules more like NIR
2016-06-20 Jason Ekstrandnir: Add a pass for propagating invariant decorations
2016-06-04 Jason Ekstrandnir/spirv: Add string lookup tables for a couple of...
2016-06-03 Emil Velikovnir: automake: add nir_search_helpers.h to the sources...
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-25 Rob Clarkglsl: split out libstandalone
2016-05-20 Kenneth Graunkenir: Add a simple nir_lower_wpos_center() pass for...
2016-05-13 Dave Airlieglsl: rename lower_clip_distance to lower_distance.
2016-05-11 Rob Clarknir: rename lower_outputs_to_temporaries -> lower_io_to...
2016-05-11 Rob Clarknir: lower-io-types pass
2016-05-11 Rob Clarknir: passthrough-edgeflags support
2016-05-11 Rob Clarknir: add lowering pass for glBitmap
next