summaryrefslogtreecommitdiff
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: do not use De Morgan's Law rules for flt and fgeSamuel Pitoiset2020-02-111-1/+1
* nir: Add clone/hash/serialize support for non-uniform tex instructions.Bas Nieuwenhuizen2020-01-073-1/+12
* nir/lower_clip: Fix incorrect driver loc for clipdist outputsRob Clark2019-12-101-0/+11
* nir/lower_io_to_vector: don't create arrays when not neededRhys Perry2019-12-031-1/+7
* nir/algebraic: Mark other comparison exact when removing a == aIan Romanick2019-11-141-2/+2
* nir/algebraic: Add the ability to mark a replacement as exactIan Romanick2019-11-144-3/+13
* nir: correct use of identity check in pythonDylan Baker2019-11-051-2/+2
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-2816-32/+32
* nir: Fix invalid code for MSVCDylan Baker2019-10-251-2/+2
* nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasksKenneth Graunke2019-10-251-2/+2
* nir: Use BITSET for tracking varyings in lower_io_arraysKristian H. Kristensen2019-10-241-33/+22
* nir/tests: Add copy propagation tests with scoped_memory_barrierCaio Marcelo de Oliveira Filho2019-10-241-1/+407
* nir: Add scoped_memory_barrier intrinsicCaio Marcelo de Oliveira Filho2019-10-247-0/+124
* nir: improve nir_variable packingTimothy Arceri2019-10-241-1/+3
* nir: fix nir_variable_data packingTimothy Arceri2019-10-241-8/+8
* st/mesa: assign driver locations for VS inputs for NIR before cachingMarek Olšák2019-10-231-0/+5
* Revert "nir: drop support for using load_alpha_ref_float"Erik Faye-Lund2019-10-231-11/+14
* Revert "nir: drop unused alpha_ref_float"Erik Faye-Lund2019-10-232-0/+2
* nir: allow nir_lower_uniforms_to_ubo to be run repeatedlyMarek Olšák2019-10-221-1/+4
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-212-11/+130
* nir: add nir_lower_amul passRob Clark2019-10-184-3/+330
* nir: add address calc related opt rulesRob Clark2019-10-181-0/+16
* nir: add amul instructionRob Clark2019-10-186-6/+37
* nir: Add a new ALU nir_op_imul24Rob Clark2019-10-181-0/+3
* nir: Add a new ALU nir_op_imad24_ir3Eduardo Lima Mitev2019-10-181-0/+7
* nir/search: fix the PoT helpersRob Clark2019-10-182-4/+7
* nir: Add new texop nir_texop_tex_prefetchEduardo Lima Mitev2019-10-182-0/+4
* nir/search: Fix possible NULL dereference in is_fsignIan Romanick2019-10-171-1/+1
* 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