Morph
|
e9aa1821e8
|
decoders: Use 2's complement instead of unary -
Resolves C4146 on MSVC
|
2022-10-22 15:02:04 -04:00 |
|
Morph
|
4bad20dc5f
|
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
|
99cefb62fd
|
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 |
|
FengChen
|
f9f995c56a
|
video_core: Implement maxwell inline_index method
|
2022-10-22 16:58:23 +08:00 |
|
FengChen
|
8eed4e7ee5
|
video_coare: Reimplementing the maxwell drawing trigger mechanism
|
2022-10-21 17:09:22 +08:00 |
|
Morph
|
d481ac5a0c
|
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 |
|
Liam
|
b3c972a500
|
video_core: don't build ASTC decoder shader unless requested
|
2022-10-19 18:52:42 -04:00 |
|
liamwhite
|
6291423f8b
|
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
|
8698e12596
|
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
|
6118d0d042
|
Maxwell3D/Puller: Fix regressions and syncing issues.
|
2022-10-19 06:21:51 +02:00 |
|
bunnei
|
2a909989ee
|
video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPool::Reserve.
|
2022-10-18 19:13:35 -07:00 |
|
FengChen
|
584a200d86
|
video_core: implement 1D copies based on VMM 'kind'
|
2022-10-17 15:35:12 +08:00 |
|
FengChen
|
2d53a37461
|
video_core: Implement memory manager page kind
|
2022-10-17 15:33:29 +08:00 |
|
Morph
|
14a89390d2
|
video_core: Fix spelling of "synchronize"
|
2022-10-16 00:50:53 -04:00 |
|
Morph
|
6e9ed95246
|
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
|
62357f5e0f
|
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
|
e40be60a6f
|
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
|
6c73701035
|
Merge pull request #9049 from liamwhite/monkeyhawk
syncpoint_manager: ensure handle is removable before removing
|
2022-10-12 12:34:22 -07:00 |
|
Liam
|
aea16faabf
|
syncpoint_manager: ensure handle is removable before removing
|
2022-10-10 19:22:26 -04:00 |
|
Kelebek1
|
bc29a3a188
|
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
|
92494454e7
|
Merge pull request #8766 from Kelebek1/regs
[video_core] Update 3D registers
|
2022-10-09 07:04:03 +02:00 |
|
Mai
|
acdb716777
|
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
|
21f9dcfd5a
|
video_core: don't block rendering on screenshots
|
2022-10-07 17:33:59 -04:00 |
|
Kelebek1
|
37845e1228
|
Update 3D regs
|
2022-10-07 14:13:45 +01:00 |
|
liamwhite
|
041976f94e
|
Revert "vulkan: automatically use larger staging buffer sizes when possible"
|
2022-10-07 04:49:08 -04:00 |
|
Byte
|
285aedee4f
|
vulkan_blitter: Fix pool allocation double free.
|
2022-10-06 21:00:54 +02:00 |
|
Liam
|
13946e7926
|
maxwell_dma: remove warnings from implemented functionality
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
1595e77913
|
General: address feedback
|
2022-10-06 21:00:54 +02:00 |
|
Liam
|
78362ac6dd
|
state_tracker: workaround channel setup for homebrew
|
2022-10-06 21:00:54 +02:00 |
|
Morph
|
5ee9e5e84b
|
general: Format licenses as per SPDX guidelines
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
5cbe6e1739
|
Address Feedback from bylaws.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
2f61540d44
|
General: Fix clang format.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
46a73fed37
|
Vulkan Swapchain: Overall improvements.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
5fe5e1913e
|
Vulkan Texture Cache: Limit render area to the max width/height of the targets.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
707926765b
|
ImageBase: Basic fixes.
|
2022-10-06 21:00:53 +02:00 |
|
Liam White
|
6df0663a57
|
General: Fix compilation for GCC
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
602cb1e42f
|
VideoCore: Implement formats needed for N64 emulation.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
03a978b04b
|
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
|
5ef7ad3294
|
VideoCore: Add option to dump the macros.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
4124fa18e3
|
NVDRV: Further improvements.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
7472eb83fc
|
Buffer Cache: Basic fixes.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
599af475c2
|
Decoders: Improve overall speed.
|
2022-10-06 21:00:53 +02:00 |
|
bunnei
|
616e83dd94
|
DMA & InlineToMemory Engines Rework.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
4c8b983c3a
|
Maxwell3D: Add small_index_2
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
a1b6ba1602
|
Memory Manager: ensure safety of GPU to CPU address.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
6a3eca65ea
|
MemoryManager: Fix errors popping out.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
dc74837ac9
|
Shader Decompiler: Check for shift when deriving composite samplers.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
8f0981702a
|
MemoryManager: Finish up the initial implementation.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
140926e2b5
|
OpenGL: Fix TickWork
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
42ef10060a
|
VideoCore: Refactor fencing system.
|
2022-10-06 21:00:52 +02:00 |
|