index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
video_core: use correct byte size for framebuffer
Liam
1
-5
/
+8
2022-07-16
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
bunnei
1
-3
/
+3
2022-07-05
renderer_(gl/vk): Implement ASTC_10x6_UNORM
Morph
7
-1
/
+16
2022-06-29
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
lat9nq
1
-11
/
+0
2022-06-26
video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue
german77
14
-33
/
+33
2022-06-26
video_core: Replace VKSwapchain with Swapchain
german77
5
-25
/
+23
2022-06-26
video_core: Replace VKQueryCache with QueryCache
german77
6
-28
/
+27
2022-06-26
video_core: Replace VKScheduler with Scheduler
german77
35
-111
/
+110
2022-06-26
video_core: Replace VKBlitScreen with BlitScreen
german77
3
-51
/
+51
2022-06-26
video_core: Replace VKFenceManager with FenceManager
german77
3
-15
/
+14
2022-06-15
bounded_threadsafe_queue: Use constexpr capacity and mask
Morph
1
-1
/
+1
2022-06-15
vk_compute_pass: Explicitly cast to VkAccessFlags
Morph
1
-25
/
+26
2022-06-14
vk_compute_pass: Use VK_ACCESS_NONE
Morph
1
-1
/
+1
2022-06-14
vk_compute_pass: Silence Wextra warning
Morph
1
-1
/
+1
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
1
-1
/
+1
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
29
-103
/
+104
2022-06-13
CMakeLists: Make variable shadowing a compile-time error
Morph
1
-5
/
+0
2022-06-02
gpu_thread: Move to bounded queue
Levi Behunin
2
-4
/
+5
2022-06-02
Maxwell3D: Fix 3D semaphore counter type 0 handling
Billy Laws
2
-3
/
+3
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
1
-0
/
+4
2022-05-30
vulkan_library: Add debug logging
lat9nq
1
-0
/
+4
2022-05-25
vulkan_device: Workaround extension bug
lat9nq
1
-1
/
+6
2022-05-25
vulkan_device: Block AMDVLK's VK_KHR_push_descriptor
lat9nq
1
-0
/
+11
2022-05-17
video_core: Support new VkResult
Alexandre Bouvier
1
-0
/
+2
2022-05-13
video_core/surface: Use u8 for PixelFormat block tables
Morph
1
-3
/
+3
2022-05-13
codecs/vp9: Use u8 for norm and map luts
Morph
1
-4
/
+4
2022-05-10
maxwell_dma: use fallback if remapping is enabled
Liam
1
-3
/
+6
2022-05-10
video_core/macro: clear code on upload address assignment
Liam
3
-0
/
+10
2022-05-08
VideoCore: Add option to dump the macros.
Fernando Sahmkow
1
-0
/
+27
2022-05-08
video_core/macro_jit_x64: warn on invalid parameter access
Liam
1
-3
/
+21
2022-05-06
OpenGL: implement face flips according to NDC
Liam
1
-4
/
+3
2022-05-06
maxwell_dma: fix bytes per pixel
Liam
1
-3
/
+3
2022-05-06
vk_rasterizer: fix stencil test when two faces are disabled
Lody
1
-2
/
+2
2022-04-28
GCC 12 fixes
Liam
1
-2
/
+2
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
8
-151
/
+17
2022-04-26
renderer_vulkan: Update screen info if the framebuffer size has changed
Morph
1
-0
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
225
-675
/
+450
2022-04-18
bootmanager: Don't create another screenshot request if previous one is not d...
german77
2
-0
/
+7
2022-04-14
video_core: implement formats for N64 emulation
Fernando Sahmkow
8
-7
/
+102
2022-04-14
buffer_cache: cap vertex buffer sizes
Liam
1
-1
/
+14
2022-04-14
maxwell3d: add small_index_2 register
Liam
2
-1
/
+11
2022-04-07
video_core: Replace lock_guard with scoped_lock
Merry
11
-18
/
+18
2022-04-06
OpenGL: fix S8D24 to ABGR8 conversions
Liam
6
-4
/
+58
2022-04-04
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"
bunnei
1
-0
/
+1
2022-04-04
texture_cache/util: Remove unneeded ReadBlockUnsafe
ameerj
1
-1
/
+0
2022-04-04
OpenGL: fix cropping
Liam
3
-1
/
+10
2022-04-04
Vulkan: crop to screen dimensions if crop not explicitly requested
Liam
1
-2
/
+3
2022-04-04
OpenGL: propagate face flip condition
Liam
1
-4
/
+10
2022-04-04
OpenGL: flip front faces if Z scale is inverted
Liam
1
-2
/
+3
2022-04-02
fix: typos
Andrea Pappacoda
1
-1
/
+1
[next]