shadPS4/src/video_core/amdgpu
TheTurtle 76b4da6212
video_core: Various small improvements and bug fixes (#2525)
* ir_passes: Add barrier at end of block too

* vk_platform: Always assign names to resources

* texture_cache: Better overlap handling

* liverpool: Avoid resuming ce_task when its finished

* spirv_quad_rect: Skip default attributes

Fixes some crashes

* memory: Improve buffer size clamping

* liverpool: Relax binary header validity check

* liverpool: Stub SetPredication with a warning

* Better than outright crash

* emit_spirv: Implement round to zero mode

* liverpool: queue::pop takes the front element

* image_info: Remove obsolete assert

The old code assumed the mip only had 1 layer thus a right overlap could not return mip 0. But with the new path we handle images that are both mip-mapped and multi-layer, thus this can happen

* tile_manager: Fix size calculation

* spirv_quad_rect: Skip default attributes

---------

Co-authored-by: poly <47796739+polybiusproxy@users.noreply.github.com>
Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>
2025-02-24 14:31:12 +02:00
..
default_context.cpp GnmDriver: Clear context support (#567) 2024-08-25 23:01:05 +03:00
liverpool.cpp video_core: Various small improvements and bug fixes (#2525) 2025-02-24 14:31:12 +02:00
liverpool.h video_core: Various small improvements and bug fixes (#2525) 2025-02-24 14:31:12 +02:00
pixel_format.cpp video_core: Implement conversion for uncommon/unsupported number formats. (#2047) 2025-01-07 12:21:49 +02:00
pixel_format.h renderer_vulkan: Parse fetch shader per-pipeline (#1656) 2024-12-04 13:03:47 +02:00
pm4_cmds.h liverpool: Implement PM4 MEM_SEMAPHORE. (#2235) 2025-01-25 04:12:18 -08:00
pm4_opcodes.h libraries: gnmdriver: few more functions implemented (#1544) 2024-11-18 11:23:21 +02:00
resource.h shader_recompiler: Remove special case buffers and add support for aliasing (#2428) 2025-02-15 14:06:56 +02:00
types.h shader_recompiler: Proper support for inst-typed buffer format operations. (#2469) 2025-02-21 03:01:18 -08:00