nir: fix a bug in is_dual_slot in nir_io_add_const_offset_to_base
[mesa.git] / src / compiler / Makefile.sources
2020-08-24 Eric Anholtnir: Add a lowering pass for backends wanting load_ubo...
2020-08-14 Julian Winklernir: Add a structurizer
2020-08-03 Eric Anholtnir: Remove the old nir_opt_shrink_load.
2020-08-03 Eric Anholtnir: Add a pass to cut the trailing ends of vectors.
2020-07-28 Rhys Perrynir,radv/aco: add and use pass to lower make available...
2020-07-24 Neil Robertsnir/scheduler: Move nir_scheduler to its own header
2020-07-04 Vinson Leenir: Add nir_lower_clip_disable.c to SCons build.
2020-05-14 Rob Clarknir: add pass to lower disjoint wrmask's
2020-04-27 Alyssa Rosenzweignir: Move nir_lower_mediump_outputs from ir3
2020-04-21 Jason Ekstrandglsl: Hard-code noise to zero in builtin_functions.cpp
2020-04-20 Jonathan Mareknir: add common convert_ycbcr for vulkan csc
2020-03-24 Neil Robertsglsl: Inline builtins in a separate pass
2020-03-24 Iago Toral Quiroganir: add a bool bitsize lowering pass
2020-03-24 Neil Robertsglsl: Add an IR lowering pass to convert mediump operat...
2020-03-12 Caio Marcelo de... nir: Add pass to combine adjacent scoped memory barriers
2020-03-09 Daniel Schürmannnir: add pass to lower discard() to demote()
2020-03-03 Louis-Francis Ratt... glsl/linker: handle array/struct members for DisableXfb...
2020-02-24 Eric Anholtnir: Rename gl_nir_lower_bindless_images.c in preparati...
2020-02-21 Alyssa Rosenzweignir: Add SSBO->global lowering pass
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-01-03 Erik Faye-Lundnir/zink: move clip_halfz-lowering to common code
2019-12-27 Mauro Rossiandroid: nir: add a load/store vectorization pass
2019-11-25 Eric Anholtnir: Add a scheduler pass to reduce maximum register...
2019-11-21 Marek Olšáknir: strip as we serialize to remove the nir_shader_clo...
2019-11-21 Timothy Arcericompiler: move build definition of pp_standalone_scaffo...
2019-11-20 Timothy Arceriglsl: add preprocessor #include support
2019-10-31 Robert Fossnir: Build nir_lower_point_size.c in libmesa_nir
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-17 Erik Faye-Lundnir: add lowering-pass for point-size mov
2019-10-17 Dave Airlienir: add a pass to lower flat shading.
2019-10-10 Marek Olšáknir: move gl_nir_opt_access from glsl directory
2019-09-28 Mauro Rossiandroid: compiler/nir: build nir_divergence_analysis.c
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-06 Timur Kristófnir: Carve out nir_lower_samplers from GLSL code.
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-06 Ian Romanicknir/range-analysis: Rudimentary value range analysis...
2019-07-24 Jonathan Mareknir: replace lower_sincos with algebraic opt
2019-07-08 Daniel Schürmannanv,nir: Move lower_input_attachments pass from ANV...
2019-07-02 Rob Clarknir: add pass to lower load_interpolated_input
2019-06-30 Alejandro Piñeironir/linker: add gl_nir_link_uniform_blocks.c
2019-06-19 Connor Abbottglsl/nir: Add optimization pass for access flags
2019-06-18 Connor Abbottnir: add a vectorization pass
2019-05-31 Ian Romanicknir: Rematerialize compare instructions
2019-05-07 Vasily Khoruzhicknir: implement lowering for fsin and fcos
2019-05-07 Ian Romanicknir/flrp: Add new lowering pass for flrp instructions
2019-05-07 Vasily Khoruzhicknir: add int_to_float lowering pass
2019-05-06 John Stultzmesa: Makefile.sources: Add nir_lower_fb_read.c to...
2019-05-04 Jason Ekstrandnir: Add a SSA type gathering pass
2019-04-29 Andreas Baierlnir: add rcp(w) lowering for gl_FragCoord
2019-04-14 Alyssa Rosenzweignir: Add nir_lower_viewport_transform
2019-04-12 Jason Ekstrandnir: Add a pass for selectively lowering variables...
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-03-28 Ian Romanicknir: Add partial redundancy elimination for compares
2019-03-25 Jason Ekstrandnir: Add a lowering pass for non-uniform resource access
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-16 Jason Ekstrandnir: Add a new pass to lower array dereferences on...
2019-03-15 Jason Ekstrandglsl/nir: Add a pass to lower UBO and SSBO access
2019-03-13 Caio Marcelo de... nir: Add a pass to combine store_derefs to same vector
2019-03-12 Jason Ekstrandnir: Add a pass for lowering IO back to vector when...
2019-03-12 Connor Abbottnir: Add a stripping pass for improved cacheability
2019-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2019-01-29 Dylan Bakerautomake: Fix path to generated source
2019-01-14 Jason Ekstrandnir: Add a bool to float32 lowering pass
2019-01-10 Matt Turnerglsl: Create file to contain software fp64 functions
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
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
next