summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-17ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILEMarek Olšák1-1/+3
2017-07-17radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2-8/+11
2017-07-17radv: advertise v6 of the wayland surface extensionEmil Velikov1-1/+1
2017-07-17radv: predicate cmask eliminate when using DCC.Dave Airlie6-7/+153
2017-07-17radv/clear: add r32g32b32a32 fast clear support (v2)Dave Airlie2-2/+26
2017-07-17amd/addrlib: fix typo in api name.Dave Airlie11-16/+16
2017-07-17radv: set cb base tile swizzles for MRT speedups (v4)Dave Airlie5-2/+34
2017-07-17radv: allow clear merging for depth/stencil with no care stencilDave Airlie1-0/+3
2017-07-15radv: Remove NV dedicated alloc extension.Bas Nieuwenhuizen1-4/+0
2017-07-15radv: Use the KHR dedicated alloc for the WSI.Bas Nieuwenhuizen1-2/+2
2017-07-15radv: Implement VK_KHR_external_memoryJason Ekstrand5-3/+199
2017-07-15radv: Add support for VK_KHR_dedicated_allocation.Bas Nieuwenhuizen2-2/+35
2017-07-15radv: Add support for VK_KHR_get_memory_requirements2.Bas Nieuwenhuizen2-0/+32
2017-07-15radv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand4-188/+2
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
2017-07-06ac/llvm: set xnack like radeonsi does.Dave Airlie1-1/+3
2017-07-06ac/llvm: create features list using snprintf.Dave Airlie1-2/+5
2017-07-06ac/radv: change api to create target machineDave Airlie3-7/+14
2017-07-06radv: add support for cmd predication.Dave Airlie5-30/+64
2017-07-05ac/nir: Move VS position exports before param exports.Bas Nieuwenhuizen1-55/+54
2017-07-05radv: Always set depthbuffer using image format instead of iview format.Bas Nieuwenhuizen1-2/+2
2017-07-05radv: Disable depth & stencil tests when the depthbuffer doesn't support it.Bas Nieuwenhuizen6-11/+36
2017-07-03radv: enable Int64 capability (v2)Dave Airlie2-1/+2
2017-07-03ac/nir: fix 64-bit shiftsConnor Abbott1-3/+12
2017-07-03ac/nir: implement 64-bit packing and unpackingConnor Abbott2-0/+32
2017-06-30radv: Use v4i32 variant of llvm.SI.load.const.Bas Nieuwenhuizen1-3/+1
2017-06-28ac/nir: remove last remnants of v16i8Dave Airlie3-9/+3
2017-06-28ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith1-29/+34
2017-06-28ac/nir: assert printfs will fitJames Legg1-5/+12