summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
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
* 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
* radv/meta: don't need vertex info for resolve shader.Dave Airlie2017-06-261-18/+2
* radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen2017-06-2611-55/+23
* radv: Use correct image layout for blit based copies.Bas Nieuwenhuizen2017-06-261-10/+10
* radv: handle primitive id input into fragment shader with no geom shaderDave Airlie2017-06-264-10/+39
* radv: compile fragment shader first.Dave Airlie2017-06-261-27/+27
* radv: set prim_id for geometry shadersDave Airlie2017-06-261-0/+5
* radv: move assert down in radv_bind_descriptor_setDave Airlie2017-06-131-2/+2
* radv: return correct error on invalid handle from vkAllocateMemoryDave Airlie2017-06-131-2/+3
* radv: fix trace dumping for !use_ib_bosGrazvydas Ignotas2017-06-111-3/+11
* radv: don't even attempt to prefetch on SIGrazvydas Ignotas2017-06-111-7/+16
* radv: assert on CP_DMA_USE_L2 for SIGrazvydas Ignotas2017-06-111-0/+1
* radv: set fmask state to all 0s when no fmask. (v2)Dave Airlie2017-06-091-1/+2
* radv: introduce perf test env var and allow to enable chainingDave Airlie2017-06-097-4/+20
* radv/meta: remove an unused variableGrazvydas Ignotas2017-06-081-1/+0
* radv: move chip_class extraction down further.Dave Airlie2017-06-071-1/+2
* radv: move lots of index related things into the bind.Dave Airlie2017-06-072-19/+14
* radv: move calculating the vertex sgpr to the pipeline.Dave Airlie2017-06-073-41/+34
* radv: rename and make global some functions.Dave Airlie2017-06-072-12/+17
* radv/gfx9: use correct register setting for uconfig regsDave Airlie2017-06-071-4/+4
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-061-3/+0