index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk_texture_cache: Swap R and B channels of color flipped format
ameerj
2021-04-24
1
-1
/
+24
*
common: Move settings to common from core.
bunnei
2021-04-14
3
-3
/
+3
*
Merge pull request #6190 from lioncash/constfn2
bunnei
2021-04-13
1
-2
/
+2
|
\
|
*
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
1
-1
/
+1
|
*
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-04-12
1
-1
/
+1
*
|
vk_texture_cache: Make use of Common::BitCast where applicable
Lioncash
2021-04-12
1
-5
/
+6
|
/
*
vk_buffer_cache: Fix offset for NULL vertex buffers
Joshua Ashton
2021-04-11
1
-1
/
+1
*
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-04-11
3
-5
/
+10
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
1
-79
/
+96
*
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
3
-95
/
+122
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
7
-9
/
+386
*
Merge pull request #5891 from ameerj/bgra-ogl
Rodrigo Locatti
2021-03-09
1
-0
/
+5
|
\
|
*
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
1
-0
/
+5
*
|
vk_command_pool: Reduce the command pool size from 4096 to 4
ReinUsesLisp
2021-02-23
1
-1
/
+1
|
/
*
Merge pull request #5936 from Kelebek1/Offsets
bunnei
2021-02-21
1
-7
/
+24
|
\
|
*
Review 1
Kelebek1
2021-02-15
1
-2
/
+2
|
*
Implement texture offset support for TexelFetch and TextureGather and add off...
Kelebek1
2021-02-15
1
-7
/
+24
*
|
Merge pull request #5924 from ReinUsesLisp/inline-bindings
bunnei
2021-02-19
4
-24
/
+24
|
\
\
|
*
|
vk_update_descriptor: Inline and improve code for binding buffers
ReinUsesLisp
2021-02-13
4
-24
/
+24
*
|
|
vk_rasterizer: Fix loading shader addresses twice
ReinUsesLisp
2021-02-15
1
-1
/
+0
*
|
|
Merge pull request #5923 from ReinUsesLisp/vk-dirty-pipeline
bunnei
2021-02-15
7
-56
/
+103
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fixed_pipeline_cache: Use dirty flags to lazily update key
ReinUsesLisp
2021-02-13
7
-56
/
+103
|
|
/
*
/
vk_resource_pool: Load GPU tick once and compare with it
ReinUsesLisp
2021-02-13
2
-8
/
+8
|
/
*
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
1
-1
/
+1
*
video_core: Fix clang build issues
ReinUsesLisp
2021-02-13
1
-1
/
+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
*
vk_staging_buffer_pool: Get a staging buffer instead of waiting
ReinUsesLisp
2021-02-13
2
-9
/
+18
*
buffer_cache: Skip cache on small uploads on Vulkan
ReinUsesLisp
2021-02-13
2
-1
/
+9
*
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
7
-64
/
+214
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
20
-1003
/
+585
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
6
-141
/
+91
*
vk_scheduler: Fix unaligned placement new expressions
ReinUsesLisp
2021-01-27
1
-6
/
+6
*
vk_graphics_pipeline: Fix narrowing conversion on MSVC
ReinUsesLisp
2021-01-24
1
-2
/
+2
*
Merge pull request #5807 from ReinUsesLisp/vc-warnings
LC
2021-01-24
4
-3
/
+4
|
\
|
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
2
-1
/
+2
|
*
maxwell_to_vk: Silence -Wextra warnings about using different enum types
ReinUsesLisp
2021-01-24
2
-2
/
+2
*
|
Merge pull request #5363 from ReinUsesLisp/vk-image-usage
Rodrigo Locatti
2021-01-24
3
-38
/
+72
|
\
\
|
*
|
vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCre...
ReinUsesLisp
2021-01-24
3
-38
/
+72
*
|
|
vk_pipeline_cache: Properly bypass VertexA shaders
ReinUsesLisp
2021-01-23
1
-9
/
+3
|
|
/
|
/
|
*
|
Merge pull request #5361 from ReinUsesLisp/vk-shader-comment
bunnei
2021-01-20
1
-1
/
+4
|
\
\
|
*
|
vk_shader_decompiler: Show comments as OpUndef with a type
ReinUsesLisp
2021-01-15
1
-1
/
+4
|
|
/
*
|
vk_texture_cache: Use Download memory types for texture flushes
ReinUsesLisp
2021-01-15
2
-5
/
+10
*
|
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
7
-35
/
+48
*
|
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
10
-330
/
+8
*
|
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
15
-54
/
+52
*
|
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-15
13
-343
/
+318
|
/
*
vk_buffer_cache: Remove unused function
ReinUsesLisp
2021-01-15
1
-4
/
+0
[next]