summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: avoid uninitialized variable warningTimothy Arceri2019-01-071-1/+1
* nir: Add nir_lower_tex options to lower sampler return formats.Eric Anholt2019-01-042-0/+83
* nir: Allow nir_format_unpack_int/sint to unpack larger values.Eric Anholt2019-01-041-3/+8
* nir: remove dead code from copy_prop_varsCaio Marcelo de Oliveira Filho2019-01-041-1/+1
* nir: merge some basic consecutive ifsTimothy Arceri2019-01-031-0/+93
* nir: add rewrite_phi_predecessor_blocks() helperTimothy Arceri2019-01-031-20/+31
* nir: simplify does_varying_match()Timothy Arceri2019-01-031-5/+2
* nir: make use of does_varying_match() helperTimothy Arceri2019-01-031-2/+1
* nir: make nir_opt_remove_phis_impl() staticTimothy Arceri2019-01-032-2/+1
* nir: add a way to print the deref chainCaio Marcelo de Oliveira Filho2019-01-022-4/+14
* compiler/spirv: handle 16-bit float in radians() and degrees()Iago Toral Quiroga2019-01-021-2/+2
* compiler/nir: add nir_fadd_imm() and nir_fmul_imm() helpersIago Toral Quiroga2019-01-021-0/+12
* compiler/nir: add a nir_b2f() helperIago Toral Quiroga2019-01-021-0/+12
* nir: link time opt duplicate varyingsTimothy Arceri2019-01-021-0/+88
* nir: rework nir_link_opt_varyings()Timothy Arceri2019-01-021-16/+12
* nir: add can_replace_varying() helperTimothy Arceri2019-01-021-2/+14
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-022-2/+2
* intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regsIago Toral Quiroga2018-12-201-0/+2
* nir: properly find the entry to keep in copy_prop_varsCaio Marcelo de Oliveira Filho2018-12-191-3/+16
* nir: properly clear the entry sources in copy_prop_varsCaio Marcelo de Oliveira Filho2018-12-191-0/+3
* nir/algebraic: Don't put quotes around floating point literalsIan Romanick2018-12-182-5/+13
* nir: Add a new lowering option to lower 3D surfaces from txd to txl.Sagar Ghuge2018-12-182-1/+8
* nir/dead_write_vars: Get modes directly from derefsJason Ekstrand2018-12-181-2/+1
* nir/copy_prop_vars: Get modes directly from derefsJason Ekstrand2018-12-181-6/+2
* nir/lower_wpos_center: Look at derefs for modesJason Ekstrand2018-12-181-2/+4
* nir/lower_io_to_scalar: Look at derefs for modesJason Ekstrand2018-12-181-3/+6
* nir/lower_io_arrays_to_elements: Look at derefs for modesJason Ekstrand2018-12-181-5/+8
* nir/linking_helpers: Look at derefs for modesJason Ekstrand2018-12-181-12/+11
* nir/propagate_invariant: Skip unknown varsJason Ekstrand2018-12-181-1/+1
* Revert "nir/lower_indirect: Bail early if modes == 0"Ian Romanick2018-12-181-3/+0
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-172-9/+32
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-172-11/+29
* nir: Fix clamping of uints for image store lowering.Eric Anholt2018-12-171-1/+1
* nir: Release per-block metadata in nir_sweepIan Romanick2018-12-161-0/+9
* nir: Fix holes in nir_instrIan Romanick2018-12-161-5/+5
* nir/phi_builder: Use per-value hash table to store [block] -> def mappingIan Romanick2018-12-161-9/+36
* nir/algebraic: Add some optimizations for D3D-style BooleansJason Ekstrand2018-12-161-0/+13
* nir/algebraic: Optimize 1-bit BooleansJason Ekstrand2018-12-162-86/+57
* nir: Switch to using 1-bit Booleans for almost everythingJason Ekstrand2018-12-169-74/+50
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-163-0/+162
* nir: Add 1-bit Boolean opcodesJason Ekstrand2018-12-163-3/+34
* nir/algebraic: Generalize an optimizationJason Ekstrand2018-12-161-2/+9
* nir/large_constants: Properly handle 1-bit boolsJason Ekstrand2018-12-161-1/+23
* nir: Add support for 1-bit data typesJason Ekstrand2018-12-1610-24/+83
* nir/constant_expressions: Rework Boolean handlingJason Ekstrand2018-12-161-20/+12
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-169-49/+116
* nir/algebraic: Make an optimization more specificJason Ekstrand2018-12-161-1/+1
* nir: Drop support for lower_b2fJason Ekstrand2018-12-162-7/+1
* nir/algebraic: Optimize x2b(xneg(a)) -> aJason Ekstrand2018-12-161-0/+2
* nir/constant_folding: Fix source bit size logicJason Ekstrand2018-12-161-1/+2