index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2021-01-18
Merge pull request #5746 from lioncash/sign-compare
Rodrigo Locatti
2021-01-17
Merge pull request #5745 from lioncash/documentation
Rodrigo Locatti
2021-01-17
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-17
video_core: Resolve -Wdocumentation warnings
Lioncash
2021-01-17
vulkan_debug_callback: Add missing header guard
Lioncash
2021-01-16
Merge pull request #5262 from ReinUsesLisp/buffer-base
Rodrigo Locatti
2021-01-15
Merge pull request #5297 from ReinUsesLisp/vulkan-allocator-common
Rodrigo Locatti
2021-01-15
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Remove unnecesary 'device' memory from commits
ReinUsesLisp
2021-01-15
vk_texture_cache: Use Download memory types for texture flushes
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Add allocation support for download types
ReinUsesLisp
2021-01-15
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-15
Merge pull request #5357 from ReinUsesLisp/alignment-log2
LC
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
video_core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
Merge pull request #5351 from ReinUsesLisp/vc-unused-functions
LC
2021-01-15
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
Merge pull request #5349 from ReinUsesLisp/anv-fix
LC
2021-01-15
cmake: Enforce -Wunused-function code-base wide
ReinUsesLisp
2021-01-15
video_core: Enforce -Wunused-function
ReinUsesLisp
2021-01-15
vk_buffer_cache: Remove unused function
ReinUsesLisp
2021-01-15
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-15
astc: Increase integer encoded vector size
ReinUsesLisp
2021-01-15
astc: Return zero on out of bound bits
ReinUsesLisp
2021-01-13
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-13
buffer_cache/buffer_base: Add a range tracking buffer container
ReinUsesLisp
2021-01-12
Merge pull request #5311 from ReinUsesLisp/fence-wait
bunnei
2021-01-08
Merge pull request #5231 from ReinUsesLisp/dyn-bindings
bunnei
2021-01-08
vk_fence_manager: Use timeline semaphores instead of spin waits
ReinUsesLisp
2021-01-07
remove inaccurate reference
Ameer J
2021-01-07
fix for nvdec disabled, cleanup host1x
ameerj
2021-01-07
nvdec syncpt incorporation
ameerj
2021-01-07
vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]
MerryMage
2021-01-07
texture_cache: Replace PAGE_SHIFT with PAGE_BITS
MerryMage
2021-01-06
Merge pull request #5288 from ReinUsesLisp/workaround-garbage
Morph
2021-01-05
Merge pull request #5289 from ReinUsesLisp/vulkan-device
bunnei
2021-01-04
Merge pull request #5292 from ReinUsesLisp/empty-set
LC
2021-01-04
vk_rasterizer: Skip binding empty descriptor sets on compute
ReinUsesLisp
2021-01-04
vulkan_device: Allow creating a device without surface
ReinUsesLisp
2021-01-04
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
gl_texture_cache: Create base images with sRGB
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
[next]