aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Fix logic that ends combine barrier sequenceCaio Marcelo de Oliveira Filho2020-06-081-1/+1
* nir: Fix printing execution scope of a scoped barrierCaio Marcelo de Oliveira Filho2020-06-081-1/+4
* nir/lower_explicit_io: fix NON_UNIFORM access for UBO loadsSamuel Pitoiset2020-06-081-1/+1
* nir: reuse existing psiz-variableErik Faye-Lund2020-06-041-6/+20
* nir/lower_tex: fixes for fp16 yuv loweringRob Clark2020-06-031-5/+10
* nir/builder: add bitsize conversion helpersRob Clark2020-06-031-0/+24
* nir: extract out convert_to_bitsize() helperRob Clark2020-06-032-16/+17
* nir: get_base_type() should return enum typeRob Clark2020-06-031-2/+2
* nir: Replace the scoped_memory barrier by a scoped_barrierBoris Brezillon2020-06-0310-22/+50
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-032-16/+35
* nir: gather which images are MSAAMarek Olšák2020-06-021-6/+5
* nir: gather which images are buffersMarek Olšák2020-06-021-1/+12
* nir: don't count samplers and images in interface blocksMarek Olšák2020-06-021-2/+5
* nir: add options::vectorize_vec2_16bit to limit vectorization to vec2 16Marek Olšák2020-06-022-15/+28
* nir: fix lower_wpos for 16-bit fddyMarek Olšák2020-06-021-2/+5
* nir: lower int16 and uint16 in nir_lower_mediump_outputsMarek Olšák2020-06-021-24/+36
* nir: add i2imp and u2ump opcodes for conversions to mediumpMarek Olšák2020-06-022-6/+21
* nir: Fold f2f16(b2f32(x)) to b2f16(x)Alyssa Rosenzweig2020-06-021-0/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-8/+16
* nir: lower_tex: Don't normalize coordinates for TXF with RECTGert Wollny2020-05-281-1/+2
* nir: Fix sources for image atomic faddJason Ekstrand2020-05-261-1/+1
* nir: fix lowering to scratch with boolean accessRhys Perry2020-05-261-6/+7
* nir: Add un/pack_32_4x8 opcodesAlyssa Rosenzweig2020-05-251-0/+7
* nir: replace fnv1a hash function with xxhashDmitriy Nester2020-05-255-18/+17
* spirv: add ReadClockKHR support with device scopeSamuel Pitoiset2020-05-241-1/+2
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-05-231-1/+1
* nir/copy_prop_vars: Record progress in more placesJason Ekstrand2020-05-221-0/+3
* nir/opt_deref: Report progress if we remove a derefJason Ekstrand2020-05-221-1/+3
* nir/lower_double_ops: Rework the if (progress) treeJason Ekstrand2020-05-221-1/+8
* compiler: delete leftover autotools test wrapperEric Engestrom2020-05-201-3/+0
* nir: Add const to nir_intrinsic_src_componentsJason Ekstrand2020-05-191-1/+1
* nir: Add fclamp_pos opcodeAlyssa Rosenzweig2020-05-191-0/+1
* nir: Add fsat_signed opcodeAlyssa Rosenzweig2020-05-191-0/+1
* nir: Add a store_reg helper and use the builder in phis_to_regsJason Ekstrand2020-05-192-21/+25
* nir: Add a new helper for iterating phi sources leaving a blockJason Ekstrand2020-05-193-15/+30
* nir/clone: Re-use clone_alu for nir_alu_instr_cloneJason Ekstrand2020-05-191-21/+17
* nir/opt_if: use nir_src_as_bool in opt_peel_loop_initial_if helperRhys Perry2020-05-191-12/+10
* nir/opt_if: run opt_peel_loop_initial_if after all other optimizationsRhys Perry2020-05-191-5/+44
* nir: Add documentation for each jump instruction typeJason Ekstrand2020-05-191-0/+18
* nir: Use a switch statement in nir_handle_add_jumpJason Ekstrand2020-05-191-13/+20
* nir: Validate jump instructions as an instruction typeJason Ekstrand2020-05-191-30/+39
* nir: Consider atomic counter intrinsics when setting writes_memoryCaio Marcelo de Oliveira Filho2020-05-181-0/+22
* nir: Use deref intrinsics to set writes_memory when gathering infoCaio Marcelo de Oliveira Filho2020-05-181-0/+29
* nir: Use 8-bit types for most info fieldsJason Ekstrand2020-05-152-11/+11
* Revert "nir/validate: validate the stride for deref_ptr_as_array"Karol Herbst2020-05-141-1/+0
* nir/validate: validate the stride for deref_ptr_as_arrayKarol Herbst2020-05-141-0/+1
* nir/deref: copy ptr_stride when rematerializingKarol Herbst2020-05-141-1/+4
* nir: add pass to lower disjoint wrmask'sRob Clark2020-05-133-0/+235
* nir: add helper to copy const_index[]Rob Clark2020-05-131-0/+27
* nir: fix indices for ir3 ssbo_atomic intrinsicsRob Clark2020-05-131-10/+10