Fernando Sahmkow
|
67e0d38152
|
Vulkan: Fix regression caused by limiting render area to width/height of rendef targets.
|
2022-10-30 21:24:28 +01:00 |
|
bunnei
|
72bff8ba11
|
Merge pull request #9140 from vonchenplus/darw_index_bufferx_first_error
video_core: Fix drawing trigger mechanism regression
|
2022-10-29 16:10:53 -07:00 |
|
|
f6e7cae62c
|
video_core: Fix drawing trigger mechanism regression
|
2022-10-27 13:26:52 +08:00 |
|
|
0ec1801bc1
|
video_core: Catch vulkan clear op not all channel need clear
|
2022-10-25 22:39:29 +08:00 |
|
liamwhite
|
fa913a702f
|
Merge pull request #9112 from vonchenplus/deferred_draw
video_core: Reimplementing the maxwell drawing trigger mechanism
|
2022-10-25 09:42:59 -04:00 |
|
bunnei
|
cbb6c24215
|
Merge pull request #8873 from vonchenplus/fix_legacy_location_error
video_core: Fix legacy to generic location unpaired
|
2022-10-24 10:50:24 -07:00 |
|
Morph
|
42c4ef7373
|
general: Resolve -Wunused-but-set-variable
|
2022-10-22 15:02:04 -04:00 |
|
Morph
|
c7e079a5d4
|
general: Resolve -Wunused-lambda-capture and C5233
|
2022-10-22 15:02:04 -04:00 |
|
Morph
|
bad3025951
|
decoders: Use 2's complement instead of unary -
Resolves C4146 on MSVC
|
2022-10-22 15:02:04 -04:00 |
|
Morph
|
93297d14d8
|
CMakeLists: Remove all redundant warnings
These are already explicitly or implicitly set in src/CMakeLists.txt
|
2022-10-22 15:02:04 -04:00 |
|
Fernando S
|
0860fffd78
|
Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad
Maxwell3D/Puller: Fix regressions and syncing issues.
|
2022-10-22 13:06:03 +02:00 |
|
|
2f90694797
|
video_core: Implement maxwell inline_index method
|
2022-10-22 16:58:23 +08:00 |
|
|
1f54cd4ac7
|
video_coare: Reimplementing the maxwell drawing trigger mechanism
|
2022-10-21 17:09:22 +08:00 |
|
Morph
|
f16db300c6
|
format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT
This format is similar to Z32_FLOAT_X24S8_UINT, which is implemented with D32_FLOAT_S8_UINT.
Used in Persona 5 Royal
|
2022-10-21 01:54:57 -04:00 |
|
liamwhite
|
560bca57a2
|
Merge pull request #9071 from bunnei/mp-mm
Kernel Multiprocess (Part 1) - Persist memory & core timing
|
2022-10-19 16:27:43 -04:00 |
|
Fernando S
|
b8a70c9999
|
Merge pull request #9084 from vonchenplus/dma_copy
video_core: implement 1D copies based on VMM 'kind'
|
2022-10-19 06:56:00 +02:00 |
|
Fernando Sahmkow
|
3cb4498142
|
Maxwell3D/Puller: Fix regressions and syncing issues.
|
2022-10-19 06:21:51 +02:00 |
|
bunnei
|
d00245d444
|
video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPool::Reserve.
|
2022-10-18 19:13:35 -07:00 |
|
|
23b6569fc2
|
video_core: implement 1D copies based on VMM 'kind'
|
2022-10-17 15:35:12 +08:00 |
|
|
99507d0188
|
video_core: Implement memory manager page kind
|
2022-10-17 15:33:29 +08:00 |
|
Morph
|
ddf5577799
|
video_core: Fix spelling of "synchronize"
|
2022-10-16 00:50:53 -04:00 |
|
Morph
|
d3114c620d
|
renderer_(opengl/vulkan): Fix tessellation clockwise parameter
This should be assigned CW only on Triangles_CW rather than not Triangles_CCW, making CCW the default winding order rather than CW.
|
2022-10-13 15:52:56 -04:00 |
|
bunnei
|
dbacb31f61
|
Merge pull request #9027 from yuzu-emu/revert-8987-another-name-for-reinforcement-steel
Revert "vulkan: automatically use larger staging buffer sizes when possible"
|
2022-10-12 15:36:56 -07:00 |
|
bunnei
|
e158167139
|
Merge pull request #9024 from liamwhite/async-screenshot
video_core: don't block rendering on screenshots
|
2022-10-12 13:26:32 -07:00 |
|
bunnei
|
77177a7e33
|
Merge pull request #9049 from liamwhite/monkeyhawk
syncpoint_manager: ensure handle is removable before removing
|
2022-10-12 12:34:22 -07:00 |
|
Liam
|
b1cd6cec19
|
syncpoint_manager: ensure handle is removable before removing
|
2022-10-10 19:22:26 -04:00 |
|
Kelebek1
|
4496030ea9
|
Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.
|
2022-10-10 20:59:57 +01:00 |
|
Fernando S
|
55e6d0dae0
|
Merge pull request #8766 from Kelebek1/regs
[video_core] Update 3D registers
|
2022-10-09 07:04:03 +02:00 |
|
Mai
|
155213484b
|
Merge pull request #9016 from liamwhite/drunken-schedule
vk_scheduler: wait for command processing to complete
|
2022-10-07 20:27:16 -04:00 |
|
Liam
|
a5476541f2
|
video_core: don't block rendering on screenshots
|
2022-10-07 17:33:59 -04:00 |
|
Kelebek1
|
752659aef3
|
Update 3D regs
|
2022-10-07 14:13:45 +01:00 |
|
liamwhite
|
20cf09471a
|
Revert "vulkan: automatically use larger staging buffer sizes when possible"
|
2022-10-07 04:49:08 -04:00 |
|
Byte
|
df6dffa30b
|
vulkan_blitter: Fix pool allocation double free.
|
2022-10-06 21:00:54 +02:00 |
|
Liam
|
aedd739631
|
maxwell_dma: remove warnings from implemented functionality
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
ca3db0d7c9
|
General: address feedback
|
2022-10-06 21:00:54 +02:00 |
|
Liam
|
0d99b7962d
|
state_tracker: workaround channel setup for homebrew
|
2022-10-06 21:00:54 +02:00 |
|
Morph
|
fedd983f96
|
general: Format licenses as per SPDX guidelines
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
c2b7de66b3
|
Address Feedback from bylaws.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
fe24c65153
|
General: Fix clang format.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
cdce7f781b
|
Vulkan Swapchain: Overall improvements.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
ada09778d9
|
Vulkan Texture Cache: Limit render area to the max width/height of the targets.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
8fd1d769fe
|
ImageBase: Basic fixes.
|
2022-10-06 21:00:53 +02:00 |
|
Liam White
|
afab6c143c
|
General: Fix compilation for GCC
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
fd7afda1e8
|
VideoCore: Implement formats needed for N64 emulation.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
770e19f51a
|
Buffer Cache: Deduce vertex array limit from memory layout when limit is the highest possible.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
8bb604b3be
|
VideoCore: Add option to dump the macros.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
a9ca39f859
|
NVDRV: Further improvements.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
b59ca4df0c
|
Buffer Cache: Basic fixes.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
98317f2b77
|
Decoders: Improve overall speed.
|
2022-10-06 21:00:53 +02:00 |
|
bunnei
|
f5fd6b5c86
|
DMA & InlineToMemory Engines Rework.
|
2022-10-06 21:00:53 +02:00 |
|