summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen2017-07-203-0/+18
* radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2017-07-202-0/+5
* radv: port to new libdrm API.Dave Airlie2017-07-201-29/+92
* radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...Dave Airlie2017-07-201-18/+70
* radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for imagesAlex Smith2017-07-181-0/+1
* radv: don't shadow meta_va.Dave Airlie2017-07-181-1/+1
* ac/nir: rewrite shared variable handling (v2)Connor Abbott2017-07-171-87/+158
* ac/gpu_info: if clock crystal frequency is 0, print an error and set 1Marek Olšák2017-07-171-0/+4
* ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILEMarek Olšák2017-07-171-1/+3
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-172-8/+11
* radv: advertise v6 of the wayland surface extensionEmil Velikov2017-07-171-1/+1
* radv: predicate cmask eliminate when using DCC.Dave Airlie2017-07-176-7/+153
* radv/clear: add r32g32b32a32 fast clear support (v2)Dave Airlie2017-07-172-2/+26
* amd/addrlib: fix typo in api name.Dave Airlie2017-07-1711-16/+16
* radv: set cb base tile swizzles for MRT speedups (v4)Dave Airlie2017-07-175-2/+34
* radv: allow clear merging for depth/stencil with no care stencilDave Airlie2017-07-171-0/+3
* radv: Remove NV dedicated alloc extension.Bas Nieuwenhuizen2017-07-151-4/+0
* radv: Use the KHR dedicated alloc for the WSI.Bas Nieuwenhuizen2017-07-151-2/+2
* radv: Implement VK_KHR_external_memoryJason Ekstrand2017-07-155-3/+199
* radv: Add support for VK_KHR_dedicated_allocation.Bas Nieuwenhuizen2017-07-152-2/+35
* radv: Add support for VK_KHR_get_memory_requirements2.Bas Nieuwenhuizen2017-07-152-0/+32
* radv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand2017-07-154-188/+2
* radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BITAlex Smith2017-07-133-29/+74
* radv: Fix possible invalid free of dynamic descriptorsAlex Smith2017-07-131-1/+0
* radv/ac: drop setting xnackDave Airlie2017-07-091-2/+1
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-095-4/+14
* radv: Add compute htile clear for combined depth+stencil surfaces.Bas Nieuwenhuizen2017-07-081-9/+7
* ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith2017-07-071-1/+1
* radv: don't overallocate depth/stencil formatsDave Airlie2017-07-061-1/+1
* radv: enable sisched toggle in perftest flags.Dave Airlie2017-07-065-2/+10
* ac/llvm: set xnack like radeonsi does.Dave Airlie2017-07-061-1/+3
* ac/llvm: create features list using snprintf.Dave Airlie2017-07-061-2/+5
* ac/radv: change api to create target machineDave Airlie2017-07-063-7/+14
* radv: add support for cmd predication.Dave Airlie2017-07-065-30/+64
* ac/nir: Move VS position exports before param exports.Bas Nieuwenhuizen2017-07-051-55/+54
* radv: Always set depthbuffer using image format instead of iview format.Bas Nieuwenhuizen2017-07-051-2/+2
* radv: Disable depth & stencil tests when the depthbuffer doesn't support it.Bas Nieuwenhuizen2017-07-056-11/+36
* radv: enable Int64 capability (v2)Dave Airlie2017-07-032-1/+2
* ac/nir: fix 64-bit shiftsConnor Abbott2017-07-031-3/+12
* ac/nir: implement 64-bit packing and unpackingConnor Abbott2017-07-032-0/+32
* radv: Use v4i32 variant of llvm.SI.load.const.Bas Nieuwenhuizen2017-06-301-3/+1
* ac/nir: remove last remnants of v16i8Dave Airlie2017-06-283-9/+3
* ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith2017-06-281-29/+34
* ac/nir: assert printfs will fitJames Legg2017-06-281-5/+12
* ac/nir: Make intrinsic_name buffer long enoughJames Legg2017-06-281-1/+1
* ac/nir: convert emit helpers to ac_llvm_contextNicolai Hähnle2017-06-271-117/+118
* ac/nir: remove unused nir_to_llvm_context::has_ddxyNicolai Hähnle2017-06-271-2/+0
* ac/nir: implement nir_op_f2bNicolai Hähnle2017-06-271-0/+12
* ac/nir: implement nir_op_{b2i,i2b}Nicolai Hähnle2017-06-271-0/+20
* ac/nir: convert type helpers to ac_llvm_contextNicolai Hähnle2017-06-271-95/+95