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
...
|
*
video_core: Enable ImageGather with subpixel offset on Intel
Wollnashorn
2023-04-08
6
-14
/
+8
|
*
shader_recompiler: Add subpixel offset for correct rounding at `ImageGather`
Wollnashorn
2023-04-08
6
-0
/
+14
*
|
Merge pull request #10008 from vonchenplus/texture_cache
liamwhite
2023-04-11
4
-50
/
+57
|
\
\
|
|
/
|
/
|
|
*
video_core: Keep the definition of DimensionControl consistent with nvidia op...
Feng Chen
2023-03-31
2
-19
/
+22
|
*
video_core: Better defined ImageInfo parameters
FengChen
2023-03-14
3
-39
/
+43
*
|
Merge pull request #10004 from Kelebek1/cubemap
liamwhite
2023-04-03
1
-15
/
+15
|
\
\
|
*
|
Only upload GPU-modified overlaps
Kelebek1
2023-03-28
1
-15
/
+15
*
|
|
externals: update Vulkan-Headers to v1.3.246
Jan Beich
2023-04-01
1
-0
/
+2
*
|
|
Fixes 'Continous' typo
Max Dunbar
2023-03-29
4
-25
/
+25
*
|
|
Merge pull request #9984 from liamwhite/global-memory
liamwhite
2023-03-27
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
memory: rename global memory references to application memory
Liam
2023-03-23
2
-2
/
+2
*
|
|
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
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[prev]
[next]