summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-171-3/+1
* vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann2023-05-111-1/+3
* radv: use vk_image::extent instead of radv_image::info::{width,height,depth}Samuel Pitoiset2023-05-081-4/+4
* radv: use vk_image::samples instead of radv_image::info::samplesSamuel Pitoiset2023-05-081-11/+11
* radv: use vk_image::array_layers instead of radv_image::info::array_sizeSamuel Pitoiset2023-05-081-1/+1
* radv: use vk_image::mip_levels instead of radv_image::info::levelsSamuel Pitoiset2023-05-081-2/+2
* radv: enable RADV_THREAD_TRACE_CACHE_COUNTERS by defaultSamuel Pitoiset2023-05-011-1/+1
* ac,radv,radeonsi: rename thread_trace to sqtt everywhereSamuel Pitoiset2023-04-281-10/+10
* radv: Search for guilty contexts at radv_check_statusAndré Almeida2023-04-241-2/+8
* radv/amdgpu: remove legacy code for querying context statusSamuel Pitoiset2023-04-181-2/+0
* radv: use vk_pipeline_cacheDaniel Schürmann2023-04-111-16/+8
* radv: Implement vk.check_statusAndré Almeida2023-04-101-0/+23
* radv: use common GetBufferMemoryRequirements2()Samuel Pitoiset2023-03-221-1/+1
* radv: Upload shaders to invisible VRAM on small BAR systems.Tatsuyuki Ishi2023-03-161-3/+20
* radv: move device memory related code to radv_device_memory.cSamuel Pitoiset2023-03-081-337/+0
* radv: move buffer related code to radv_buffer.cSamuel Pitoiset2023-03-081-238/+0
* radv: move event related code to radv_event.cSamuel Pitoiset2023-03-081-113/+0
* radv: move sampler related code to radv_sampler.cSamuel Pitoiset2023-03-081-300/+0
* radv: move queue related code to radv_queue.cSamuel Pitoiset2023-03-081-1858/+0
* radv: move physical device related code to radv_physical_device.cSamuel Pitoiset2023-03-081-2811/+0
* radv: move instance related code to radv_instance.cSamuel Pitoiset2023-03-081-397/+4
* radv: enable VK_KHR_fragment_shading_rate on GFX11Samuel Pitoiset2023-03-081-1/+1
* radv: advertise attachmentFragmentShadingRate on GFX11Samuel Pitoiset2023-03-081-2/+2
* radv: fix defining RADV_USE_WSI_PLATFORMSamuel Pitoiset2023-03-071-5/+0
* radv: stop allocationg the attr ring BO for compute queues on GFX11Samuel Pitoiset2023-03-031-1/+1
* radv: Expose VK_EXT_swapchain_maintenance1.Hans-Kristian Arntzen2023-03-031-0/+12
* radv: only expose EXT_pipeline_library_group_handles if RT is enabledSamuel Pitoiset2023-03-011-1/+1
* radv: enable primitiveUnderestimation on GFX9+Samuel Pitoiset2023-02-271-1/+1
* amd: implement conformant TRUNC_COORD behavior for gfx11Marek Olšák2023-02-241-1/+2
* amd: fix LOD_BIAS on gfx6-9 and adjust the lod bias CAPMarek Olšák2023-02-241-1/+1
* radv: advertise VK_EXT_image_sliced_view_of_3d on GFX10+Samuel Pitoiset2023-02-241-0/+7
* radv: Implement & expose VK_EXT_pipeline_library_group_handles.Bas Nieuwenhuizen2023-02-231-0/+7
* radv: Use group handles based on shader hashes.Bas Nieuwenhuizen2023-02-231-1/+10
* radv: enable SQTT tracing on GFX11Samuel Pitoiset2023-02-211-1/+1
* radv: disable SPM counters with RGP on GFX11Samuel Pitoiset2023-02-211-1/+3
* radv: add a size check in radv_create_buffer for AndroidChia-I Wu2023-02-171-0/+8
* radv: add support for rectangularLinesSamuel Pitoiset2023-02-171-1/+1
* radv: reduce maximum line width to 8.0Samuel Pitoiset2023-02-171-1/+1
* vk/runtime: keep track of supported instance extensionsEric Engestrom2023-02-141-2/+1
* radv: fix a hang with binning on CHIP_RENOIRChia-I Wu2023-02-131-13/+9
* radv: add vcn h265 decode.Dave Airlie2023-02-071-1/+2
* radv/video: add initial h264 decoder for VCNDave Airlie2023-02-071-1/+2
* radv/video: add initial frameworking.Dave Airlie2023-02-071-0/+57
* radv: add video decoder register setup.Dave Airlie2023-02-071-0/+2
* radv: adding video decode queue supportDave Airlie2023-02-071-1/+2
* radv: remove the status query mark it unsupported.Dave Airlie2023-02-071-0/+6
* radv: Use common ycbcr conversion loweringKonstantin Seurer2023-02-061-2/+1
* amd,util: fix how lod bias is converted to fixed-pointMarek Olšák2023-02-051-2/+3
* amd: unify and tune the attribute ring size for gfx11Marek Olšák2023-02-031-5/+2
* amd: fix tile_swizzle on gfx11 - should be shifted by 10 bits, not 8Marek Olšák2023-02-031-2/+0