 Fernando SahmkowandLiam
|
87a9be8dec
|
GPU: implement missing ASTC
|
2023-05-03 11:33:28 -04:00 |
|
Fernando Sahmkow
|
d6f565e5da
|
BufferCache: Fixes and address feedback
|
2023-05-01 11:43:26 +02:00 |
|
Fernando Sahmkow
|
4bc5469f52
|
Texture Cache: Release stagging buffers on tick frame
|
2023-04-29 15:31:38 +02:00 |
|
Fernando Sahmkow
|
f8d31d1ae1
|
Buffer Cache: Release stagging buffers on tick frame
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
fff6155bc3
|
Tests: Add memory tracker tests.
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
80480fe3f7
|
Clang: format and ficx compile errors.
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
ed4553806a
|
Implement Async downloads in normal and fix a few issues.
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
f2d3212de9
|
Buffer Cache rework: Setup async downloads.
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
a16c261131
|
Buffer Cache: Fully rework the buffer cache.
|
2023-04-29 00:46:31 +02:00 |
|
Fernando Sahmkow
|
58d1c7c77a
|
Address Feedback & Clang Format
|
2023-04-29 00:18:21 +02:00 |
|
Fernando Sahmkow
|
56c9730a16
|
Maxwell3D: only update parameters on High
|
2023-04-29 00:18:21 +02:00 |
|
Fernando Sahmkow
|
e3a2ca96bd
|
Accelerate DMA: Use texture cache async downloads to perform the copies
to host.
WIP
|
2023-04-29 00:18:21 +02:00 |
|
Fernando Sahmkow
|
3fbee093b2
|
TextureCache: refactor DMA downloads to allow multiple buffers.
|
2023-04-29 00:18:21 +02:00 |
|
Fernando Sahmkow
|
2f15876524
|
QueryCache: Fix write invalidation.
|
2023-04-28 23:53:46 +02:00 |
|
Fernando Sahmkow
|
9a7c172f76
|
MemoryManager: Fix race conditions.
|
2023-04-28 23:53:02 +02:00 |
|
Fernando Sahmkow
|
e4dc73f61e
|
Clang format and ddress feedback
|
2023-04-24 12:38:47 +02:00 |
|
 Fernando SandGitHub
|
9bf19b04f6
|
Merge pull request #10051 from liamwhite/surface-capabilities
vulkan: pick alpha composite flags based on available values
|
2023-04-24 12:37:13 +02:00 |
|
 Fernando SandGitHub
|
47cd0586ee
|
Merge pull request #10056 from vonchenplus/audout_u
core: audio: return result when audio_out initialize failed
|
2023-04-24 12:36:52 +02:00 |
|
 Fernando SandGitHub
|
2311fa7c84
|
Merge pull request #10069 from liamwhite/log
maxwell_3d: fix out of bounds array access in size estimation
|
2023-04-24 12:36:24 +02:00 |
|
Fernando Sahmkow
|
e29ced29fa
|
QueryCache: rework async downloads.
|
2023-04-23 22:04:14 +02:00 |
|
Fernando Sahmkow
|
7e76c1642c
|
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
|
2023-04-23 22:03:44 +02:00 |
|
Fernando Sahmkow
|
fca72beb2d
|
Fence Manager: implement async fence management in a sepparate thread.
|
2023-04-23 04:48:50 +02:00 |
|
 Fernando SandGitHub
|
d600183583
|
Merge pull request #10074 from Kelebek1/fermi_blit
Account for a pre-added offset when using Corner sample mode for 2D blits
|
2023-04-22 12:06:00 +02:00 |
|
 Fernando SandGitHub
|
49643d8134
|
Merge pull request #9913 from ameerj/acc-dma-refactor
AccelerateDMA: Refactor Buffer/Image copy code and implement for OGL
|
2023-03-11 20:04:19 +01:00 |
|
 Fernando SandGitHub
|
fdae95efaa
|
Merge pull request #9786 from FernandoS27/the-gaia-is-a-lie
YFC - Engines: Implement Accelerate DMA Texture.
|
2023-03-05 15:30:47 +01:00 |
|
Fernando Sahmkow
|
8a3411b417
|
Engines: Implement Accelerate DMA Texture.
|
2023-03-05 12:18:00 +01:00 |
|
 Fernando SandGitHub
|
948ac976d1
|
Merge pull request #9583 from FernandoS27/fuck-ogl-already
VideoCore: Fix OGL cache invalidation.
|
2023-01-08 14:05:29 -05:00 |
|
Fernando Sahmkow
|
efbb6fe288
|
VideoCore: Fix OGL cache invalidation.
|
2023-01-07 21:56:17 -05:00 |
|
 Fernando SandGitHub
|
7ef897a277
|
Merge pull request #9566 from Wollnashorn/vulkan-cache-header-fix
video_core/vulkan: Fixed loading of Vulkan driver pipeline cache
|
2023-01-06 11:58:36 -05:00 |
|
 Fernando SandGitHub
