aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-173-0/+13
* freedreno/ir3: Add intrinsics that map to LDLW/STLWKristian H. Kristensen2019-10-171-0/+8
* nir: drop unused alpha_ref_floatErik Faye-Lund2019-10-172-2/+0
* nir: drop support for using load_alpha_ref_floatErik Faye-Lund2019-10-171-14/+11
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-172-10/+40
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-172-34/+75
* nir: support derefs in two-sided lighting loweringErik Faye-Lund2019-10-171-12/+28
* nir: add lowering-pass for point-size movErik Faye-Lund2019-10-173-0/+73
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-172-4/+20
* nir: add a pass to lower flat shading.Dave Airlie2019-10-173-0/+53
* nir/builtin: Add extern "C" guards to nir_builtin_builder.hNeil Roberts2019-10-121-0/+8
* nir/builtin: Add #include u_math.h to the headerNeil Roberts2019-10-121-0/+1
* nir/builder: Move nir_atan and nir_atan2 from SPIR-V translatorNeil Roberts2019-10-122-0/+154
* nir/dead_cf: Remove dead control flow after infinite loops.Bas Nieuwenhuizen2019-10-111-0/+7
* nir/lower_input_attachments: pass on non-uniform access flagRhys Perry2019-10-111-0/+2
* nir/lower_non_uniform: lower image/texture instructions taking derefsRhys Perry2019-10-111-10/+88
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_constMarek Olšák2019-10-101-4/+5
* nir/drawpixels: handle load_color0, load_input, load_interpolated_inputMarek Olšák2019-10-101-1/+26
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-103-0/+337
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-102-3/+18
* nir: add shader_info::last_msaa_imageMarek Olšák2019-10-091-0/+6
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-091-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-091-35/+40
* 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
* 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