summaryrefslogtreecommitdiffstats
path: root/src/video_core/morton.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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