|
8b251fc3f6
|
Merge pull request #9535 from bylaws/master
Port over several shader-compiler fixes from skyline
|
2023-01-06 10:06:45 -05:00 |
|
 Fernando SandGitHub
|
5bcbb8de45
|
Merge pull request #9559 from FernandoS27/cached-writes
VideoCore: Implement Cached Writes, use fastmem for reading GPU memory and eliminate old stuffs
|
2023-01-06 07:31:39 -05:00 |
|
Fernando Sahmkow
|
f6245dc40a
|
MacroHLE: eliminate 2 rushed macros.
|
2023-01-05 20:53:31 -05:00 |
|
 Fernando SandGitHub
|
1428451722
|
Merge pull request #9527 from Wollnashorn/amd-cache-fix
video_core/vulkan: Implemented `VkPipelineCache` to store Vulkan pipelines
|
2023-01-05 16:38:07 -05:00 |
|
Fernando Sahmkow
|
b56ad93bbc
|
BufferBase: Don't ignore GPU pages.
|
2023-01-05 14:00:10 -05:00 |
|
Fernando Sahmkow
|
2d0c4f2b1d
|
Fermi2D: sync cache flushes
|
2023-01-05 06:43:28 -05:00 |
|
Fernando Sahmkow
|
af5ecb0b15
|
MemoryManager: use fastmem directly.
|
2023-01-05 06:06:33 -05:00 |
|
Fernando Sahmkow
|
6c7eb81f7d
|
video_core: Cache GPU internal writes.
|
2023-01-05 05:23:39 -05:00 |
|
Fernando Sahmkow
|
4d9af4a9d2
|
Vulkan: Fix drivers that don't support dynamic_state_2 up
|
2023-01-05 00:11:16 -05:00 |
|
Fernando Sahmkow
|
3ecc03ec1b
|
yuzu-ui: Add setting for disabling macro HLE
|
2023-01-04 14:56:52 -05:00 |
|
Fernando Sahmkow
|
a0c697124c
|
Video_core: Address feedback
|
2023-01-04 14:39:42 -05:00 |
|
Fernando Sahmkow
|
03ccd8bf43
|
Texture Cache: Implement async texture downloads.
|
2023-01-03 22:52:15 -05:00 |
|
Fernando Sahmkow
|
ddbf851ef6
|
Vulkan: Update blacklisting to latest driver versions.
|
2023-01-03 21:16:43 -05:00 |
|
Fernando Sahmkow
|
a045e860dd
|
ShaderCompiler: Inline driver specific constants.
|
2023-01-03 16:29:25 -05:00 |
|
Fernando Sahmkow
|
b62ffb612d
|
Vulkan: rework stencil tracking.
|
2023-01-03 16:29:16 -05:00 |
|
Fernando Sahmkow
|
d09aa0182f
|
MacroHLE: Final cleanup and fixes.
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
581a7d785b
|
Rasterizer: Setup skeleton for Host Conditional rendering
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
3630bfaef3
|
RasterizerMemory: Add filtering for flushing/invalidation operations.
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
2793304117
|
Vulkan: Allow stagging buffer deferrals.
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
8d694701bc
|
MacroHLE: Add OpenGL Support
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
4c82e47edd
|
Vulkan: Add other additional pipeline specs
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
d33251db93
|
Vulkan: Implement Dynamic State 3
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
f800e485c9
|
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
|
2023-01-01 16:43:58 -05:00 |
|
Fernando Sahmkow
|
c897c55e3c
|
Vulkan: Implement Dynamic States 2
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
cb1497d0d7
|
DMAPusher: Improve collection of non executing methods
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
ce448ce770
|
Revert Buffer cache changes and setup additional macros.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
18637766ef
|
MacroHLE: Reduce massive calculations on sizing estimation.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
aad0cbf024
|
MacroHLE: Add HLE replacement for base vertex and base instance.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
93ac5a6a6d
|
MacroHLE: Add Index Buffer size estimation.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
c541559767
|
MacroHLE: Refactor MacroHLE system.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
0f89828073
|
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
|
2023-01-01 16:43:57 -05:00 |
|
Fernando Sahmkow
|
a5a94f52ff
|
MacroHLE: Add MultidrawIndirect HLE Macro.
|
2023-01-01 16:43:57 -05:00 |
|
 Fernando SandGitHub
|
3e6850f00b
|
Merge pull request #9453 from ameerj/scratch-vector
common: Add ScratchBuffer Class
|
2022-12-24 20:26:06 -05:00 |
|
 FernandoS27andLiam
|
0104e28fe4
|
Vulkan: Add support for VK_EXT_depth_clip_control.
|
2022-12-13 21:39:18 -05:00 |
|
 Fernando SandGitHub
