aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/async_shaders.cpp
AgeCommit message (Expand)Author
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience o...bunnei
2021-01-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-11-20async_shaders: emplace threads into the worker thread vectorLioncash
2020-11-20async_shaders: Simplify implementation of GetCompletedWork()Lioncash
2020-11-20async_shaders: Simplify moving data into the pending queueLioncash
2020-11-20async_shaders: std::move data within QueueVulkanShader()Lioncash
2020-10-29async_shaders: Increase Async worker thread count for 8+ thread cpusameerj
2020-08-24async_shaders: Mark getters as const member functionsLioncash
2020-08-17Merge pull request #4443 from ameerj/vk-async-shadersDavid
2020-08-16Remove unneeded newlines, optional Registry in shader paramsameerj
2020-08-16Morph: Update worker allocation commentAmeer J
2020-08-16move thread 1/4 count computation into allocate workers methodameerj
2020-08-16Address feedback, add shader compile notifier, update setting textameerj
2020-08-16Vk Async Worker directly emplace in cacheameerj
2020-08-16Address feedback. Bruteforce delete duplicatesameerj
2020-08-16Vk Async pipeline compilationameerj
2020-08-14async_shaders: Resolve -Wpessimizing-move warningLioncash
2020-07-18Fix style issuesDavid Marcec
2020-07-17Remove duplicate configDavid Marcec
2020-07-17Use conditional varDavid Marcec
2020-07-17async shadersDavid Marcec