aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: disable subgroup shuffle operations on GFX10Samuel Pitoiset2019-11-251-1/+2
* radv: create a fresh fork for each pipeline compileTimothy Arceri2019-11-251-13/+124
* radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri2019-11-251-0/+43
* radv: Enable Subgroup Arithmetic and Clustered for SIDaniel Schürmann2019-11-201-6/+5
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-201-22/+75
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-3/+3
* radv: advertise VK_KHR_shader_subgroup_extended_types on GFX8-GFX9Samuel Pitoiset2019-11-191-0/+6
* radv: implement VK_AMD_device_coherent_memorySamuel Pitoiset2019-11-181-15/+96
* aco: implement VK_KHR_shader_float_controlsRhys Perry2019-11-151-0/+2
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-151-3/+1
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-11-121-0/+8
* radv: implement VK_EXT_subgroup_size_controlSamuel Pitoiset2019-11-061-0/+22
* radv/gfx10: enable wave32 for compute based on shader's wavesizeSamuel Pitoiset2019-11-061-2/+1
* radv: Close all unnecessary fds in secure compile.Bas Nieuwenhuizen2019-11-011-29/+64
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* radv: Allocate space for temp. semaphore parts.Bas Nieuwenhuizen2019-10-301-0/+1
* radv: Enable ACO on Navi.Timur Kristóf2019-10-301-2/+1
* radv: move nomemorycache debug option at the right palceSamuel Pitoiset2019-10-301-1/+1
* radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen2019-10-301-0/+12
* radv: Add wait-before-submit support for timelines.Bas Nieuwenhuizen2019-10-301-6/+139
* radv: Add timelines with a VK_KHR_timeline_semaphore impl.Bas Nieuwenhuizen2019-10-301-60/+472
* radv: Add temporary datastructure for submissions.Bas Nieuwenhuizen2019-10-301-28/+142
* radv: Split semaphore into two parts as enum+union.Bas Nieuwenhuizen2019-10-301-34/+75
* 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: make use of radv_sc_read()Timothy Arceri2019-10-301-21/+49
* radv: add radv_sc_read() helperTimothy Arceri2019-10-301-0/+39
* radv: allow select() calls in secure compileTimothy Arceri2019-10-301-1/+5
* radv: enable secure compile supportTimothy Arceri2019-10-261-1/+10
* radv: a support for a secure compile fork at device creationTimothy Arceri2019-10-261-1/+299
* radv: add debug option to turn off in memory cacheTimothy Arceri2019-10-261-0/+1
* radv: fix VK_KHR_shader_float_controls dependency on GFX6-7Samuel Pitoiset2019-10-251-3/+3
* radv: enable VK_KHR_shader_float_controls on GFX6-GFX7Samuel Pitoiset2019-10-211-3/+3
* radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset2019-10-181-0/+38
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-151-6/+3
* radv: rename VK_KHR_shader_float16_int8 structs/constantsSamuel Pitoiset2019-10-151-3/+3
* radv/aco: disable NGG when ACO is usedRhys Perry2019-10-101-0/+4
* radv: Check the size of the imported buffer.Bas Nieuwenhuizen2019-10-101-1/+1
* radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen2019-10-101-7/+19
* radv/android: Add android hardware buffer field to device memory.Bas Nieuwenhuizen2019-10-101-0/+9
* radv: Handle device memory alloc failure with normal free.Bas Nieuwenhuizen2019-10-101-12/+22
* radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen2019-10-101-1/+1
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-101-0/+15
* radv: get the device name from radeon_info::nameSamuel Pitoiset2019-10-101-39/+3
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-091-1/+1
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-091-0/+7
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-031-1/+2