summaryrefslogtreecommitdiffstats
path: root/src/video_core/morton.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-8/+7
| | | | | | | | | | | # Conflicts: # src/video_core/engines/kepler_memory.cpp # src/video_core/engines/maxwell_3d.cpp # src/video_core/morton.cpp # src/video_core/morton.h # src/video_core/renderer_opengl/gl_global_cache.cpp # src/video_core/renderer_opengl/gl_global_cache.h # src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
* 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
| | | | - Fixes UI rendering issues in The Legend of Zelda: Breath of the Wild.
* Fixed uninitialized memory due to missing returns in canaryDavid Marcec2018-12-191-0/+1
| | | | Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
* Merge pull request #1735 from FernandoS27/tex-spacingbunnei2018-11-281-12/+13
|\ | | | | Texture decoder: Implemented Tile Width Spacing
| * 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