index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only upload GPU-modified overlaps
Kelebek1
2023-03-28
1
-15
/
+15
*
video_core/macro: Make use of Common::HashValue
Morph
2023-03-25
1
-3
/
+3
*
Merge pull request #9985 from liamwhite/funny-meme
bunnei
2023-03-24
1
-1
/
+1
|
\
|
*
vulkan: fix scheduler chunk reserve
Liam
2023-03-24
1
-1
/
+1
*
|
Pass GPU page table by reference
Ross Schlaikjer
2023-03-25
1
-31
/
+32
|
/
*
Merge pull request #9975 from liamwhite/more-waiting
Morph
2023-03-24
1
-4
/
+5
|
\
|
*
vulkan: fix more excessive waiting in scheduler
Liam
2023-03-19
1
-4
/
+5
*
|
Merge pull request #9971 from Morph1984/q
liamwhite
2023-03-23
1
-3
/
+4
|
\
\
|
*
|
bounded_threadsafe_queue: Deduplicate and add PushModes
Morph
2023-03-21
1
-1
/
+1
|
*
|
bounded_threadsafe_queue: Use simplified impl of bounded queue
Morph
2023-03-21
1
-3
/
+4
|
|
/
*
|
Merge pull request #9962 from Kelebek1/disable_srgb
Morph
2023-03-23
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Disable SRGB border color conversion for now, to fix shadows in Xenoblade.
Kelebek1
2023-03-17
1
-6
/
+8
*
|
Merge pull request #9778 from behunin/my-box-chevy
bunnei
2023-03-17
2
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
gpu_thread: Use bounded queue
Behunin
2023-03-03
2
-3
/
+4
*
|
Merge pull request #9955 from liamwhite/color-blend-equation
liamwhite
2023-03-15
1
-0
/
+6
|
\
\
|
*
|
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
Liam
2023-03-15
1
-0
/
+6
*
|
|
Merge pull request #9931 from liamwhite/sched
liamwhite
2023-03-15
2
-28
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vk_scheduler: split work queue waits and execution waits
Liam
2023-03-12
2
-28
/
+62
*
|
|
Merge pull request #9933 from vonchenplus/texture_format
liamwhite
2023-03-14
3
-72
/
+67
|
\
\
\
|
*
|
|
video_core: Update texture format
Feng Chen
2023-03-10
3
-72
/
+67
|
|
/
/
*
|
|
Merge pull request #9943 from vonchenplus/gentleman
liamwhite
2023-03-13
3
-2
/
+3
|
\
\
\
|
*
|
|
video_core: Fix ogl status error when draw_texture
FengChen
2023-03-12
2
-2
/
+2
|
*
|
|
video_core: Invalid index_buffer flag when inline_index draw
FengChen
2023-03-12
1
-0
/
+1
|
|
/
/
*
|
|
general: fix spelling mistakes
Liam
2023-03-12
19
-34
/
+34
*
|
|
Merge pull request #9913 from ameerj/acc-dma-refactor
Fernando S
2023-03-11
10
-260
/
+208
|
\
\
\
|
*
|
|
gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopy
ameerj
2023-03-06
2
-9
/
+52
|
*
|
|
Refactor AccelerateDMA code
ameerj
2023-03-06
8
-251
/
+156
*
|
|
|
Merge pull request #9925 from ameerj/gl-sync-signal
liamwhite
2023-03-10
5
-10
/
+16
|
\
\
\
\
|
*
|
|
|
OpenGL: Prefer glClientWaitSync for OGLSync objects
ameerj
2023-03-08
5
-10
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #9917 from Morph1984/the-real-time
liamwhite
2023-03-10
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
core: Promote CPU/GPU threads to time critical
Morph
2023-03-07
1
-1
/
+1
*
|
|
|
Merge pull request #9822 from ameerj/buffcache-ssbo-addr
liamwhite
2023-03-09
1
-4
/
+20
|
\
\
\
\
|
*
|
|
|
buffer_cache: Add logic for non-NVN storage buffer tracking
ameerj
2023-02-25
1
-4
/
+20
*
|
|
|
|
Merge pull request #9896 from Kelebek1/d24s8
liamwhite
2023-03-08
3
-10
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Check all swizzle components for red, not just [0], pass float border color r...
Kelebek1
2023-03-04
3
-10
/
+16
*
|
|
|
|
|
general: fix type inconsistencies
Liam
2023-03-07
1
-2
/
+2
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #9889 from Morph1984/time-is-ticking
liamwhite
2023-03-07
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
core_timing: Use higher precision sleeps on Windows
Morph
2023-03-05
1
-1
/
+1
*
|
|
|
|
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-03-05
15
-97
/
+658
|
/
/
/
/
*
|
|
|
Merge pull request #9884 from liamwhite/service-cleanup
Morph
2023-03-03
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
nvnflinger: fix name
Liam
2023-03-01
1
-2
/
+2
|
|
/
/
*
/
/
vulkan_common: disable vertexInputDynamicState on unsupported driver
Liam
2023-03-01
1
-0
/
+1
|
/
/
*
|
Partially apply LTO to only core and video_core projects.
MatÃas Locatti
2023-02-27
1
-0
/
+4
*
|
configuration: Add async ASTC decode setting
ameerj
2023-02-22
4
-8
/
+21
*
|
texture_cache: Add async texture decoding
ameerj
2023-02-22
3
-0
/
+88
|
/
*
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-21
1
-1
/
+1
*
Merge pull request #9588 from liamwhite/bylaws-reverts
liamwhite
2023-02-19
6
-22
/
+3
|
\
|
*
Revert "Vulkan, OpenGL: Hook up storage buffer alignment code"
Liam
2023-01-07
6
-22
/
+3
*
|
Merge pull request #9810 from Kelebek1/nvdec_threads
bunnei
2023-02-17
1
-0
/
+2
|
\
\
|
*
|
Allow >1 cpu threads on video decoding, disable multi-frame decoding
Kelebek1
2023-02-14
1
-0
/
+2
[next]