summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/async_shaders.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Remove old shader managementReinUsesLisp1-138/+0
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-9/+0
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-2/+2
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-3/+3
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-1/+1
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-0/+11
2020-08-24async_shaders: Mark getters as const member functionsLioncash1-14/+12
2020-08-16Remove unneeded newlines, optional Registry in shader paramsameerj1-2/+1
2020-08-16move thread 1/4 count computation into allocate workers methodameerj1-1/+1
2020-08-16Address feedback, add shader compile notifier, update setting textameerj1-10/+13
2020-08-16Address feedback. Bruteforce delete duplicatesameerj1-2/+2
2020-08-16Vk Async pipeline compilationameerj1-2/+29
2020-07-17Use conditional varDavid Marcec1-4/+6
2020-07-17async shadersDavid Marcec1-0/+107