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