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: use correct byte size for framebuffer
Liam
2022-07-19
1
-5
/
+8
*
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
bunnei
2022-07-16
1
-3
/
+3
*
renderer_(gl/vk): Implement ASTC_10x6_UNORM
Morph
2022-07-05
7
-1
/
+16
*
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
lat9nq
2022-06-29
1
-11
/
+0
*
video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue
german77
2022-06-26
14
-33
/
+33
*
video_core: Replace VKSwapchain with Swapchain
german77
2022-06-26
5
-25
/
+23
*
video_core: Replace VKQueryCache with QueryCache
german77
2022-06-26
6
-28
/
+27
*
video_core: Replace VKScheduler with Scheduler
german77
2022-06-26
35
-111
/
+110
*
video_core: Replace VKBlitScreen with BlitScreen
german77
2022-06-26
3
-51
/
+51
*
video_core: Replace VKFenceManager with FenceManager
german77
2022-06-26
3
-15
/
+14
*
Merge pull request #8460 from Morph1984/bounded-q
liamwhite
2022-06-15
1
-1
/
+1
|
\
|
*
bounded_threadsafe_queue: Use constexpr capacity and mask
Morph
2022-06-15
1
-1
/
+1
*
|
vk_compute_pass: Explicitly cast to VkAccessFlags
Morph
2022-06-15
1
-25
/
+26
*
|
Merge pull request #8383 from Morph1984/shadow-of-the-past
Mai
2022-06-14
1
-5
/
+0
|
\
\
|
*
|
CMakeLists: Make variable shadowing a compile-time error
Morph
2022-06-13
1
-5
/
+0
|
|
/
*
|
vk_compute_pass: Use VK_ACCESS_NONE
Morph
2022-06-14
1
-1
/
+1
*
|
Merge pull request #8439 from liamwhite/monkey-compiler
Mai
2022-06-14
30
-104
/
+105
|
\
\
|
*
|
general: fix compilation on MinGW GCC 12
Liam
2022-06-13
1
-1
/
+1
|
*
|
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
29
-103
/
+104
|
|
/
*
/
vk_compute_pass: Silence Wextra warning
Morph
2022-06-14
1
-1
/
+1
|
/
*
Merge pull request #8413 from behunin/bounded-queue
bunnei
2022-06-11
2
-4
/
+5
|
\
|
*
gpu_thread: Move to bounded queue
Levi Behunin
2022-06-02
2
-4
/
+5
*
|
Merge pull request #8393 from lat9nq/default-vulkan
bunnei
2022-06-11
1
-0
/
+4
|
\
\
|
*
|
vulkan_library: Add debug logging
lat9nq
2022-05-30
1
-0
/
+4
*
|
|
Maxwell3D: Fix 3D semaphore counter type 0 handling
Billy Laws
2022-06-02
2
-3
/
+3
|
|
/
|
/
|
*
|
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
1
-0
/
+4
|
/
*
Merge pull request #8332 from Morph1984/reduce_exec_size
bunnei
2022-05-29
2
-7
/
+7
|
\
|
*
video_core/surface: Use u8 for PixelFormat block tables
Morph
2022-05-13
1
-3
/
+3
|
*
codecs/vp9: Use u8 for norm and map luts
Morph
2022-05-13
1
-4
/
+4
*
|
Merge pull request #8379 from lat9nq/amd-push-desc-workaround
bunnei
2022-05-25
1
-0
/
+11
|
\
\
|
*
|
vulkan_device: Block AMDVLK's VK_KHR_push_descriptor
lat9nq
2022-05-25
1
-0
/
+11
*
|
|
Merge pull request #8369 from lat9nq/amd-wmel-workaround
bunnei
2022-05-25
1
-1
/
+6
|
\
\
\
|
*
|
|
vulkan_device: Workaround extension bug
lat9nq
2022-05-25
1
-1
/
+6
|
|
/
/
*
|
|
Merge pull request #8311 from asLody/fix-stencil-faces
bunnei
2022-05-24
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vk_rasterizer: fix stencil test when two faces are disabled
Lody
2022-05-06
1
-2
/
+2
*
|
|
video_core: Support new VkResult
Alexandre Bouvier
2022-05-17
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #8314 from liamwhite/gl-flip-2
Morph
2022-05-11
1
-4
/
+3
|
\
\
|
*
|
OpenGL: implement face flips according to NDC
Liam
2022-05-06
1
-4
/
+3
|
|
/
*
|
Merge pull request #8313 from liamwhite/dma-bpp
Morph
2022-05-11
1
-3
/
+6
|
\
\
|
*
|
maxwell_dma: use fallback if remapping is enabled
Liam
2022-05-10
1
-3
/
+6
|
*
|
maxwell_dma: fix bytes per pixel
Liam
2022-05-06
1
-3
/
+3
|
|
/
*
|
video_core/macro: clear code on upload address assignment
Liam
2022-05-10
3
-0
/
+10
*
|
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-05-08
1
-0
/
+27
*
|
video_core/macro_jit_x64: warn on invalid parameter access
Liam
2022-05-08
1
-3
/
+21
|
/
*
Merge pull request #8280 from Tachi107/spdx-fixup
Mai M
2022-04-28
8
-151
/
+17
|
\
|
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
8
-151
/
+17
*
|
Merge pull request #8282 from liamwhite/gcc-12
Mai M
2022-04-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
GCC 12 fixes
Liam
2022-04-28
1
-2
/
+2
*
|
renderer_vulkan: Update screen info if the framebuffer size has changed
Morph
2022-04-26
1
-0
/
+5
|
/
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
225
-675
/
+450
[next]