kd-11
aea1efd5f2
rsx: Fix instancing constants lookup layout when running interpreter
2025-03-16 16:33:39 +03:00
kd-11
5ae05e26c4
vk: Implement instancing when running in interpreter mode
2025-03-16 16:33:39 +03:00
DH
db945f6aed
android: do not invalidate swapchain on VK_SUBOPTIMAL_KHR
...
Workaround
2025-03-10 21:09:27 +01:00
DH
cac068dad9
rsx: implement android swapchain
2025-03-10 21:09:27 +01:00
kd-11
eca86ad449
rsx: Add program cache lookup ellision rate to overlay
2025-03-08 22:10:55 +03:00
kd-11
a1c8f3a528
rsx/prog: Use a proper cache hint key instead of disjointed counters
2025-03-08 22:10:55 +03:00
Elad
75dc2a12e2
RSX: Return VP shader as is if no changes were made
2025-03-08 14:21:57 +02:00
kd-11
59280a133c
vk: Do not force strict query scopes by default
2025-03-05 14:40:35 +03:00
Megamouse
df2f68da44
static analysis: more const ref
2025-03-05 00:12:30 +01:00
Megamouse
a8fc3f5f74
static analysis: more const
2025-03-05 00:12:30 +01:00
Megamouse
4aa25285a3
overlays: use thread local static vector in get_glyph_data
2025-03-02 23:44:08 +01:00
kd-11
0aca5e222f
vk: Fix MacOS build
2025-03-01 18:02:32 +03:00
kd-11
b8411a90cd
vk/swapchain: Fix WSI swapchain configuration overrides
2025-03-01 18:02:32 +03:00
kd-11
4e9365f76b
vk/swapchain: Consolidate native swapchain implementation for platforms where it is not implemented
...
- NATIVE swapchain only matters in headless scenarios or where we otherwise cannot access WSI properly.
- It is now optional, with a stub provided when WSI is not available.
2025-03-01 18:02:32 +03:00
kd-11
602fe15641
vk/swapchain: Move platform-specific code to appropriate headers
2025-03-01 18:02:32 +03:00
kd-11
8b2e792d31
vk: Refactor swapchain into separate platform headers
2025-03-01 18:02:32 +03:00
kd-11
aca1cdf0b6
vk: Refactor instance management header
2025-03-01 18:02:32 +03:00
Ivan Podogov
e72cb6801a
Add DXT1-5 decompression on ARM
2025-02-20 14:57:57 +03:00
RipleyTom
cd87a64621
Headers cleanup
2025-02-11 20:38:35 +01:00
kd-11
10d5907f46
rsx: Implement framebuffer statistics to track the internal render resolution at runtime.
2025-02-11 02:28:31 +03:00
kd-11
0f3d2c7085
gl: Implement MSAA transparency (sample-to-coverage)
2025-02-11 02:28:31 +03:00
kd-11
4f08bfd0a2
Fix compilation on clang
2025-02-11 02:28:31 +03:00
kd-11
54e7cb8d9e
vk: Silence spec validation error on NV cards
2025-02-11 02:28:31 +03:00
kd-11
85880e6037
gl: Implement remaining resolvers
...
- Add support for NVIDIA cards
- Implement all depth-stencil resolver passes
2025-02-11 02:28:31 +03:00
kd-11
26d85e53a4
vk: Fix extension initialization during device creation
...
- Fix crash when using device_fault extension
- Fix spec violation when using conditional rendering
2025-02-11 02:28:31 +03:00
kd-11
f3e913b56a
vk: Redesign resource binding for overlay passes
2025-02-11 02:28:31 +03:00
kd-11
8249b5dbfa
gl: Implement MSAA resolve/unresolve for color images
2025-02-11 02:28:31 +03:00
kd-11
82981384d5
vk: Move MSAA resolve/unresolve shaders to common GPU program layer
2025-02-11 02:28:31 +03:00
kd-11
89eb473dce
rsx: Fix graphics corruption when switching between shader interpreter and recompiler at runtime
2025-02-02 12:08:05 +03:00
kd-11
58a09e6838
vk: Use common pipeline layout in interpreter
...
- Avoids the layouts going out of sync every time something changes
2025-01-19 19:31:59 +03:00
kd-11
b5b93e962b
vk: Factor out common pipeline layout generator into reusable parts
2025-01-19 19:31:59 +03:00
kd-11
efc9ae98ed
vk: Fix out-of-bounds write when emitting MSAA unresolve clear command for NVIDIA fallback
2025-01-15 11:27:04 +03:00
kd-11
e1c6df0df3
rsx: Fix dynamic constants patching when draw call is skipped
...
- Also adds an optimization to skip reuploads when patch occurs outside our critical range.
2025-01-15 11:27:04 +03:00
kd-11
7965a0313c
rsx: Improved shader interpreter support when hw instancing is active
2025-01-15 11:27:04 +03:00
kd-11
27c56cde22
rsx/shaders: Track active MRT count per shader
...
- Also use more robust hashing to avoid collisions
2025-01-10 04:34:28 +03:00
Aleksey Komarov
c9d39ce7ae
vk: Support panvk, allow creating device without textureCompressionBC
...
panvk supports BC1-BC3 which is all RPCS3 require, support is reported as
false since not all formats are supported
2025-01-04 20:22:05 +02:00
Aleksey Komarov
da84326bd0
vk: Add driver vendor PANVK (Mali GPU on Mesa)
2025-01-04 20:22:05 +02:00
Megamouse
1c22cc2f52
overlays: add trophy list dialog
2025-01-01 13:42:21 +01:00
kd-11
15961b353a
vk: Add support for hardware instanced draws
2024-12-29 20:53:05 +03:00
kd-11
9307abe7f5
rsx: Move more functions from rsx thread to the draw command processor
2024-12-29 20:53:05 +03:00
kd-11
05bab8ec4c
rsx: Move draw call related functions to their own class
2024-12-29 20:53:05 +03:00
kd-11
43e04f3fc7
Revert "rsx/vk: Implement hardware instancing ( #16466 )"
...
This reverts commit 62701154f1 .
2024-12-29 20:53:05 +03:00
kd-11
62701154f1
rsx/vk: Implement hardware instancing ( #16466 )
...
* rsx: Add code to detect instanced draw commands
* rsx: Add GLSL support for instanced rendering
* rsx: Move draw call related functions to their own class
* rsx: Move more functions from rsx thread to the draw command processor
* rsx: Fix vertex program compiler crash
* vk: Add support for hardware instanced draws
* rsx: Fix instancing bug when indexed addressing is used to read constants
* rsx: Fix rare crash in vertex program decompiler
- This whole decompiler mess needs a rewrite
* rsx: Handle dangling execution barriers
* rsx: Do not use global registers object in logical "firmware" units
* Cosmetic improvements
* rsx: Test vertex program flags on each draw
* rsx: Properly track changes in instancing state
2024-12-29 17:39:47 +02:00
kd-11
b2949f114b
vk: Wrap device fault handler in SEH2
2024-12-25 01:41:23 +03:00
kd-11
e3df7bccac
vk: Selectively enable extended device fault features in logical device creation step
2024-12-25 01:41:23 +03:00
kd-11
2c45438422
vk: Minor improvements to extended fault output
2024-12-25 01:41:23 +03:00
kd-11
4ef1d48c0c
vk: Properly initialize device fault counts structure
2024-12-25 01:41:23 +03:00
kd-11
7b6a672c64
vk: Fix device fault extension loading
2024-12-25 01:41:23 +03:00
kd-11
883529eaf3
vk: Add support for spec-compliant query scopes
2024-12-25 01:41:23 +03:00
kd-11
afc10ea112
vk: Workaround for older SDK header versions
2024-12-25 01:41:23 +03:00