|
41461514d6
|
Merge pull request #9401 from vonchenplus/draw_manager
video_core: Implement maxwell3d draw manager and split draw logic
|
2022-12-08 12:41:39 +01:00 |
|
 Fernando SandGitHub
|
08d4e7c7af
|
Merge pull request #9393 from liamwhite/more-vulkan
vulkan_common: further initialization tweaks
|
2022-12-06 17:45:08 +01:00 |
|
Fernando Sahmkow
|
6352c5dc31
|
Vulkan: Implement Alpha coverage
|
2022-12-05 12:33:12 +01:00 |
|
 Fernando SandGitHub
|
4e89979c87
|
Merge pull request #9320 from yuzu-emu/fix-audio-suspend
AudioCore: Take suspend lock when stalling the running process.
|
2022-11-30 16:41:32 +01:00 |
|
Fernando Sahmkow
|
826e0785bf
|
Fermi2D: Cleanup and address feedback.
|
2022-11-24 21:00:48 +01:00 |
|
Fernando Sahmkow
|
3b582d5fb2
|
GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation.
|
2022-11-24 20:57:16 +01:00 |
|
Fernando Sahmkow
|
7356ab1de6
|
GPU: Implement additional render target formats.
|
2022-11-24 20:35:44 +01:00 |
|
Fernando Sahmkow
|
daf2ef8f1c
|
MaxwellDMA: Implement BlockLinear to BlockLinear copies.
|
2022-11-24 20:35:44 +01:00 |
|
Fernando Sahmkow
|
5fbd6954ef
|
Fermi2D: Implement Bilinear software filtering and address feedback.
|
2022-11-24 20:35:44 +01:00 |
|
Fernando Sahmkow
|
957840be91
|
Fermi2D: Rework blit engine and add a software blitter.
|
2022-11-24 20:35:44 +01:00 |
|
 Fernando SandGitHub
|
72118935a1
|
Merge pull request #9271 from merryhime/dynarmic-mwe128-stack-misalignment
dynarmic: Fix stack misalignment in GenMemory128Accessors
|
2022-11-19 22:12:55 +01:00 |
|
 Fernando SandGitHub
|
b0365a81c2
|
Merge pull request #9260 from liamwhite/youre-in-big-trouble-now
spirv_emit_context: add missing flat decoration
|
2022-11-19 16:40:14 +01:00 |
|
Fernando Sahmkow
|
bc95753107
|
Dynarmic: Remove inaccurate NaN from Auto CPU settings.
|
2022-11-17 16:59:41 +01:00 |
|
 Fernando SandGitHub
|
3161b34ff6
|
Merge pull request #9215 from liamwhite/swordfight
Ensure correctness of atomic store ordering
|
2022-11-09 14:50:49 +01:00 |
|
 Fernando SandGitHub
|
dc520a487d
|
Merge pull request #9195 from vonchenplus/vmm_kinds_error
video_core:Fix vmm kinds size error
|
2022-11-06 15:34:24 +01:00 |
|
 Fernando SandGitHub
|
df38c03a09
|
Merge pull request #9163 from vonchenplus/draw_error
video_core: Fix drawing trigger mechanism regression
|
2022-11-06 01:13:59 +01:00 |
|
 Fernando SandGitHub
|
3794851f7f
|
Merge pull request #9154 from liamwhite/new-fb
vk_blit_screen: recreate swapchain images on guest format change
|
2022-11-04 01:25:34 +01:00 |
|
 Fernando SandGitHub
|
d8ff939edc
|
Merge pull request #9158 from liamwhite/single-bore
k_thread: fix single core
|
2022-10-31 00:58:07 +01:00 |
|
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 |
|
 Fernando SandGitHub
|
2e782a154d
|
Merge pull request #9122 from liamwhite/burnt-chicken
nvdrv: fix container destruction order
|
2022-10-24 12:41:46 +02:00 |
|
 Fernando SandGitHub
|
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 |
|
 Fernando SandGitHub
|
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 |
|
 Fernando SandGitHub
|
55e6d0dae0
|
Merge pull request #8766 from Kelebek1/regs
[video_core] Update 3D registers
|
2022-10-09 07:04:03 +02:00 |
|
 Fernando SandGitHub
|
1effa578f1
|
Merge pull request #8467 from FernandoS27/yfc-rel-1
Project yuzu Fried Chicken (Y.F.C.) Part 1
|
2022-10-06 21:29:53 +02:00 |
|
Fernando Sahmkow
|
ca3db0d7c9
|
General: address feedback
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
d97d409647
|
NvHostChannels: improve hack for supporting multiple channels.
|
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
|
8a372035db
|
Nvflinger: correct duplication.
|
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
|
1a9b71b1c6
|
Common: Fix variable shadowing.
|
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
|
8d774e7415
|
NvDec: Fix regressions.
|
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 |
|
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 |
|