mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #163] [MERGED] Basic detiling #1355
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/163
Author: @psucien
Created: 6/5/2024
Status: ✅ Merged
Merged: 6/5/2024
Merged by: @georgemoralis
Base:
main← Head:video_core/surface_works📝 Commits (10+)
863d80cfix for name of the first dumped cmdb23cc60bvideo_core: amdgpu: simply crash if an exception occured in corod7d324aamdgpu: surface bits per element LUTd491bbfamdgpu: tiling mode introducedcd87005renderer_vulkan: unused extension removed2c87171texture_cache: a support for m8x1 and m8x4 layouts added to the detiler184b7b7video_core: added shader header files generator from Citra440a60atexture_cache: detiler: m8x1 and m8x4 shaders1999442texture_cache: detiler: shader module release and debug name0b63a76amdgpu: render target size hint for old runtime📊 Changes
22 files changed (+612 additions, -98 deletions)
View changed files
📝
CMakeLists.txt(+7 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+1 -1)📝
src/video_core/amdgpu/liverpool.h(+21 -2)📝
src/video_core/amdgpu/pixel_format.cpp(+17 -4)📝
src/video_core/amdgpu/pixel_format.h(+2 -1)📝
src/video_core/amdgpu/resource.h(+20 -1)➕
src/video_core/host_shaders/CMakeLists.txt(+42 -0)➕
src/video_core/host_shaders/StringShaderHeader.cmake(+36 -0)➕
src/video_core/host_shaders/detile_m8x1.comp(+48 -0)➕
src/video_core/host_shaders/detile_m8x4.comp(+57 -0)➕
src/video_core/host_shaders/source_shader.h.in(+14 -0)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+0 -8)📝
src/video_core/renderer_vulkan/vk_instance.h(+0 -6)📝
src/video_core/texture_cache/image.cpp(+30 -9)📝
src/video_core/texture_cache/image.h(+6 -0)📝
src/video_core/texture_cache/image_view.cpp(+8 -2)📝
src/video_core/texture_cache/image_view.h(+5 -2)📝
src/video_core/texture_cache/texture_cache.cpp(+56 -54)📝
src/video_core/texture_cache/texture_cache.h(+9 -5)...and 2 more files
📄 Description
This PR adds a simple detiler for 2D textures (1 and 4 channels only by now) as well as small bug fixes here and there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.