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
/
shader
/
async_shaders.h
Age
Commit message (
Expand
)
Author
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-08-24
async_shaders: Mark getters as const member functions
Lioncash
2020-08-16
Remove unneeded newlines, optional Registry in shader params
ameerj
2020-08-16
move thread 1/4 count computation into allocate workers method
ameerj
2020-08-16
Address feedback, add shader compile notifier, update setting text
ameerj
2020-08-16
Address feedback. Bruteforce delete duplicates
ameerj
2020-08-16
Vk Async pipeline compilation
ameerj
2020-07-17
Use conditional var
David Marcec
2020-07-17
async shaders
David Marcec