aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* meson: drop unused inc_nirEric Engestrom2019-10-071-1/+0
* meson: drop duplicate inc_nir from spirv2nirEric Engestrom2019-10-071-1/+1
* meson: drop duplicate inc_nir from libglslEric Engestrom2019-10-071-1/+1
* meson: rename libnir to _libnir to make it clear it's not meant to be used an...Eric Engestrom2019-10-071-2/+2
* nir/constant_folding: fold load_constant intrinsicsRhys Perry2019-10-071-0/+58
* nir/constant_folding: add back and use constant_fold_stateRhys Perry2019-10-071-22/+19
* spirv: Implement SPV_KHR_shader_clockCaio Marcelo de Oliveira Filho2019-10-072-0/+36
* 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
* glsl: Add helperInvocationEXT() builtinCaio Marcelo de Oliveira Filho2019-09-303-0/+47
* glsl: Parse `demote` statementCaio Marcelo de Oliveira Filho2019-09-305-1/+49
* glsl: Add ir_demoteCaio Marcelo de Oliveira Filho2019-09-309-0/+81
* mesa: Extension boilerplate for EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-302-0/+3
* 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
* android: compiler/nir: build nir_divergence_analysis.cMauro Rossi2019-09-281-0/+1
* glsl: disallow incompatible matrices multiplicationAndrii Simiklit2019-09-271-3/+3
* shader_enums: Move MAX_DRAW_BUFFERS to this file.Eric Anholt2019-09-271-1/+3
* 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
* glsl: turn runtime asserts of compile-time value into compile-time assertsEric Engestrom2019-09-251-6/+12
* nir: Fix overlapping vars in nir_assign_io_var_locations()Connor Abbott2019-09-251-1/+1
* glsl: correct bitcast-helpersErik Faye-Lund2019-09-251-2/+2
* 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: define 8-byte size and alignment for bindless variablesMarek Olšák2019-09-231-1/+6
* 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-198-1095/+2
* nir/algebraic: refactor inexact opcode restrictionsSamuel Iglesias Gonsálvez2019-09-191-3/+5
* spirv: Add missing break for capability handlingCaio Marcelo de Oliveira Filho2019-09-181-0/+1
* 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-174-7/+45
* 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