Liam
|
ba17a8c2b8
|
gpu: dependency-inject scaling/antialiasing filter state for capture layers
|
2024-02-09 09:20:53 -05:00 |
|
Liam
|
ce72818075
|
nvnflinger/gpu: implement applet capture
|
2024-02-09 09:20:53 -05:00 |
|
Liam
|
1c32e4157c
|
nvnflinger/gpu: implement blending
|
2024-02-09 09:20:53 -05:00 |
|
Liam
|
85abd0243e
|
video_core: defensively program around unmapped device pointers
|
2024-02-09 09:20:53 -05:00 |
|
Fernando Sahmkow
|
80d505b5cf
|
Buffer Cache: Refactor to use Range sets instead
|
2024-02-05 11:06:52 +01:00 |
|
Fernando Sahmkow
|
4d97c54676
|
VideoCore: Move Slot Vector to Common
|
2024-02-04 20:01:47 +01:00 |
|
liamwhite
|
3868b44440
|
Merge pull request #12885 from Moonlacer/eclipse-fix
structured_control_flow: Add Samsung Proprietary Driver ID to Reorder Pass
|
2024-02-02 09:08:54 -05:00 |
|
Moonlacer
|
309ca2bd3b
|
Clang Fix
|
2024-02-01 18:15:21 -06:00 |
|
Moonlacer
|
31200d0c7a
|
Add Samsung Proprietary Driver ID to Reorder Pass
For RDNA-based Samsung Xclipse GPUs
|
2024-02-01 17:53:26 -06:00 |
|
Liam
|
5ec76db392
|
nvnflinger/gpu: implement layer stack composition
|
2024-01-31 11:27:21 -05:00 |
|
Liam
|
f727f13cb9
|
renderer_vulkan: implement layer stack composition
|
2024-01-31 11:27:21 -05:00 |
|
Liam
|
2a314f9e2e
|
renderer_opengl: split up blit screen resources into antialias and window adapt passes
|
2024-01-31 11:27:21 -05:00 |
|
Liam
|
cc8493ea2e
|
renderer_vulkan: convert FSR to graphics pipeline
|
2024-01-31 11:27:21 -05:00 |
|
Liam
|
bd9c228844
|
renderer_opengl: split out FXAA
|
2024-01-31 11:27:20 -05:00 |
|
Liam
|
86bfa837fc
|
renderer_vulkan: split up blit screen resources into separate antialias and window adapt passes
|
2024-01-31 11:27:20 -05:00 |
|
Liam
|
f50296ab23
|
renderer_vulkan: isolate FXAA from blit screen
|
2024-01-31 11:27:20 -05:00 |
|
Liam
|
cd8049a5e2
|
video_core: consistently account for resolution scaling when rendering
|
2024-01-31 11:27:20 -05:00 |
|
Liam
|
84678c7014
|
video_core: simplify accelerated surface fetch and crop handling between APIs
|
2024-01-31 11:27:20 -05:00 |
|
liamwhite
|
bc857b4b5a
|
Merge pull request #12439 from FireBurn/vkresult
Simplify VkResult lookup
|
2024-01-29 09:08:32 -05:00 |
|
liamwhite
|
0ab550c726
|
Merge pull request #12499 from Kelebek1/time
Rework time services
|
2024-01-25 14:19:01 -05:00 |
|
Kelebek1
|
52c35521bd
|
Rework time service to fix time passing offline.
|
2024-01-24 04:26:55 +00:00 |
|
liamwhite
|
5a6b3a0125
|
Merge pull request #12579 from FernandoS27/smmu
Core: Implement Device Mapping & GPU SMMU
|
2024-01-22 10:55:39 -05:00 |
|
Mike Lothian
|
0a3c09f2f6
|
Simplify VkResult lookup
|
2024-01-22 03:10:43 +00:00 |
|
Fernando Sahmkow
|
241c64e43b
|
Core: Eliminate core/memory dependancies.
|
2024-01-18 21:12:30 -05:00 |
|
Fernando Sahmkow
|
b206089ea7
|
Core: Clang format and other small issues.
|
2024-01-18 21:12:30 -05:00 |
|
Fernando Sahmkow
|
f11218a03e
|
SMMU: Implement physical memory mirroring
|
2024-01-18 21:12:30 -05:00 |
|
Fernando Sahmkow
|
9db159da71
|
SMMU: Initial adaptation to video_core.
|
2024-01-18 21:12:30 -05:00 |
|
Liam
|
be2a32b041
|
renderer_vulkan: recreate swapchain when frame size changes
|
2024-01-16 16:09:39 -05:00 |
|
Viktor Szépe
|
897ff8a95c
|
Fix one more typo
|
2024-01-15 23:34:11 +00:00 |
|
Viktor Szépe
|
e895ebb546
|
Fix typos in video_core
|
2024-01-07 22:44:55 +00:00 |
|
Fernando Sahmkow
|
d9b2778306
|
Vulkan: Only recreate swapchain if the frame is bigger than the swap image.
|
2023-12-31 21:03:46 +01:00 |
|
liamwhite
|
84a1054801
|
Merge pull request #12412 from ameerj/gl-query-prims
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
2023-12-22 11:42:05 -05:00 |
|
Fernando S
|
d73d8e8471
|
Merge pull request #12410 from liamwhite/more-mali-null
renderer_vulkan: don't pass null view when nullDescriptor is not supported
|
2023-12-22 17:40:47 +01:00 |
|
Liam
|
a952270b5c
|
shader_recompiler: use float image operations on load/store when required
|
2023-12-21 14:34:46 -05:00 |
|
liamwhite
|
3db4ff982c
|
Merge pull request #12400 from ameerj/vk-query-prefix-fix
vk_query_cache: Fix prefix sum max_accumulation_limit logic
|
2023-12-20 12:46:41 -05:00 |
|
Fernando S
|
18b7ed6453
|
Merge pull request #12403 from liamwhite/clipdistance
shader_recompiler: use minimal clip distance array
|
2023-12-20 18:45:20 +01:00 |
|
Fernando S
|
33f38c09aa
|
Merge pull request #12390 from liamwhite/binding-insanity
renderer_vulkan: work around turnip binding bug in a610
|
2023-12-20 18:44:47 +01:00 |
|
Ameer J
|
d5b1a5f27d
|
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
2023-12-19 17:32:31 -05:00 |
|
Liam
|
6687915b0f
|
renderer_vulkan: don't pass null view when nullDescriptor is not supported
|
2023-12-19 15:13:10 -05:00 |
|
Liam
|
6611ba122b
|
shader_recompiler: ignore clip distances beyond driver support level
|
2023-12-18 22:25:14 -05:00 |
|
Ameer J
|
8a2c42c6e8
|
vk_query_cache: Fix prefix sum max_accumulation_limit logic
|
2023-12-18 12:37:55 -05:00 |
|
Liam
|
47429e716c
|
renderer_vulkan: work around turnip binding bug in a610
|
2023-12-17 15:45:09 -05:00 |
|
Liam
|
273b4b9576
|
renderer_vulkan: allow up to 7 swapchain images
|
2023-12-16 18:59:44 -05:00 |
|
Liam
|
03d73e14a8
|
renderer_vulkan: bound async presentation queue growth
|
2023-12-14 15:54:56 -05:00 |
|
liamwhite
|
2c8dc35bf4
|
Merge pull request #12274 from liamwhite/srgb-nonsense
renderer_vulkan: do not recreate swapchain for srgb
|
2023-12-08 12:26:13 -05:00 |
|
liamwhite
|
a92e0194a2
|
Merge pull request #12235 from liamwhite/flip-clip
renderer_vulkan: adjust window origin and swizzle independently
|
2023-12-03 21:59:11 -05:00 |
|
Liam
|
8a97178a89
|
renderer_vulkan: do not recreate swapchain for srgb
|
2023-12-03 16:43:54 -05:00 |
|
liamwhite
|
8c522bf3a7
|
Merge pull request #12261 from liamwhite/fruit-company
texture_cache: use pedantic type names
|
2023-12-02 09:28:43 -05:00 |
|
Liam
|
9014e6783f
|
texture_cache: use pedantic type names
|
2023-12-01 22:46:33 -05:00 |
|
GPUCode
|
8188d923c8
|
vk_blit_screen: Use correct format for fxaa renderpass
|
2023-12-01 22:55:50 +02:00 |
|