| .. |
|
bvh
|
amd: fix typos in code
|
2023-04-13 23:08:22 +00:00 |
|
layers
|
radv/sqtt: sample CPU/GPU clocks before starting the trace
|
2023-04-27 10:55:55 +00:00 |
|
meta
|
radv: delay enabling/disabling occlusion queries at draw time
|
2023-04-20 16:25:09 +00:00 |
|
nir
|
radv: implement nir_load_barycentric_optimize_amd
|
2023-04-26 03:27:26 +00:00 |
|
radix_sort
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
winsys
|
radv/winsys: handle encoder queue padding/submits.
|
2023-04-27 02:00:03 +00:00 |
|
.editorconfig
|
radv: Update editorconfig.
|
2021-04-10 03:31:58 +02:00 |
|
meson.build
|
radv: split radv_pipeline.c into radv_pipeline_{compute,graphics}.c
|
2023-04-12 11:18:45 +00:00 |
|
radv_acceleration_structure.c
|
radv: Pack and encode geometry id and flags on the CPU
|
2023-04-11 07:57:34 +00:00 |
|
radv_aco_shader_info.h
|
aco,radv: remove unused aco compile options
|
2023-04-26 03:27:26 +00:00 |
|
radv_android.c
|
vulkan,anv,hasvk,radv: Unify Android hardware buffer creation
|
2023-03-31 14:57:03 +00:00 |
|
radv_buffer.c
|
radv: use common GetBufferMemoryRequirements2()
|
2023-03-22 07:50:04 +00:00 |
|
radv_check_va.py
|
radv: add a Python script to check if a VA was ever valid
|
2020-12-30 08:40:21 +01:00 |
|
radv_cmd_buffer.c
|
radv: set a video decode ip block in physical device.
|
2023-04-27 02:00:03 +00:00 |
|
radv_constants.h
|
radv: Upload shaders to invisible VRAM on small BAR systems.
|
2023-03-16 18:02:57 +00:00 |
|
radv_cp_reg_shadowing.c
|
amd: Rename INDIRECT_BUFFER_CIK to just INDIRECT_BUFFER.
|
2023-04-13 23:58:48 +00:00 |
|
radv_cs.h
|
amd: massively simplify how info->spi_cu_en is applied
|
2023-03-03 00:41:48 +00:00 |
|
radv_debug.c
|
radv: debug: Update decode ring umr command
|
2023-04-20 17:26:43 +00:00 |
|
radv_debug.h
|
radv: enable VK_EXT_graphics_pipeline_library by default
|
2023-04-10 10:02:32 +00:00 |
|
radv_descriptor_set.c
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
radv_descriptor_set.h
|
radv: Pre-compute descriptor set layout hash.
|
2023-04-03 08:46:08 +00:00 |
|
radv_device.c
|
radv: Search for guilty contexts at radv_check_status
|
2023-04-24 16:45:40 +00:00 |
|
radv_device_generated_commands.c
|
radv: remove radv_graphics_pipeline::vb_desc_alloc_size
|
2023-03-30 11:21:19 +00:00 |
|
radv_device_memory.c
|
radv: implement VK_KHR_map_memory2
|
2023-03-21 23:08:03 +00:00 |
|
radv_event.c
|
radv: move event related code to radv_event.c
|
2023-03-08 16:21:10 +00:00 |
|
radv_formats.c
|
radv: fix usage flag for 3D compressed 128 bpp images on GFX9
|
2023-04-20 08:20:50 +00:00 |
|
radv_image.c
|
radv: disable fast-clears with CMASK for 128-bit formats
|
2023-04-17 06:19:34 +00:00 |
|
radv_instance.c
|
radv: enable VK_EXT_graphics_pipeline_library by default
|
2023-04-10 10:02:32 +00:00 |
|
radv_llvm_helper.cpp
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
radv_llvm_helper.h
|
radv: Rename radv_shader_helper.h to radv_llvm_helper.h
|
2021-10-01 10:40:18 +02:00 |
|
radv_nir_to_llvm.c
|
aco,ac/llvm,radv,radeonsi: handle ps bc optimization in nir for radv
|
2023-04-26 03:27:26 +00:00 |
|
radv_perfcounter.c
|
radv: Fixes prototypes
|
2022-11-11 05:38:19 +00:00 |
|
radv_physical_device.c
|
radv: only enable extendedDynamicState3ConservativeRasterizationMode on GFX9+
|
2023-04-27 06:15:16 +00:00 |
|
radv_pipeline.c
|
aco,ac/llvm,radv,radeonsi: handle ps bc optimization in nir for radv
|
2023-04-26 03:27:26 +00:00 |
|
radv_pipeline_cache.c
|
radv: Hash pipeline libraries separately
|
2023-04-26 02:48:29 +00:00 |
|
radv_pipeline_compute.c
|
radv: split radv_pipeline.c into radv_pipeline_{compute,graphics}.c
|
2023-04-12 11:18:45 +00:00 |
|
radv_pipeline_graphics.c
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
radv_pipeline_rt.c
|
radv/rt: remove merged VkRayTracingShaderGroupCreateInfoKHR
|
2023-04-26 02:48:29 +00:00 |
|
radv_private.h
|
radv/sqtt: sample CPU/GPU clocks before starting the trace
|
2023-04-27 10:55:55 +00:00 |
|
radv_query.c
|
radv: emit PIXEL_PIPE_STAT_CONTROL in the gfx preamble for GFX11
|
2023-04-20 16:25:09 +00:00 |
|
radv_queue.c
|
radv: do not overallocate the CS array during submissions
|
2023-04-24 17:09:28 +00:00 |
|
radv_radeon_winsys.h
|
radv/amdgpu: remove legacy code for querying context status
|
2023-04-18 06:55:03 +00:00 |
|
radv_rmv.c
|
radv/rmv: Fix import memory
|
2023-04-25 16:07:00 +00:00 |
|
radv_rra.c
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
radv_rt_common.c
|
amd: fix typos
|
2023-04-13 23:08:22 +00:00 |
|
radv_rt_common.h
|
radv: Use correct watermark for early loop exit.
|
2022-12-11 18:51:29 +00:00 |
|
radv_rt_shader.c
|
radv/rt: replace uses of pGroups with radv_ray_tracing_group
|
2023-04-26 02:48:29 +00:00 |
|
radv_sampler.c
|
radv: move sampler related code to radv_sampler.c
|
2023-03-08 16:21:10 +00:00 |
|
radv_sdma_copy_image.c
|
radv: Fix dword alignment in SDMA buffer copy.
|
2023-04-20 00:46:01 +00:00 |
|
radv_shader.c
|
aco,radv: support symbol relocation in aco
|
2023-04-28 11:33:28 +08:00 |
|
radv_shader.h
|
radv/rt: rename radv_ray_tracing_module -> radv_ray_tracing_group
|
2023-04-26 02:48:29 +00:00 |
|
radv_shader_args.c
|
ac,radv: move ps arg compation to common place
|
2023-04-19 08:39:46 +00:00 |
|
radv_shader_args.h
|
radv: Remove has_previous_stage
|
2023-04-11 06:24:17 +00:00 |
|
radv_shader_info.c
|
radv: Don't hardcode LDS granularity in gfx9_get_gs_info.
|
2023-04-12 17:30:02 +00:00 |
|
radv_spm.c
|
ac/spm: rename ac_spm_trace_data to ac_spm
|
2023-04-27 07:24:54 +00:00 |
|
radv_sqtt.c
|
radv: do not abort when the SQTT buffer resize failed
|
2023-04-28 16:55:12 +00:00 |
|
radv_video.c
|
radv/video: start adding gfx11 vcn decoder
|
2023-04-27 02:00:03 +00:00 |
|
radv_wsi.c
|
radv: move radv_meta_* to a new folder
|
2023-03-27 06:27:49 +00:00 |
|
si_cmd_buffer.c
|
radv: emit PIXEL_PIPE_STAT_CONTROL in the gfx preamble for GFX11
|
2023-04-20 16:25:09 +00:00 |
|
vk_format.h
|
vulkan: Common vk_format_get_component_bits
|
2022-07-18 22:14:06 +00:00 |