summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-07-31ac/nir: add image and write parameter to ac_shader_abi::load_sampler_descNicolai Hähnle2-19/+28
2017-07-31ac/nir: add support for arrays-of-arrays to get_sampler_descNicolai Hähnle1-5/+20
2017-07-31ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functionsNicolai Hähnle1-75/+83
2017-07-31ac/nir: add and use ac_shader_abi::load_sampler_descNicolai Hähnle2-48/+84
2017-07-31ac/nir: pass ac_nir_context to visit_tex and various related functionsNicolai Hähnle1-117/+118
2017-07-31ac/nir,radeonsi: add ac_shader_abi::chip_classNicolai Hähnle2-0/+3
2017-07-31ac/nir,radeonsi: add ac_shader_abi::load_uboNicolai Hähnle2-0/+5
2017-07-31ac/nir: pass ac_nir_context to visit_load_ubo_bufferNicolai Hähnle1-8/+8
2017-07-31ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...Nicolai Hähnle1-75/+75
2017-07-31ac/nir: pass ac_llvm_context to some helper functionsNicolai Hähnle1-20/+20
2017-07-31ac/nir: pass ac_nir_context to visit_intrinsicNicolai Hähnle1-52/+52
2017-07-31ac/nir: add ac_nir_context::main_functionNicolai Hähnle1-0/+3
2017-07-31ac/nir: split scanning outputs from setting up output allocasNicolai Hähnle1-8/+43
2017-07-31ac/nir: pass ac_llvm_context to *build_alloca* helpersNicolai Hähnle1-9/+9
2017-07-31ac/nir: use ac_shader_abi::emit_outputsNicolai Hähnle1-2/+14
2017-07-31ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shadersNicolai Hähnle1-0/+4
2017-07-31radeonsi: translate NIR to LLVMNicolai Hähnle1-1/+1
2017-07-31ac/nir: add ac_shader_abi::inputsNicolai Hähnle2-0/+9
2017-07-31ac/nir: begin splitting off ac_nir_contextNicolai Hähnle2-234/+290
2017-07-31ac/nir: start using ac_shader_abiNicolai Hähnle1-20/+18
2017-07-31ac,radeonsi: move some VS input descriptions to ac_shader_abiNicolai Hähnle1-0/+40
2017-07-28radv: for stencil only set Z tile mode index to same valueDave Airlie1-0/+2
2017-07-26radv/ac: port SI TC L1 write corruption fix.Dave Airlie1-3/+5
2017-07-26radv/winsys: fix padding command stream for SIDave Airlie1-4/+6
2017-07-26radv/ac: realign SI workaround with radeonsi.Dave Airlie1-2/+3
2017-07-26ac/surface: fix hybrid graphics where APU=GFX9, dGPU=olderMarek Olšák1-0/+12
2017-07-26radv: rename physical_device->uuid[] to cache_uuid[]Andres Rodriguez3-5/+5
2017-07-25radv: only report external semaphore info for opaque fd.Dave Airlie1-5/+10
2017-07-24radv: fix buffer views on SI/CIK.Dave Airlie1-0/+5
2017-07-24radv: enable sample shadingDave Airlie2-2/+4
2017-07-24radv: don't set dedicated bit for buffer external memory.Dave Airlie1-2/+1
2017-07-24radv: fix non-0 based layer clears.Dave Airlie1-4/+9
2017-07-24radv: check enabled device features.Dave Airlie1-0/+13
2017-07-24radv: for external memory imports close the fd on import successDave Airlie1-1/+3
2017-07-24radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen1-1/+1
2017-07-24radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen6-20/+45
2017-07-22radv: reset non-syncobj semaphore context after wait.Dave Airlie1-0/+2
2017-07-21radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.pyDylan Baker2-275/+287
2017-07-22radv: Generate storage image descriptors unconditionallyAlex Smith1-4/+1
2017-07-21radv: initial support for shared semaphores (v2)Dave Airlie6-71/+359
2017-07-21radv/winsys: add syncobj hooksDave Airlie2-0/+44
2017-07-21ac/gpu: add code to detect if kernel supports sync objects.Dave Airlie2-0/+10
2017-07-20radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen3-0/+18
2017-07-20radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2-0/+5
2017-07-20radv: port to new libdrm API.Dave Airlie1-29/+92
2017-07-20radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...Dave Airlie1-18/+70
2017-07-18radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for imagesAlex Smith1-0/+1
2017-07-18radv: don't shadow meta_va.Dave Airlie1-1/+1
2017-07-17ac/nir: rewrite shared variable handling (v2)Connor Abbott1-87/+158
2017-07-17ac/gpu_info: if clock crystal frequency is 0, print an error and set 1Marek Olšák1-0/+4