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
/
renderer_vulkan
/
pipeline_helper.h
Age
Commit message (
Expand
)
Author
2021-11-16
Video Core: fix building for GCC.
Fernando Sahmkow
2021-11-16
vulkan: Fix rescaling push constant usage
ameerj
2021-11-16
emit_spirv: Fix RescalingLayout alignment
ameerj
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
texture_cache: Add getter to query if image view is rescaled
ReinUsesLisp
2021-11-16
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-11-16
vulkan: Implement rescaling shader patching
ReinUsesLisp
2021-07-22
vk_graphics_pipeline: Use VK_KHR_push_descriptor when available
ReinUsesLisp
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
shader: Implement indexed textures
ReinUsesLisp
2021-07-22
spirv: Implement image buffers
ReinUsesLisp
2021-07-22
pipeline_helper: Simplify descriptor objects initialization
ReinUsesLisp
2021-07-22
pipeline_helper: Add missing [[maybe_unused]]
ReinUsesLisp
2021-07-22
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-22
shader: Implement texture buffers
ReinUsesLisp
2021-07-22
vulkan: Create pipeline layouts in separate threads
ReinUsesLisp
2021-07-22
shader: Add partial rasterizer integration
ReinUsesLisp