liamwhite
|
c973029374
|
Merge pull request #9167 from vonchenplus/tess
video_core: Fix few issues in Tess stage
|
2022-11-11 08:03:40 -05:00 |
|
Morph
|
c9bb888adf
|
ir/texture_pass: Use host_info instead of querying Settings::values (#9176)
|
2022-11-11 03:32:53 +01:00 |
|
|
a4472b5526
|
video_core: Fix few issues in Tess stage
|
2022-11-07 15:42:42 +08:00 |
|
Morph
|
8baf036cdc
|
Merge pull request #9189 from vonchenplus/stupid
video_core: Fix scaling graphical regressions for multiple games
|
2022-11-05 11:57:52 -04:00 |
|
|
7283010305
|
video_core: Fix scaling graphical regressions for multiple games
|
2022-11-05 17:21:02 +08:00 |
|
gidoly
|
9fc1bcc7b2
|
Update shader cache version. (#9175)
|
2022-11-04 03:16:01 -04:00 |
|
|
75596c07e0
|
video_core: Fix SNORM texture buffer emulating error (#9001)
|
2022-11-04 02:39:42 -04:00 |
|
bunnei
|
38e4382f53
|
Merge pull request #8858 from vonchenplus/mipmap
video_core: Generate mipmap texture by drawing
|
2022-11-03 22:21:58 -07:00 |
|
Fernando S
|
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 |
|
Morph
|
74275d0968
|
Merge pull request #9097 from liamwhite/intel-spv-compiler
video_core: don't build ASTC decoder shader unless requested
|
2022-11-03 19:29:33 -04:00 |
|
liamwhite
|
de4afde065
|
Merge pull request #9143 from K0bin/scheduler-empty
vk_scheduler: Remove recorded_counts
|
2022-10-31 21:37:46 -04: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 |
|
Liam
|
808e22984f
|
vk_blit_screen: recreate swapchain images on guest format change
|
2022-10-30 15:04:16 -04:00 |
|
Robin Kertels
|
dce242858a
|
vk_scheduler: Remove recorded_counts
|
2022-10-28 03:42:43 +02: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 |
|
|
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 |
|
Liam
|
9524e28d20
|
video_core: don't build ASTC decoder shader unless requested
|
2022-10-19 18:52:42 -04:00 |
|
bunnei
|
d00245d444
|
video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPool::Reserve.
|
2022-10-18 19:13:35 -07: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 |
|
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 |
|
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
|
0d99b7962d
|
state_tracker: workaround channel setup for homebrew
|
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
|
fd7afda1e8
|
VideoCore: Implement formats needed for N64 emulation.
|
2022-10-06 21:00:53 +02:00 |
|
bunnei
|
f5fd6b5c86
|
DMA & InlineToMemory Engines Rework.
|
2022-10-06 21:00:53 +02:00 |
|
Fernando Sahmkow
|
ba34cf0a69
|
Shader Decompiler: Check for shift when deriving composite samplers.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
bc8b3d225e
|
VideoCore: Refactor fencing system.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
98b5e236d4
|
Vulkan: Fix Scissor on Clears
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
920429fde7
|
NVDRV: Further refactors and eliminate old code.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
f350c3d74e
|
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
3f8e7a5585
|
VideoCore: Fix channels with disk pipeline/shader cache.
|
2022-10-06 21:00:51 +02:00 |
|
Fernando Sahmkow
|
d7990c159e
|
OpenGl: Implement Channels.
|
2022-10-06 21:00:51 +02:00 |
|
Fernando Sahmkow
|
139ea93512
|
VideoCore: implement channels on gpu caches.
|
2022-10-06 21:00:51 +02:00 |
|
Fernando Sahmkow
|
1a49991676
|
Texture Cache: Add ASTC 10x5 Format.
|
2022-10-06 16:45:40 +02:00 |
|
bunnei
|
d55096ce85
|
Merge pull request #9013 from liamwhite/spinning-a-yarn
common: remove "yuzu:" prefix from thread names
|
2022-10-05 18:53:42 -07:00 |
|
Liam
|
7969d4d5de
|
vk_scheduler: wait for command processing to complete
|
2022-10-03 20:03:25 -04:00 |
|
Liam
|
35d3e7db2a
|
common: remove "yuzu:" prefix from thread names
|
2022-10-03 18:43:56 -04:00 |
|
Liam
|
087c6c2ef1
|
vulkan: automatically use larger staging buffer sizes when possible
|
2022-09-25 02:28:03 -04:00 |
|
|
d4cb0eac87
|
video_core: Fix legacy to generic location unpaired
|
2022-09-20 12:03:31 +08:00 |
|