nir: Add a ptr_as_array deref type
[mesa.git] / src / compiler / nir /
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2019-01-08 Jason Ekstrandnir: Allow storing to shader_storage
2019-01-08 Jason Ekstrandnir/validate: Require array indices to match the deref...
2019-01-08 Jason Ekstrandnir/builder: Add nir_i2i and nir_u2u helpers which...
2019-01-06 Timothy Arcerinir: avoid uninitialized variable warning
2019-01-04 Eric Anholtnir: Add nir_lower_tex options to lower sampler return...
2019-01-04 Eric Anholtnir: Allow nir_format_unpack_int/sint to unpack larger...
2019-01-04 Caio Marcelo de... nir: remove dead code from copy_prop_vars
2019-01-03 Timothy Arcerinir: merge some basic consecutive ifs
2019-01-03 Timothy Arcerinir: add rewrite_phi_predecessor_blocks() helper
2019-01-03 Timothy Arcerinir: simplify does_varying_match()
2019-01-03 Timothy Arcerinir: make use of does_varying_match() helper
2019-01-03 Timothy Arcerinir: make nir_opt_remove_phis_impl() static
2019-01-02 Caio Marcelo de... nir: add a way to print the deref chain
2019-01-02 Iago Toral Quirogacompiler/spirv: handle 16-bit float in radians() and...
2019-01-02 Iago Toral Quirogacompiler/nir: add nir_fadd_imm() and nir_fmul_imm(...
2019-01-02 Iago Toral Quirogacompiler/nir: add a nir_b2f() helper
2019-01-02 Timothy Arcerinir: link time opt duplicate varyings
2019-01-02 Timothy Arcerinir: rework nir_link_opt_varyings()
2019-01-02 Timothy Arcerinir: add can_replace_varying() helper
2019-01-02 Timothy Arcerinir: rename nir_link_constant_varyings() nir_link_opt_v...
2018-12-20 Iago Toral Quirogaintel/compiler: move nir_lower_bool_to_int32 before...
2018-12-19 Caio Marcelo de... nir: properly find the entry to keep in copy_prop_vars
2018-12-19 Caio Marcelo de... nir: properly clear the entry sources in copy_prop_vars
2018-12-19 Ian Romanicknir/algebraic: Don't put quotes around floating point...
2018-12-18 Sagar Ghugenir: Add a new lowering option to lower 3D surfaces...
2018-12-18 Jason Ekstrandnir/dead_write_vars: Get modes directly from derefs
2018-12-18 Jason Ekstrandnir/copy_prop_vars: Get modes directly from derefs
2018-12-18 Jason Ekstrandnir/lower_wpos_center: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/lower_io_to_scalar: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/lower_io_arrays_to_elements: Look at derefs for...
2018-12-18 Jason Ekstrandnir/linking_helpers: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/propagate_invariant: Skip unknown vars
2018-12-18 Ian RomanickRevert "nir/lower_indirect: Bail early if modes == 0"
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtnir: Fix clamping of uints for image store lowering.
2018-12-16 Ian Romanicknir: Release per-block metadata in nir_sweep
2018-12-16 Ian Romanicknir: Fix holes in nir_instr
2018-12-16 Ian Romanicknir/phi_builder: Use per-value hash table to store...
2018-12-16 Jason Ekstrandnir/algebraic: Add some optimizations for D3D-style...
2018-12-16 Jason Ekstrandnir/algebraic: Optimize 1-bit Booleans
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_expressions: Rework Boolean handling
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/algebraic: Make an optimization more specific
2018-12-16 Jason Ekstrandnir: Drop support for lower_b2f
2018-12-16 Jason Ekstrandnir/algebraic: Optimize x2b(xneg(a)) -> a
2018-12-16 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-12-16 Jason Ekstrandnir/lower_idiv: Use ilt instead of bit twiddling
2018-12-16 Rhys Perrynir: fix constness in nir_intrinsic_align()
2018-12-14 Ian Romanicknir/phi_builder: Internal users should use nir_phi_buil...
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric Anholtnir: Print the format of image variables.
2018-12-13 Jason Ekstrandnir: Add a pass for lowering integer division by constants
2018-12-13 Ian Romanicknir: Add a saturated unsigned integer add opcode
2018-12-13 Jason Ekstrandnir/lower_int64: Add support for [iu]mul_high
2018-12-13 Jason Ekstrandnir: Allow [iu]mul_high on non-32-bit types
2018-12-13 Alejandro Piñeironir: remove unused variable
2018-12-13 Eric Anholtnir: Pull some of intel's image load/store format conve...
2018-12-13 Eric Anholtnir: Add some more consts to the nir_format_convert...
2018-12-12 Timothy Arcerinir: detect more induction variables
2018-12-12 Timothy Arcerinir: reword code comment
2018-12-12 Timothy Arcerinir: in loop analysis track actual control flow type
2018-12-12 Danylo Piliaievnir: add if opt opt_if_loop_last_continue()
2018-12-12 Timothy Arcerinir: rework force_unroll_array_access()
2018-12-12 Timothy Arcerinir: factor out some of the complex loop unroll code...
2018-12-12 Jason Ekstrandnir: Document the function inlining process
2018-12-12 Jason Ekstrandnir/lower_tex: Add lowering for some min_lod cases
2018-12-12 Jason Ekstrandnir/lower_tex: Modify txd instructions instead of repla...
2018-12-12 Jason Ekstrandnir/lower_tex: Simplify lower_gradient logic
2018-12-12 Jason Ekstrandspirv: Add support for MinLod
2018-12-11 Rob Clarknir: fix spelling typo
2018-12-10 Dylan Bakermeson: Add nir_algebraic_parser_test to suites
2018-12-10 Timothy Arcerinir: make use of new nir_cf_list_clone_and_reinsert...
2018-12-10 Timothy Arcerinir: add a new nir_cf_list_clone_and_reinsert() helper
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
2018-12-10 Timothy Arcerinir: small tidy ups for nir_loop_analyze()
2018-12-07 Connor Abbottnir: Fixup algebraic test for variable-sized conversions
2018-12-06 Vinson Leenir/algebraic: Make algebraic_parser_test.sh executable.
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-05 Jason Ekstrandnir/opt_algebraic: Add 32-bit specifiers to a bunch...
2018-12-05 Jason Ekstrandnir/opt_algebraic: Drop bit-size suffixes from conversions
2018-12-05 Jason Ekstrandnir/opt_algebraic: Simplify an optimization using the...
2018-12-05 Jason Ekstrandnir/algebraic: Add support for unsized conversion opcodes
2018-12-05 Jason Ekstrandnir/algebraic: Refactor codegen a bit
2018-12-05 Jason Ekstrandnir/algebraic: Clean up some __str__ cruft
2018-12-05 Jason Ekstrandnir/opcodes: Rename tbool to tbool32
2018-12-05 Jason Ekstrandnir/opcodes: Pull in the type helpers from constant_exp...
2018-12-05 Connor Abbottnir/algebraic: Add unit tests for bitsize validation
next