summaryrefslogtreecommitdiff
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-051-6/+7
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-02-031-0/+6
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-02-031-0/+2
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-281-1/+0
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-281-1/+0
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.Bas Nieuwenhuizen2020-01-083-18/+65
* radv: Only use the gfx mipmap level offset/pitch for linear textures.Bas Nieuwenhuizen2020-01-071-2/+6
* radv: return the correct pitch for linear mipmaps on GFX10Samuel Pitoiset2020-01-071-1/+1
* amd: fix empty-body issuesEric Engestrom2020-01-071-1/+1
* radv: Expose all sample counts for integer formats as well.Bas Nieuwenhuizen2020-01-071-1/+1
* radv/gfx10: fix the out-of-bounds check for vertex descriptorsSamuel Pitoiset2020-01-071-1/+5
* radv: Limit workgroup size to 1024.Bas Nieuwenhuizen2020-01-071-4/+4
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-12-121-0/+8
* radv: Fix RGBX Android<->Vulkan format correspondence.Bas Nieuwenhuizen2019-12-111-1/+1
* radv: set writes_memory for global memory stores/atomicsRhys Perry2019-12-031-8/+25
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-12-031-9/+4
* radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen2019-12-031-14/+15
* radv: fix enabling sample shading with SampleID/SamplePositionSamuel Pitoiset2019-11-271-7/+24
* radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen2019-11-261-0/+4
* radv: create a fresh fork for each pipeline compileTimothy Arceri2019-11-262-14/+139
* radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri2019-11-261-0/+43
* radv: add some infrastructure for fresh forks for each secure compileTimothy Arceri2019-11-261-1/+14
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-264-55/+105
* radv: fix compute pipeline keys when optimizations are disabledSamuel Pitoiset2019-11-051-2/+18
* radv: Close all unnecessary fds in secure compile.Bas Nieuwenhuizen2019-11-051-29/+64
* radv: Fix disk_cache_get size argument.Bas Nieuwenhuizen2019-10-311-2/+2
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-10-311-1/+1
* radv: Allocate space for temp. semaphore parts.Bas Nieuwenhuizen2019-10-301-0/+1
* radv: Start signalling semaphores in WSI acquire.Bas Nieuwenhuizen2019-10-301-7/+27
* radv: Enable ACO on Navi.Timur Kristóf2019-10-301-2/+1
* radv: fix perftest optionsSamuel Pitoiset2019-10-301-10/+9
* radv: move nomemorycache debug option at the right palceSamuel Pitoiset2019-10-301-1/+1
* radv: fix dumping SPIR-V into hang reportsSamuel Pitoiset2019-10-304-5/+13
* radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen2019-10-302-1/+13
* radv: Add wait-before-submit support for timelines.Bas Nieuwenhuizen2019-10-302-7/+154
* radv: Add timelines with a VK_KHR_timeline_semaphore impl.Bas Nieuwenhuizen2019-10-303-60/+504
* radv: Add temporary datastructure for submissions.Bas Nieuwenhuizen2019-10-301-28/+142
* radv: Split semaphore into two parts as enum+union.Bas Nieuwenhuizen2019-10-302-38/+92
* radv: Always enable syncobj when supported for all fences/semaphores.Bas Nieuwenhuizen2019-10-301-2/+0
* radv: Improve fence signalling in QueueSubmit.Bas Nieuwenhuizen2019-10-301-13/+24
* radv: Do sparse binding in queue submission.Bas Nieuwenhuizen2019-10-301-60/+81
* radv: Split out commandbuffer submission.Bas Nieuwenhuizen2019-10-301-163/+187
* radv: Clean up unused variable.Bas Nieuwenhuizen2019-10-301-4/+3
* radv: Add an early exit in the secure compile if we already have the cache en...Bas Nieuwenhuizen2019-10-301-0/+14
* radv: Compute hashes in secure process for secure compilation.Bas Nieuwenhuizen2019-10-301-0/+23
* radv: make use of radv_sc_read()Timothy Arceri2019-10-303-39/+76
* radv: add radv_sc_read() helperTimothy Arceri2019-10-302-0/+42