CamilleLaVey
cb3495621e
[vk] Removing false remove feature logging for robustness2 and image robustness.
2 months ago
CamilleLaVey
fbb513c83d
[vk] ExtendedDynamicState repair #1
2 months ago
CamilleLaVey
8dfc42b45a
[spir-v] Flat decorations for input interfaces
2 months ago
CamilleLaVey
977904cd27
[vk] VK_EXT_multi_draw
2 months ago
CamilleLaVey
0c26513484
[vk] Declaring features from Maintenance5
2 months ago
CamilleLaVey
2fb238ab56
[vk] Fixing logging statements
2 months ago
CamilleLaVey
2209efb618
[vk] Removing Image Robustness from EXT list.
2 months ago
CamilleLaVey
7d3380b38d
[vk] ExtendedDynamicState impl close to Vulkan specs
2 months ago
CamilleLaVey
d161d5e7a2
[vk, rasterizer] Reduce FlushWork constant drawcalls
2 months ago
CamilleLaVey
2aa0bc9f0f
[vk] Moving Maintenance features to wrapper
2 months ago
CamilleLaVey
07cf4451c2
[vk] Re-ordering tiling format features
2 months ago
CamilleLaVey
2e8e808958
[vk] Re-ordering format feature
2 months ago
CamilleLaVey
6aa581abeb
[vk] Robustness2 and Image Robustness
2 months ago
CamilleLaVey
f9043627be
[maxwell] Logging for HDR wrong convertions into depth formats
2 months ago
CamilleLaVey
1ddad7c59a
[vk, texture_cache] BGRA8 Depth/Stencil format convertions
2 months ago
CamilleLaVey
5cea80588b
[vk, texture_cache] Preveting ARGB8 get misinterpretated with depth formats
2 months ago
CamilleLaVey
df34184914
[vk] Adjusting Custom Border Color
2 months ago
CamilleLaVey
c78ad84d1e
[vk] Adjusting VIDS
2 months ago
CamilleLaVey
3fe0f1829a
[vk] Changing conditions for Swapchain maintenance1
2 months ago
CamilleLaVey
63527a377b
[vk] Ensure image view flags are resolved
2 months ago
CamilleLaVey
c58d42a5e5
[vk] Aliging ExtendedDynamicState2
2 months ago
CamilleLaVey
eb3b4a9242
[vk, spir-v] Conditioning creation of VK_EXT_Shader_Stencil_Export in SPIR-V
2 months ago
CamilleLaVey
03c9adf480
fixing building error.
2 months ago
CamilleLaVey
66e97f718d
[vk, texture_cache, vendor] Adding path for hardware resolve on shader stencil export/ MSAA image blits
2 months ago
CamilleLaVey
7ba5a3d6a0
[vk] Return VK 1.3 as main target, treat VK 1.4 core features as extensions if driver supports it
2 months ago
CamilleLaVey
4c223fdd11
[vk] Ordering double cases specified and allocating them in the correct please on GetSuitability phase
2 months ago
CamilleLaVey
b7fcb84749
Dammed macros.
2 months ago
CamilleLaVey
607dd6adac
Fix building issues
2 months ago
CamilleLaVey
8663923709
[vk, qcom] VertexInputDynamicState ban removal
2 months ago
CamilleLaVey
273a0788be
[vk] Bumping features to 1.4
2 months ago
CamilleLaVey
1cc6a3c5b3
[vk] Updated maintenance features
2 months ago
CamilleLaVey
2b059c5584
[vk, amd, qcom] Removed older driver workarounds
2 months ago
CamilleLaVey
ba5bb52c11
[vk, spir-v] Adding decoration for NonWritable buffers if vertexPipelineStoresAndAtomics isn't available
2 months ago
CamilleLaVey
a65552af38
[vk, buffer_cache] Aligning VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT logic
2 months ago
CamilleLaVey
50e85e232e
[vk., vendor] Adding driver id flag in blacklist
2 months ago
CamilleLaVey
1bc297dc70
[Refactor, vk] DynamicState, ExtendedDynamicState and VertexInputDynamicState
2 months ago
Caio Oliveira
d25f9501e8
Revert "[vk] attempt to continue even if unsuitable driver ( #3087 )"
This reverts commit 7a98ee4ead .
2 months ago
Caio Oliveira
8db7de42a4
Revert "[video_core] Fix inconsistency between EDS and VIDS settings ( #3148 )"
This reverts commit 7157d5167e .
2 months ago
Gamer64
bb94cff886
[chore] Fixed a couple memory leaks using up ~15 MB each iteration ( #398 )
Co-authored-by: Jarrod Norwell <official.antique@gmail.com>
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/398
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: Gamer64 <gamer64@eden-emu.dev>
Co-committed-by: Gamer64 <gamer64@eden-emu.dev>
1 month ago
lizzie
370997f42e
[externals/ffmpeg] remove --disable-postproc causing issues in OpenOrbis toolchain ( #3203 )
why was disable-postproc added? either way this fixes build errors not only on PS4 but also on Haiku i think
Signed-off-by: lizzie lizzie@eden-emu.dev
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3203
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
1 month ago
crueter
5213cc5689
Revert "[vk] Correct polygon draw topology mapping for line and point modes ( #2834 )" ( #3158 )
This reverts commit 6ba25b6cc0 .
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3158
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
1 month ago
lizzie
bc9af86269
[externals] update Vulkan headers from 1.4.328.1 -> 1.4.335.0 ( #3202 )
notably adds access to `VK_KHR_maintenance10` :)
I'm not sure if we want to update vk as regularly as with other deps as the only worthwhile change I saw was the addition of maintainance10
Signed-off-by: lizzie lizzie@eden-emu.dev
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3202
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
1 month ago
Caio Oliveira
00ec67d65b
[android] Properly set Root of the Project ( #3177 )
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3177
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-committed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
1 month ago
Marcin Serwin
fbd28a9d34
[cmake] fix dynarmic tests ( #3192 )
The old style `add_test` invocation is not target aware which means that
trying to run the test via `ninja test` results in:
Could not find executable dynarmic_tests
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3192
Co-authored-by: Marcin Serwin <marcin@serwin.dev>
Co-committed-by: Marcin Serwin <marcin@serwin.dev>
1 month ago
Caio Oliveira
3413fbd9da
[FIXUP] Partially revert "[NCE] Fix cache invalidation and signal interrupt race condition ( #3063 )" ( #3190 )
* this fixes Jamboree and SSB
This reverts commit e3c942b209 .
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3190
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-committed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
2 months ago
SDK Chan
bccc46a325
[src/dynarmic] Fix No member named 'join' in namespace 'fmt' ( #3188 )
Clang seems to complain that fmt doesn't have a member named join so, it fails to build.
Including fmt/ranges.h fixes that, and lets eden be buildable again.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3188
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: SDK Chan <sdkchan@eden-emu.dev>
Co-committed-by: SDK Chan <sdkchan@eden-emu.dev>
2 months ago
MaranBr
f0fe283038
[host1x] Fix memory leak caused by unbounded frame buffering ( #3180 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3180
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
2 months ago
Eden CI
b78390551c
[dist, android] Update translations from Transifex for Dec 20 ( #3187 )
Automatic translation update for Dec 20
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3187
Co-authored-by: Eden CI <ci@eden-emu.dev>
Co-committed-by: Eden CI <ci@eden-emu.dev>
2 months ago
PavelBARABANOV
62ea689949
[android] fix splash screen text overflow ( #3185 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3185
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Co-committed-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
2 months ago
Caio Oliveira
8c6a612062
[dist] centralize the base icon (thanks again Madeline) ( #3186 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3186
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-committed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
2 months ago