index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk_resource_pool: Load GPU tick once and compare with it
ReinUsesLisp
2021-02-13
2
-8
/
+8
*
gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats
ameerj
2021-02-13
3
-7
/
+41
*
Merge pull request #5919 from ReinUsesLisp/stream-buffer-tragic
Morph
2021-02-13
3
-6
/
+12
|
\
|
*
vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order
ReinUsesLisp
2021-02-13
1
-4
/
+4
|
*
vk_staging_buffer_pool: Inline tick tests
ReinUsesLisp
2021-02-13
2
-1
/
+7
|
*
gl_stream_buffer/vk_staging_buffer_pool: Fix size check
ReinUsesLisp
2021-02-13
2
-2
/
+2
*
|
Merge pull request #5915 from lat9nq/screenshots-dir-fix
LC
2021-02-13
1
-0
/
+5
|
\
\
|
*
|
yuzu: Create screenshot path before capture
lat9nq
2021-02-12
1
-0
/
+5
*
|
|
Merge pull request #5916 from ameerj/maxwell-gl-unused
LC
2021-02-13
2
-36
/
+3
|
\
\
\
|
*
|
|
maxwell_to_gl: Remove unused code
ameerj
2021-02-12
2
-36
/
+3
*
|
|
|
vulkan_device: Require VK_EXT_robustness2
ReinUsesLisp
2021-02-13
2
-37
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
config: Make high GPU accuracy the default
ReinUsesLisp
2021-02-13
2
-3
/
+3
*
|
|
video_core: Fix clang build issues
ReinUsesLisp
2021-02-13
2
-8
/
+5
*
|
|
vk_staging_buffer_pool: Fix softlock when stream buffer overflows
ReinUsesLisp
2021-02-13
2
-19
/
+20
*
|
|
vk_buffer_cache: Add support for null index buffers
ReinUsesLisp
2021-02-13
2
-4
/
+40
*
|
|
buffer_cache: Add extra bytes to guest SSBOs
ReinUsesLisp
2021-02-13
1
-1
/
+7
*
|
|
Merge branch 'bytes-to-map-end' into new-bufcache-wip
ReinUsesLisp
2021-02-13
1
-0
/
+2
*
|
|
vk_staging_buffer_pool: Get a staging buffer instead of waiting
ReinUsesLisp
2021-02-13
2
-9
/
+18
*
|
|
yuzu/config: Disable assembly shaders by default
ReinUsesLisp
2021-02-13
1
-2
/
+2
*
|
|
renderer_opengl: Remove interop
ReinUsesLisp
2021-02-13
8
-122
/
+10
*
|
|
gl_buffer_cache: Drop interop based parameter buffer workarounds
ReinUsesLisp
2021-02-13
3
-65
/
+45
*
|
|
buffer_cache: Heuristically detect stream buffers
ReinUsesLisp
2021-02-13
2
-6
/
+33
*
|
|
buffer_cache: Split CreateBuffer in separate functions
ReinUsesLisp
2021-02-13
1
-29
/
+52
*
|
|
buffer_cache: Skip cache on small uploads on Vulkan
ReinUsesLisp
2021-02-13
3
-9
/
+18
*
|
|
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
15
-127
/
+298
*
|
|
vulkan_device: Enable robustBufferAccess
ReinUsesLisp
2021-02-13
1
-1
/
+2
*
|
|
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
67
-2607
/
+2514
*
|
|
vulkan_common: Expose interop and headless devices
ReinUsesLisp
2021-02-13
4
-21
/
+100
*
|
|
vulkan_common: Make interop extensions mandatory
ReinUsesLisp
2021-02-13
1
-0
/
+6
*
|
|
vulkan_device: Enable robust buffers
ReinUsesLisp
2021-02-13
1
-2
/
+4
*
|
|
vulkan_device: Use designated initializers for features
ReinUsesLisp
2021-02-13
1
-60
/
+59
*
|
|
vulkan_wrapper: Add memory barrier pipeline barrier helper
ReinUsesLisp
2021-02-13
1
-0
/
+6
*
|
|
vulkan_device: Fix formatting of constants
ReinUsesLisp
2021-02-13
1
-10
/
+6
*
|
|
vulkan_wrapper: Add interop functions
ReinUsesLisp
2021-02-13
2
-1
/
+41
*
|
|
vulkan_instance: Initialize Vulkan instance in a separate thread
ReinUsesLisp
2021-02-13
1
-1
/
+5
*
|
|
vulkan_wrapper: Pull Windows symbols
ReinUsesLisp
2021-02-13
2
-0
/
+14
*
|
|
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
27
-232
/
+176
*
|
|
tests/buffer_base: Add cached CPU writes tests
ReinUsesLisp
2021-02-13
1
-0
/
+76
*
|
|
buffer_base: Add support for cached CPU writes
ReinUsesLisp
2021-02-13
1
-61
/
+145
*
|
|
kernel: More accurately reserve and release resources
ameerj
2021-02-12
6
-14
/
+42
*
|
|
kernel: KScopedReservation implementation
ameerj
2021-02-12
6
-26
/
+152
*
|
|
kernel: Unify result codes (#5890)
Chloe
2021-02-12
21
-256
/
+223
|
|
/
|
/
|
*
|
Merge pull request #5902 from lioncash/core-warn
bunnei
2021-02-11
3
-4
/
+7
|
\
\
|
*
|
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-02-09
1
-2
/
+4
|
*
|
am/controller: Remove [[fallthrough]] from unreachable path
Lioncash
2021-02-09
1
-1
/
+2
|
*
|
nfp: Correct uninitialized size being used within GetTagInfo()
Lioncash
2021-02-09
1
-1
/
+1
*
|
|
Merge pull request #5869 from german77/mousePanning
bunnei
2021-02-11
11
-38
/
+149
|
\
\
\
|
*
|
|
Add mouse panning
german
2021-02-07
11
-38
/
+149
*
|
|
|
software_keyboard: Implement Finalize request command
Morph
2021-02-10
1
-0
/
+4
*
|
|
|
Merge pull request #5893 from lioncash/input
bunnei
2021-02-10
2
-113
/
+131
|
\
\
\
\
[next]