summaryrefslogtreecommitdiff
path: root/src/video_core/shader
AgeCommit message (Expand)Author
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
2020-06-04shader/track: Move bindless tracking to a separate functionReinUsesLisp
2020-06-02Merge pull request #4016 from ReinUsesLisp/invocation-infoLC
2020-05-30shader/other: Fix hardcoded value in S2R INVOCATION_INFOReinUsesLisp
2020-05-27shader/other: Implement MEMBAR.CTSReinUsesLisp
2020-05-26Merge pull request #3981 from ReinUsesLisp/barbunnei
2020-05-26Merge pull request #3980 from ReinUsesLisp/red-opbunnei
2020-05-21shader/other: Implement BAR.SYNC 0x0ReinUsesLisp
2020-05-21shader/memory: Implement non-addition operations in REDReinUsesLisp
2020-05-21shader/other: Implement thread comparisons (NV_shader_thread_group)ReinUsesLisp
2020-05-09shader_ir: Separate float-point comparisons in ordered and unorderedReinUsesLisp
2020-05-02Merge pull request #3693 from ReinUsesLisp/clean-samplersbunnei
2020-04-30Merge pull request #3799 from ReinUsesLisp/iadd-ccbunnei
2020-04-30Merge pull request #3788 from FernandoS27/revertbunnei
2020-04-28shader/arithmetic_integer: Fix tracking issue in temporaryReinUsesLisp
2020-04-28Merge pull request #3784 from ReinUsesLisp/shader-memory-utilbunnei
2020-04-26shader/memory_util: Deduplicate codeReinUsesLisp