summaryrefslogtreecommitdiffstats
path: root/src/video_core/morton.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Implement RGBA16_SNORMReinUsesLisp2020-03-131-0/+2
* texture: Implement R32IReinUsesLisp2020-02-151-0/+2
* Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Fernando Sahmkow2019-10-271-0/+2
* Surfaces: Implement R4G4B4A4U format.Fernando Sahmkow2019-10-091-0/+2
* Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5Fernando Sahmkow2019-10-091-0/+20
* video_core: Implement RGBX16F PixelFormatFearlessTobi2019-09-221-0/+2
* renderer_opengl: Use block linear swizzling for CPU framebuffersReinUsesLisp2019-08-211-114/+2
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-8/+7
* video_core/morton: Use enum to describe MortonCopyPixels128 modeReinUsesLisp2019-03-131-2/+3
* video_core/morton: Remove unused parameter in MortonSwizzleReinUsesLisp2019-03-131-5/+4
* video_core/morton: Remove clang-format off when it's not neededReinUsesLisp2019-03-131-133/+129
* video_core/morton: Remove unused functionsReinUsesLisp2019-03-131-39/+0
* gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei2018-12-281-4/+0
* Fixed uninitialized memory due to missing returns in canaryDavid Marcec2018-12-191-0/+1
* Merge pull request #1735 from FernandoS27/tex-spacingbunnei2018-11-281-12/+13
|\
| * Implemented Tile Width SpacingFernandoS272018-11-261-12/+13
* | morton: Fixup compiler warningReinUsesLisp2018-11-271-1/+2
|/
* morton: Style changesReinUsesLisp2018-11-251-12/+12
* video_core: Move morton functions to their own fileReinUsesLisp2018-11-251-0/+353