summaryrefslogtreecommitdiffstats
path: root/src/video_core/morton.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-28gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei1-4/+0
- Fixes UI rendering issues in The Legend of Zelda: Breath of the Wild.
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
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