aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/morton.cpp
AgeCommit message (Expand)Author
2019-10-27Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Fernando Sahmkow
2019-10-09Surfaces: Implement R4G4B4A4U format.Fernando Sahmkow
2019-10-09Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5Fernando Sahmkow
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi
2019-08-21renderer_opengl: Use block linear swizzling for CPU framebuffersReinUsesLisp
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