aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/morton.cpp
AgeCommit message (Expand)Author
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-13video_core/morton: Use enum to describe MortonCopyPixels128 modeReinUsesLisp
2019-03-13video_core/morton: Remove unused parameter in MortonSwizzleReinUsesLisp
2019-03-13video_core/morton: Remove clang-format off when it's not neededReinUsesLisp
2019-03-13video_core/morton: Remove unused functionsReinUsesLisp
2018-12-28gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-27Merge pull request #1735 from FernandoS27/tex-spacingbunnei
2018-11-26morton: Fixup compiler warningReinUsesLisp
2018-11-26Implemented Tile Width SpacingFernandoS27
2018-11-25morton: Style changesReinUsesLisp
2018-11-25video_core: Move morton functions to their own fileReinUsesLisp