aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/morton.cpp
AgeCommit message (Expand)Author
2021-02-08video_core: Delete mortonChloe Marcec
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp
2020-07-13video_core: Fix B5G6R5_UNORM render target formatReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA16_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG8_SINT render target and fix RG8_UINTReinUsesLisp
2020-07-13video_core: Implement R8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement R8_SNORM render targetReinUsesLisp
2020-04-30texture: Implement R8G8UIMorph
2020-03-12video_core: Implement RGBA16_SNORMReinUsesLisp
2020-02-15texture: Implement R32IReinUsesLisp
2019-10-27Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Fernando Sahmkow
2019-10-09Surfaces: Implement R4G4B4A4U format.Fernando Sahmkow
2019-10-09Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5Fernando Sahmkow
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi
2019-08-21renderer_opengl: Use block linear swizzling for CPU framebuffersReinUsesLisp
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-13video_core/morton: Use enum to describe MortonCopyPixels128 modeReinUsesLisp
2019-03-13video_core/morton: Remove unused parameter in MortonSwizzleReinUsesLisp
2019-03-13video_core/morton: Remove clang-format off when it's not neededReinUsesLisp
2019-03-13video_core/morton: Remove unused functionsReinUsesLisp
2018-12-28gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.bunnei
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-27Merge pull request #1735 from FernandoS27/tex-spacingbunnei
2018-11-26morton: Fixup compiler warningReinUsesLisp
2018-11-26Implemented Tile Width SpacingFernandoS27
2018-11-25morton: Style changesReinUsesLisp
2018-11-25video_core: Move morton functions to their own fileReinUsesLisp