summaryrefslogtreecommitdiffstats
path: root/src/video_core/morton.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-13video_core: Implement RGBA16_SNORMReinUsesLisp1-0/+2
2020-02-15texture: Implement R32IReinUsesLisp1-0/+2
2019-10-27Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Fernando Sahmkow1-0/+2
2019-10-09Surfaces: Implement R4G4B4A4U format.Fernando Sahmkow1-0/+2
2019-10-09Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5Fernando Sahmkow1-0/+20
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi1-0/+2
2019-08-21renderer_opengl: Use block linear swizzling for CPU framebuffersReinUsesLisp1-114/+2
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-8/+7
2019-03-13video_core/morton: Use enum to describe MortonCopyPixels128 modeReinUsesLisp1-2/+3
2019-03-13video_core/morton: Remove unused parameter in MortonSwizzleReinUsesLisp1-5/+4
2019-03-13video_core/morton: Remove clang-format off when it's not neededReinUsesLisp1-133/+129
2019-03-13video_core/morton: Remove unused functionsReinUsesLisp1-39/+0
2018-12-28gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei1-4/+0
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
2018-11-27morton: Fixup compiler warningReinUsesLisp1-1/+2
2018-11-26Implemented Tile Width SpacingFernandoS271-12/+13
2018-11-25morton: Style changesReinUsesLisp1-12/+12
2018-11-25video_core: Move morton functions to their own fileReinUsesLisp1-0/+353