Liam
181e5dbc5b
general: fix build failure on clang 17
3 years ago
Squall-Leonhart
3785a469c0
Changes based on hardware tests
Removes unnecessary d32f to bgra shader and blit functions,
update vk_texture_cache to use abgr shader for d32f to BGRA formats
updates abgr to d32f shader to comply with hardware tests
3 years ago
Squall Leonhart
14d6c9d442
Make Clang happy.
3 years ago
Squall Leonhart
6f7ff1d2a7
Added missing BuildShader line
Adds `convert_abgr8_to_d32f_frag(BuildShader(device, CONVERT_ABGR8_TO_D32F_FRAG_SPV)),`
3 years ago
Squall Leonhart
f137a4aa8a
meant to add the unorms as well
3 years ago
Squall Leonhart
81627a6a51
appease the format gods
3 years ago
Squall-Leonhart
69ab83ae87
Another missing copy connected to Bravely Default II
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies
3 years ago
Squall-Leonhart
51bb940261
missed this line when editing the copypasta
3 years ago
Squall-Leonhart
41ad912ba7
moved line to appease the format gods
3 years ago
Squall-Leonhart
e84147e2fa
Implement missing formats for Bravely Default 2
3 years ago
Kelebek1
5fa3d987ad
Transition MSAA images to general layout without uploading data
3 years ago
Kelebek1
b5576a3c9a
Get out of render pass before query barriers, fix image names with samples > 1, remove image alias bit
3 years ago
Kelebek1
31c39fffc2
Do not set rescaled flag when rescaling is disabled
3 years ago
Kelebek1
a1df96e84d
Allow GPUs without rebar to open multiple RenderDoc captures
3 years ago
Kelebek1
5063305487
Implement X8_D24 format
3 years ago
Squall-Leonhart
680081ea94
Fix CI Formatting check
3 years ago
Squall-Leonhart
ec6ba091cf
Implements D32_Float to A8B8G8R8_UNORM format copy
Corrects some visual issues in games such as Disney SpeedStorm
3 years ago
Liam
79e055318c
vk_present_manager: recreate surface on any surface loss
3 years ago
Fernando Sahmkow
ef38379737
Query Cache: Fix memory leak.
3 years ago
Kelebek1
dd2d450e3f
Enable depth test on stencil clear path
3 years ago
Liam
cb11232753
renderer_vulkan: fix query cache for homebrew
3 years ago
GPUCode
5529df01e3
renderer_vulkan: Implement MSAA copies
3 years ago
Fernando Sahmkow
e0477e40bd
Query Cache: Fix Prefix Sums
3 years ago
Fernando Sahmkow
509ebe61c6
Query Cache: Fix behavior in Normal Accuracy
3 years ago
Fernando Sahmkow
6b0a777d19
Query Cache: Simplify Prefix Sum compute shader
3 years ago
Fernando Sahmkow
c2880497ce
Query Cache: Implement host side sample counting.
3 years ago
Fernando Sahmkow
170c82ae7f
Query Cache: Fix guest side sample counting
3 years ago
Fernando Sahmkow
93cd3d8efd
Query Cache: address issues
3 years ago
Fernando Sahmkow
a8fe81b3be
QueryCache: Implement dependant queries.
3 years ago
Fernando Sahmkow
5ea12207f3
Query Cachge: Fully rework Vulkan's query cache
3 years ago
GPUCode
20994b9e95
vk_texture_cache: Limit srgb block to transcoding only
3 years ago
GPUCode
400b9449ac
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
3 years ago
Charles Lombardo
a8e3f2652d
android: Use 1 worker for shader compilation for all devices
3 years ago
Fernando Sahmkow
dcf5c4bec0
Vulkan: add temporary workaround for AMDVLK
3 years ago
Fernando Sahmkow
6dcc62ae86
Vulkan: Implement Depth Bias Control
3 years ago
GPUCode
065305c627
vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers ( #11471 )
3 years ago
GPUCode
75213f8c49
renderer_vulkan: Remove debug report
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
3 years ago
Feng Chen
a356e6b8d5
video_core: Add missing scissor update when viewport scale offset disable
3 years ago
Fernando Sahmkow
94dd857cda
VideoCore: Implement DispatchIndirect
3 years ago
Fernando Sahmkow
8fcab24644
Shader Recompiler: Auto stub special registers and dump pipelines on exception.
3 years ago
Kelebek1
334a0eaa9c
Mark decompiled macros as decompiled on dump, dump shaders after translation
3 years ago
Kelebek1
5d1961ad67
Masked depthstencil clears
3 years ago
Feng Chen
c8c4aa6ef7
video_core: Fix vulkan assert error
3 years ago
Kelebek1
5de54129b3
Mark accelerted DMA destination buffers and images as GPU-modified
3 years ago
Ameer J
903280955a
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
This reverts commit 476ac42b61 .
3 years ago
Ameer J
476ac42b61
HACK: Avoid swizzling and reuploading ASTC image every frame
3 years ago
Ameer J
b57854fb5f
Revert "vulkan dims specialization"
This reverts commit e6243058f2 .
3 years ago
ameerj
9c5c5cbf06
vulkan dims specialization
3 years ago
Kelebek1
770130b6c2
Fix shader dumps with nvdisasm
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
3 years ago
Alexandre Bouvier
9a86e4e431
vulkan: centralize config
3 years ago