summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: handle 10-bit format clamping workaround.Dave Airlie2017-08-016-10/+37
* radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen2017-07-311-2/+4
* ac/nir,radv: move force_persample to ac_shader_info::force_persampleNicolai Hähnle2017-07-312-2/+2
* radv: for stencil only set Z tile mode index to same valueDave Airlie2017-07-281-0/+2
* radv/winsys: fix padding command stream for SIDave Airlie2017-07-261-4/+6
* radv: rename physical_device->uuid[] to cache_uuid[]Andres Rodriguez2017-07-263-5/+5
* radv: only report external semaphore info for opaque fd.Dave Airlie2017-07-251-5/+10
* radv: fix buffer views on SI/CIK.Dave Airlie2017-07-241-0/+5
* radv: enable sample shadingDave Airlie2017-07-242-2/+4
* radv: don't set dedicated bit for buffer external memory.Dave Airlie2017-07-241-2/+1
* radv: fix non-0 based layer clears.Dave Airlie2017-07-241-4/+9
* radv: check enabled device features.Dave Airlie2017-07-241-0/+13
* radv: for external memory imports close the fd on import successDave Airlie2017-07-241-1/+3
* radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen2017-07-241-1/+1
* radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen2017-07-246-20/+45
* radv: reset non-syncobj semaphore context after wait.Dave Airlie2017-07-221-0/+2
* radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.pyDylan Baker2017-07-212-275/+287
* radv: Generate storage image descriptors unconditionallyAlex Smith2017-07-221-4/+1
* radv: initial support for shared semaphores (v2)Dave Airlie2017-07-216-71/+359
* radv/winsys: add syncobj hooksDave Airlie2017-07-212-0/+44
* 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
* 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
* radv: set cb base tile swizzles for MRT speedups (v4)Dave Airlie2017-07-173-2/+18
* 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: add support for using addrlib max alignment.Dave Airlie2017-07-092-2/+2
* radv: Add compute htile clear for combined depth+stencil surfaces.Bas Nieuwenhuizen2017-07-081-9/+7
* radv: don't overallocate depth/stencil formatsDave Airlie2017-07-061-1/+1
* radv: enable sisched toggle in perftest flags.Dave Airlie2017-07-063-0/+6
* ac/radv: change api to create target machineDave Airlie2017-07-061-4/+8
* radv: add support for cmd predication.Dave Airlie2017-07-065-30/+64
* 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: implement 64-bit packing and unpackingConnor Abbott2017-07-031-0/+1
* radv: use Mesa's u_atomic.h headerEric Engestrom2017-06-262-4/+6