summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: remove explicit nir_intrinsic_index_flag valuesEric Engestrom2019-08-011-2/+2
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-07-301-0/+6
* nir: Add some helpers for chasing SSA values properlyJason Ekstrand2019-07-181-0/+79
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-161-0/+1
* nir/opt_if: Clean up single-src phis in opt_if_loop_terminatorJason Ekstrand2019-07-161-0/+1
* nir: Add more helpers for working with const valuesJason Ekstrand2019-07-151-0/+100
* nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2019-07-151-0/+1
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-07-151-0/+10
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-091-0/+3
* nir: Add nir_op_vec helperKarol Herbst2019-05-041-0/+12
* nir: Add a SSA type gathering passJason Ekstrand2019-05-041-0/+4
* nir: add pass to lower fb readsRob Clark2019-05-021-1/+6
* nir: Add a new nir_cf_list_is_empty_block() helper.Kenneth Graunke2019-04-281-0/+15
* nir: add rcp(w) lowering for gl_FragCoordAndreas Baierl2019-04-291-0/+1
* nir: Add option to lower tex to txl when shader don't support implicit LODCaio Marcelo de Oliveira Filho2019-04-251-0/+6
* nir: Use the NIR_SRC_AS_ macro to define nir_src_as_derefJason Ekstrand2019-04-221-14/+4
* nir: Add helpers for getting the type of an address formatJason Ekstrand2019-04-191-0/+33
* intel,nir: Lower TXD with a bindless samplerJason Ekstrand2019-04-191-0/+6
* nir/lower_io: Expose some explicit I/O lowering helpersJason Ekstrand2019-04-191-0/+10
* nir/algebraic: add lowering for fsignErico Nunes2019-04-191-0/+3
* nir: Add a nir_src_as_intrinsic() helperJason Ekstrand2019-04-181-6/+2
* nir: Rework nir_src_as_alu_instr to not take a pointerJason Ekstrand2019-04-181-9/+3
* nir: Drop "struct" from some nir_* declarationsJason Ekstrand2019-04-181-2/+2
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-161-0/+8
* nir: make nir_const_value scalarKarol Herbst2019-04-141-14/+25
* nir: Add nir_lower_viewport_transformAlyssa Rosenzweig2019-04-141-0/+1
* nir: add lower_ftruncChristian Gmeiner2019-04-131-0/+2
* nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand2019-04-121-0/+8
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-121-1/+1
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-2/+2
* nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst2019-04-121-0/+4
* nir: Get rid of global registersJason Ekstrand2019-04-091-15/+0
* nir: Get rid of nir_register::is_packedJason Ekstrand2019-04-091-11/+0
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* nir: add lower_all_io_to_elementsRob Clark2019-03-301-0/+1
* nir: Add partial redundancy elimination for comparesIan Romanick2019-03-281-0/+2
* nir: Add nir_alu_srcs_negative_equalIan Romanick2019-03-281-0/+4
* nir: Add nir_const_value_negative_equalIan Romanick2019-03-281-0/+6
* nir: add support for user defined select controlTimothy Arceri2019-03-271-0/+7
* nir: add support for user defined loop controlTimothy Arceri2019-03-271-0/+7
* nir: Add texture sources and intrinsics for bindlessJason Ekstrand2019-03-251-0/+2
* nir: Add a lowering pass for non-uniform resource accessJason Ekstrand2019-03-251-0/+16
* nir/lower_io: Add a bounds-checked 64-bit global address formatJason Ekstrand2019-03-251-0/+10
* compiler/nir: add lowering for 16-bit flrpIago Toral Quiroga2019-03-251-0/+1
* compiler/nir: add lowering option for 16-bit fmodIago Toral Quiroga2019-03-251-0/+1
* spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset2019-03-221-0/+2
* nir/lower_tex: Add support for tg4 offsets loweringKarol Herbst2019-03-211-0/+5
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+5
* nir: Constant values are per-column not per-componentJason Ekstrand2019-03-201-1/+2
* Revert "nir: const `nir_call_instr::callee`"Jason Ekstrand2019-03-191-2/+2