summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-07-13WIP amd/addrtoolNicolai Hähnle3-0/+725
2017-07-13ac: add ac_get_exec_mask helper functionNicolai Hähnle2-0/+17
2017-07-13TODO ac/nir: implement load/store_input intrinsics for VS/PSNicolai Hähnle1-0/+66
2017-07-13ac/nir: implement load_frag_coord intrinsicNicolai Hähnle1-0/+10
2017-07-13ac/nir: pass ac_llvm_context to unpack_paramNicolai Hähnle1-18/+18
2017-07-13ac/nir,radeonsi: add and use ac_shader_abi::frag_posNicolai Hähnle2-13/+18
2017-07-13ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}Nicolai Hähnle2-6/+6
2017-07-13ac/nir,radv: move force_persample to ac_shader_info::force_persampleNicolai Hähnle6-6/+10
2017-07-13radeonsi: use new function ac_build_umin for edgeflag clampingNicolai Hähnle2-0/+8
2017-07-13ac/nir: clamp shadow texture comparison value on VINicolai Hähnle1-1/+13
2017-07-13ac/nir: add always_vector argument to ac_build_gather_values_extendedNicolai Hähnle3-19/+13
2017-07-13ac/nir,radeonsi: add ac_shader_abi::front_faceNicolai Hähnle2-3/+3
2017-07-13ac/nir: pass ac_nir_context to emit_ddxyNicolai Hähnle1-15/+14
2017-07-13ac/nir: pass ac_nir_context to SSBO intrinsic handlersNicolai Hähnle1-55/+59
2017-07-13ac/nir: load buffer descriptors via ac_shader_abi::load_ssboNicolai Hähnle2-8/+30
2017-07-13ac/nir: pass ac_nir_context to emit_discard_ifNicolai Hähnle1-8/+8
2017-07-13ac/nir: extract shader_info->fs.can_discard from NIR shader infoNicolai Hähnle1-2/+2
2017-07-13ac/nir: handle old-style shadow tex instructions correctlyNicolai Hähnle1-1/+3
2017-07-13ac/nir: whitespace fixesNicolai Hähnle1-1/+1
2017-07-13ac/nir: use shader_info pass to determine whether instance_id is usedNicolai Hähnle3-2/+9
2017-07-13ac/nir: move setting shader_info->fs.writes_memory to radv-specific codeNicolai Hähnle1-6/+3
2017-07-13ac/nir: add image and write parameter to ac_shader_abi::load_sampler_descNicolai Hähnle2-19/+28
2017-07-13ac/nir: add support for arrays-of-arrays to get_sampler_descNicolai Hähnle1-5/+20
2017-07-13ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functionsNicolai Hähnle1-74/+81
2017-07-13ac/nir: add and use ac_shader_abi::load_sampler_descNicolai Hähnle2-48/+84
2017-07-13ac/nir: pass ac_nir_context to visit_tex and various related functionsNicolai Hähnle1-117/+118
2017-07-13ac/nir,radeonsi: add ac_shader_abi::chip_classNicolai Hähnle2-0/+3
2017-07-13ac/nir,radeonsi: add ac_shader_abi::load_uboNicolai Hähnle2-0/+5
2017-07-13ac/nir: pass ac_nir_context to visit_load_ubo_bufferNicolai Hähnle1-8/+8
2017-07-13ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...Nicolai Hähnle1-76/+76
2017-07-13ac/nir: pass ac_llvm_context to some helper functionsNicolai Hähnle1-20/+20
2017-07-13ac/nir: pass ac_nir_context to visit_intrinsicNicolai Hähnle1-52/+52
2017-07-13ac/nir: add ac_nir_context::main_functionNicolai Hähnle1-0/+3
2017-07-13ac/nir: split scanning outputs from setting up output allocasNicolai Hähnle1-8/+43
2017-07-13ac/nir: pass ac_llvm_context to *build_alloca* helpersNicolai Hähnle1-9/+9
2017-07-13ac/nir: use ac_shader_abi::emit_outputsNicolai Hähnle1-2/+14
2017-07-13ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shadersNicolai Hähnle1-0/+4
2017-07-13radeonsi: translate NIR to LLVMNicolai Hähnle1-1/+1
2017-07-13ac/nir: add ac_shader_abi::inputsNicolai Hähnle2-0/+9
2017-07-13ac/nir: begin splitting off ac_nir_contextNicolai Hähnle2-219/+272
2017-07-13ac/nir: start using ac_shader_abiNicolai Hähnle1-20/+18
2017-07-13ac,radeonsi: move some VS input descriptions to ac_shader_abiNicolai Hähnle1-0/+40
2017-07-13radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BITAlex Smith3-29/+74
2017-07-13radv: Fix possible invalid free of dynamic descriptorsAlex Smith1-1/+0
2017-07-09radv/ac: drop setting xnackDave Airlie1-2/+1
2017-07-09radv: add support for using addrlib max alignment.Dave Airlie5-4/+14
2017-07-08radv: Add compute htile clear for combined depth+stencil surfaces.Bas Nieuwenhuizen1-9/+7
2017-07-07ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith1-1/+1
2017-07-06radv: don't overallocate depth/stencil formatsDave Airlie1-1/+1
2017-07-06radv: enable sisched toggle in perftest flags.Dave Airlie5-2/+10