aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: Fix some wonky whitespace in nir_search.h.Eric Anholt2019-10-041-2/+2
* nir: Factor out most of the algebraic passes C code to .c/.h.Eric Anholt2019-10-043-146/+173
* nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt2019-10-047-38/+52
* nir: Skip emitting no-op movs from the builder.Eric Anholt2019-10-042-3/+12
* nir: Make nir_search's dumping go to stderr.Eric Anholt2019-10-041-16/+16
* nir/print: always use the right FILE *Rhys Perry2019-10-041-2/+4
* nir: initialize needs_helper_invocations as wellErik Faye-Lund2019-10-041-0/+1
* nir: initialize uses_discard to falseErik Faye-Lund2019-10-041-0/+1
* nir: Remove unnecessary subtraction optimizationsDaniel Schürmann2019-09-301-10/+0
* nir: recombine nir_op_*sub when lower_sub = falseDaniel Schürmann2019-09-301-8/+13
* nir/range-analysis: Use types to provide better ranges from bcsel and movIan Romanick2019-09-251-25/+4
* nir/range-analysis: Use types in the hash keyIan Romanick2019-09-251-38/+98
* nir/range-analysis: Bail if the types don't matchIan Romanick2019-09-251-0/+20
* nir: Fix overlapping vars in nir_assign_io_var_locations()Connor Abbott2019-09-251-1/+1
* nir/opt_remove_phis: handle phis with no sourcesRhys Perry2019-09-251-5/+6
* nir/opt_large_constants: Handle store writemasksConnor Abbott2019-09-241-20/+24
* nir: don't add bindless variables to num_textures and num_imagesMarek Olšák2019-09-231-0/+4
* nir/repair_ssa: Replace the unreachable check with the phi builderJason Ekstrand2019-09-231-35/+44
* nir/algebraic: Additional D3D Boolean optimizationIan Romanick2019-09-191-0/+1
* nir/algebraic: Do not apply late DPH optimization in vertex processing stagesIan Romanick2019-09-191-3/+12
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-1/+1
* nir/algebraic: refactor inexact opcode restrictionsSamuel Iglesias Gonsálvez2019-09-191-3/+5
* nir/opt_if: Fix undef handling in opt_split_alu_of_phi()Connor Abbott2019-09-181-55/+20
* nir/opcodes: Clear variable names confusionAndres Gomez2019-09-181-10/+15
* nir: fix fmin/fmax support for doublesSamuel Iglesias Gonsálvez2019-09-171-2/+2
* nir: fix denorm flush-to-zero in sqrt's lowering at nir_lower_double_opsSamuel Iglesias Gonsálvez2019-09-171-2/+15
* nir: fix denorms in unpack_half_1x16()Samuel Iglesias Gonsálvez2019-09-173-3/+33
* nir/algebraic: disable inexact optimizations depending on float controls exec...Samuel Iglesias Gonsálvez2019-09-171-0/+5
* nir/algebraic: mark float optimizations returning one parameter as inexactAndres Gomez2019-09-171-8/+8
* nir/constant_expressions: mind rounding mode converting from float to float16...Samuel Iglesias Gonsálvez2019-09-171-2/+10
* nir/opcodes: make sure f2f16_rtz and f2f16_rtne behavior is not overriden by ...Samuel Iglesias Gonsálvez2019-09-171-1/+20
* nir: mind rounding mode on fadd, fsub, fmul and fma opcodesSamuel Iglesias Gonsálvez2019-09-172-4/+46
* nir: add support for round to zero rounding mode to nir_op_f2f32Samuel Iglesias Gonsálvez2019-09-172-0/+11
* nir: add support for flushing to zero denorm constantsSamuel Iglesias Gonsálvez2019-09-174-40/+106
* nir: add auxiliary functions to detect if a mode is enabledSamuel Iglesias Gonsálvez2019-09-171-0/+81
* nir/large_constants: pass after lowering copy_derefSergii Romantsov2019-09-161-25/+2
* nir/large_constants: more careful data copyingSergii Romantsov2019-09-161-1/+1
* nir/lower_point_size: assume scalar PSIZIago Toral Quiroga2019-09-121-14/+3
* nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand2019-09-061-2/+13
* nir/repair_ssa: Insert deref casts when neededJason Ekstrand2019-09-061-2/+29
* nir/repair_ssa: Repair dominance for unreachable blocksJason Ekstrand2019-09-061-4/+8
* nir: Add a block_is_unreachable helperJason Ekstrand2019-09-062-0/+15
* nir: Don't infinitely recurse in lower_ssa_defs_to_regs_blockJason Ekstrand2019-09-061-5/+15
* nir: Handle complex derefs in nir_split_array_varsJason Ekstrand2019-09-061-2/+5
* nir/lower_io_to_vector: don't merge compact varyingsRhys Perry2019-09-061-0/+3
* nir/lower_io_to_vector: add flat modeRhys Perry2019-09-061-47/+204
* nir/lower_io_to_vector: allow FS outputs to be vectorizedRhys Perry2019-09-061-27/+32
* nir: Carve out nir_lower_samplers from GLSL code.Timur Kristóf2019-09-063-0/+157
* nir/lower_explicit_io: Handle 1 bit loads and storesCaio Marcelo de Oliveira Filho2019-09-051-9/+24
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-062-6/+16