summaryrefslogtreecommitdiff
path: root/src/video_core/morton.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture: Implement R8G8UIGravatar Morph2020-04-301-0/+2
* video_core: Implement RGBA16_SNORMGravatar ReinUsesLisp2020-03-121-0/+2
* texture: Implement R32IGravatar ReinUsesLisp2020-02-151-0/+2
* Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Gravatar Fernando Sahmkow2019-10-271-0/+2
* Surfaces: Implement R4G4B4A4U format.Gravatar Fernando Sahmkow2019-10-091-0/+2
* Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5Gravatar Fernando Sahmkow2019-10-091-0/+20
* video_core: Implement RGBX16F PixelFormatGravatar FearlessTobi2019-09-221-0/+2
* renderer_opengl: Use block linear swizzling for CPU framebuffersGravatar ReinUsesLisp2019-08-211-114/+2
* video_core: Refactor to use MemoryManager interface for all memory access.Gravatar bunnei2019-03-161-8/+7
* video_core/morton: Use enum to describe MortonCopyPixels128 modeGravatar ReinUsesLisp2019-03-131-2/+3
* video_core/morton: Remove unused parameter in MortonSwizzleGravatar ReinUsesLisp2019-03-131-5/+4
* video_core/morton: Remove clang-format off when it's not neededGravatar ReinUsesLisp2019-03-131-133/+129
* video_core/morton: Remove unused functionsGravatar ReinUsesLisp2019-03-131-39/+0
* gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.Gravatar bunnei2018-12-281-4/+0
* Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-191-0/+1
* Merge pull request #1735 from FernandoS27/tex-spacingGravatar bunnei2018-11-271-12/+13
|\
| * Implemented Tile Width SpacingGravatar FernandoS272018-11-261-12/+13
* | morton: Fixup compiler warningGravatar ReinUsesLisp2018-11-261-1/+2
|/
* morton: Style changesGravatar ReinUsesLisp2018-11-251-12/+12
* video_core: Move morton functions to their own fileGravatar ReinUsesLisp2018-11-251-0/+353