aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader
AgeCommit message (Expand)Author
2020-11-01Merge pull request #4865 from ameerj/async-threadcountbunnei
2020-10-29async_shaders: Increase Async worker thread count for 8+ thread cpusameerj
2020-10-28shader/arithmetic: Implement FCMP immediate + register variantReinUsesLisp
2020-10-07shader/texture: Implement CUBE texture type for TMML and fix arraysReinUsesLisp
2020-09-26Merge pull request #4703 from lioncash/desig7bunnei
2020-09-24Merge pull request #4711 from lioncash/move5bunnei
2020-09-24arithmetic_integer_immediate: Make use of std::move where applicableLioncash
2020-09-23Merge pull request #4674 from ReinUsesLisp/timeline-semaphoresbunnei
2020-09-23shader/registry: Silence a -Wshadow warningLioncash
2020-09-23shader/registry: Remove unnecessary namespace qualifiersLioncash
2020-09-23shader/registry: Make use of designated initializers where applicableLioncash
2020-09-22control_flow: emplace elements in place within TryQuery()Lioncash
2020-09-22control_flow: Make use of std::move in InsertBranch()Lioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp
2020-09-17Merge pull request #4672 from lioncash/narrowingRodrigo Locatti
2020-09-17decode/image: Eliminate switch fallthrough in DecodeImage()Lioncash
2020-09-17decoder/texture: Eliminate narrowing conversion in GetTldCode()Lioncash
2020-09-16video_core: Enforce -Werror=switchReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-09-03Merge pull request #4575 from lioncash/asyncbunnei
2020-08-27Merge pull request #4524 from lioncash/memory-logbunnei
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-14shader/memory: Amend UNIMPLEMENTED_IF_MSG without a messageLioncash
2020-08-14async_shaders: Resolve -Wpessimizing-move warningLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-07-24Merge pull request #4391 from lioncash/nrvobunnei
2020-07-21Merge pull request #4361 from ReinUsesLisp/lane-idRodrigo Locatti
2020-07-21video_core: Allow copy elision to take place where applicableLioncash
2020-07-21Merge pull request #4324 from ReinUsesLisp/formatsbunnei
2020-07-18Fix style issuesDavid Marcec
2020-07-17Remove duplicate configDavid Marcec
2020-07-17Use conditional varDavid Marcec
2020-07-17async shadersDavid Marcec
2020-07-16decode/other: Implement S2R.LaneIdReinUsesLisp
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-06-26Merge pull request #4147 from ReinUsesLisp/hset2-immbunnei
2020-06-24Merge pull request #4083 from Morph1984/B10G11R11Fbunnei
2020-06-22shader/half_set: Implement HSET2_IMMReinUsesLisp
2020-06-20decode/image: Implement B10G11R11FMorph
2020-06-18memory_util: boost hashes are size_tMerryMage
2020-06-05shader/texture: Join separate image and sampler pairs offlineReinUsesLisp