aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-171-0/+2
* radv/aco: do not advertise VK_KHR_shader_subgroup_extended_typesSamuel Pitoiset2020-04-151-2/+2
* radv: only expose fp16 control features for chips with double rate fp16Samuel Pitoiset2020-04-091-5/+10
* radv: only expose storageInputOutput16 for chips with double rate fp16Samuel Pitoiset2020-04-091-2/+2
* radv: only expose shaderFloat16 for chips with double rate fp16Samuel Pitoiset2020-04-091-2/+2
* radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZESamuel Iglesias Gonsálvez2020-04-081-1/+1
* radv: check buffer size in vkCreateBuffer()Samuel Iglesias Gonsálvez2020-04-081-0/+3
* radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.Timur Kristóf2020-04-071-4/+0
* radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-031-8/+7
* radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-031-7/+6
* radv: stop including files from mesa/mainMarek Olšák2020-03-271-0/+5
* radv/llvm: fix subgroup shuffle for chips without bpermuteSamuel Pitoiset2020-03-231-3/+3
* radv: remove unnecessary LLVM includesSamuel Pitoiset2020-03-131-1/+0
* radv: Enable subgroup shuffle on GFX10 when ACO is used.Timur Kristóf2020-03-121-1/+2
* radv: use device entrypoints from the SQTT layer if enabledSamuel Pitoiset2020-03-101-0/+11
* radv: use nir_lower_discard_to_demote to work around game bugsDaniel Schürmann2020-03-091-0/+3
* radv/sqtt: abort if SQTT is used on GFX6-GFX7Samuel Pitoiset2020-03-061-6/+10
* radv/sqtt: add support for GFX8Samuel Pitoiset2020-03-061-2/+2
* ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset2020-03-031-1/+1
* ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset2020-03-031-1/+1
* radv: update entrypoints generation from ANVSamuel Pitoiset2020-03-021-21/+118
* radv/sqtt: add support for GFX10Samuel Pitoiset2020-03-021-4/+4
* radv: fix 32-bit build failure in radv_queue_internal_submit()Samuel Pitoiset2020-02-291-1/+1
* radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>Samuel Pitoiset2020-02-281-0/+23
* radv: add a small helper that allows to submit internal CSSamuel Pitoiset2020-02-281-0/+19
* radv: fix creating null devices if KHR_display is enabledSamuel Pitoiset2020-02-261-1/+1
* radv: make use of ac_gpu_info::max_wave64_per_simdSamuel Pitoiset2020-02-261-6/+1
* radv/gfx10: adjust SGPRs/VGPRs related infoSamuel Pitoiset2020-02-261-8/+11
* radv/gfx10: adjust the number of simd per compute unitSamuel Pitoiset2020-02-261-1/+2
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-261-68/+52
* radv: add the trace BO to the BO list at submit timeSamuel Pitoiset2020-02-241-0/+3
* radv: enable VK_EXT_sampler_filter_minmax on GFX6Samuel Pitoiset2020-02-171-1/+1
* radv: enable shaderStorageImageMultisample on GFX6-GFX7Samuel Pitoiset2020-02-171-2/+2
* radv: remove unnecessary RADV_DEBUG=nobatchchain optionSamuel Pitoiset2020-02-141-1/+0
* radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sischedSamuel Pitoiset2020-02-131-5/+1
* radv: remove LLVM sicheduler enable for The Talos PrincipleSamuel Pitoiset2020-02-131-9/+1
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-131-0/+17
* radv: fix line width range and granularitySamuel Pitoiset2020-02-131-2/+2
* radv: set the chip name to GCN-NOOP when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-111-0/+1
* radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-111-0/+3
* radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2020-02-021-4/+5
* radv: refactor physical device propertiesSamuel Pitoiset2020-01-291-250/+233
* radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset2020-01-291-6/+20
* radv: remove the non conformant VK implementation warning on GFX10Samuel Pitoiset2020-01-291-2/+1
* radv: bump conformance version to 1.2.0.0Samuel Pitoiset2020-01-291-2/+2
* radv: enable ACO support for GFX6Samuel Pitoiset2020-01-241-4/+0
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-221-1/+0
* radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset2020-01-151-0/+148
* radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset2020-01-151-0/+53