CamilleLaVey
75d9236520
[vk, pipeline_cache, texture_cache, qcom] Resolving textures and pipeline usage for QCOM
9 months ago
CamilleLaVey
89926bce0b
[vk, spir-v] Adding emulation of Array 1D with 2D for Android
9 months ago
CamilleLaVey
6c1fc4b4ed
[vk] Handling threading missuse of VkQueue
9 months ago
CamilleLaVey
311f06047b
[vk, Maxwell] Refining support for HDR Formats based on Specs
9 months ago
CamilleLaVey
46df717f7c
[vk] Degrade HDR Format to LDR
9 months ago
CamilleLaVey
dcf9483b0b
[vk, qcom] TEST: Adjustment to the MSAA and format resolve with native support
9 months ago
CamilleLaVey
2b828a9fee
[vk] Re-adjusted HDR format handling based on physical specifications
9 months ago
CamilleLaVey
6fe1f86984
[vk, qcom] Revert Push Descriptors Threshold due to data corruption
9 months ago
CamilleLaVey
af073f13cf
[vk, qcom] Including Tile Properties and Store Ops based on QCOM specifications
9 months ago
CamilleLaVey
aea945b671
[vk, host shaders, qcom] MSAA Handling by Native QCOM Shader Resolve
9 months ago
CamilleLaVey
c52fda760a
Merge branch 'stuffmadeforfun' of https://git.eden-emu.dev/eden-emu/eden into stuffmadeforfun
9 months ago
lizzie
c168755c65
fix license
9 months ago
CamilleLaVey
8a83cf0271
[service, hle] Add defensive check in WriteBuffer
9 months ago
CamilleLaVey
3db41fbce6
[memory, vk] TEST: Tiled GPU optimization try #1
10 months ago
CamilleLaVey
5e7fb6eead
Fix building issues
10 months ago
CamilleLaVey
bcc5390943
[texture_cache, gl, vk] Initial implementation for HDR + MSAA detection on QCOM drivers.
10 months ago
CamilleLaVey
a51d875d91
[shader_recompiler, spir-v] verifying int64 emulation path activation
10 months ago
PavelBARABANOV
6134a57367
Revert "TEST: Enabling TimelineSemaphores for QCOM and Turnip"
This reverts commit 3cd33fce44 .
10 months ago
CamilleLaVey
c845b6086f
Adding missing headers
10 months ago
CamilleLaVey
31c168efe1
[shader_recompiler, spir-v] Adding INT64 emulation path
10 months ago
CamilleLaVey
8bd87204f5
TEST: Enabling TimelineSemaphores for QCOM and Turnip
10 months ago
lizzie
e72a206aee
fix
10 months ago
CamilleLaVey
6a62fa7ee3
Implement handling for texture cache flickering
10 months ago
crueter
52b630dfdc
build
Signed-off-by: crueter <crueter@eden-emu.dev>
10 months ago
CamilleLaVey
4860050358
attempt to fix building issues
10 months ago
CamilleLaVey
47f0563c1b
Giving maintance to driver features and unused extensions
10 months ago
CamilleLaVey
b1208f03ee
Fix building issues
10 months ago
CamilleLaVey
0fd603c094
[texture_cache, gl, vk] Initial implementation for HDR + MSAA detection on QCOM drivers.
10 months ago
CamilleLaVey
1ca19af7fb
[shader_recompiler, spir-v] verifying int64 emulation path activation
10 months ago
PavelBARABANOV
ddd78c3b37
Revert "TEST: Enabling TimelineSemaphores for QCOM and Turnip"
This reverts commit 3cd33fce44 .
10 months ago
CamilleLaVey
2e68f8795d
Adding missing headers
10 months ago
CamilleLaVey
d3595fd2b1
[gl, vk, texture cache] Attempt to get correct MSAA image upload and download
10 months ago
CamilleLaVey
033531509b
[shader_recompiler, spir-v] Adding INT64 emulation path
10 months ago
CamilleLaVey
b9954de1ca
Fixing missing headers
10 months ago
CamilleLaVey
5f88deeebf
[gl. vk] Extending impl for atomic floats operations
10 months ago
CamilleLaVey
d25da944ed
Changing checks in HostMemor for virtual memory mapping
10 months ago
CamilleLaVey
ec274a855e
TEST: Enabling TimelineSemaphores for QCOM and Turnip
10 months ago
CamilleLaVey
8133d4a8b4
Improved handling for Custom Border Color buggy impl on ARM/ QCOM and Turnip
10 months ago
lizzie
4f3e4bf9cb
fix
10 months ago
CamilleLaVey
ec9e0f37ea
Implement handling for texture cache flickering
10 months ago
crueter
b5f7735dba
build
Signed-off-by: crueter <crueter@eden-emu.dev>
10 months ago
CamilleLaVey
5f501d6ec0
attempt to fix building issues
10 months ago
CamilleLaVey
e820f304a5
Giving maintance to driver features and unused extensions
10 months ago
CamilleLaVey
3527a33430
[service, hle] Add defensive check in WriteBuffer
9 months ago
Shinmegumi
3f226678dd
[vk] Fix fallback viewport/scissor origin handling ( #294 )
When viewport_scale_offset_enabled is disabled, the fallback path
previously assumed a top-left origin for both viewport and scissor.
This caused incorrect positioning or inverted geometry when the GPU
state expected a lower-left origin.
This change:
- Adjusts viewport setup: if window_origin is lower-left, shift Y and
flip height negative to emulate lower-left in Vulkan’s top-left space.
- Updates scissor setup: recalculates Y for lower-left origin and
ensures width/height fall back to 1 if zero, avoiding invalid extents.
This aligns Vulkan’s viewport/scissor behavior with Maxwell state,
fixing rendering issues in paths without scale/offset enabled.
Co-authored-by: MaranBr <maranbr@outlook.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/294
Co-authored-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-committed-by: Shinmegumi <shinmegumi@eden-emu.dev>
9 months ago
lizzie
e9d84d098d
[dynarmic] attempt fix totk regression from #358 ( #3013 )
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3013
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
9 months ago
CamilleLaVey
ee5565077c
[memory, vk] TEST: Tiled GPU optimization try #1
10 months ago
CamilleLaVey
9085ff1229
Merge branch 'stuffmadeforfun' of https://git.eden-emu.dev/eden-emu/eden into stuffmadeforfun
10 months ago
CamilleLaVey
6eff1779a2
Fix building issues
10 months ago
CamilleLaVey
3228cffd23
[texture_cache, gl, vk] Initial implementation for HDR + MSAA detection on QCOM drivers.
10 months ago