summaryrefslogtreecommitdiff
path: root/src/video_core/textures/decoders.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-11-13Add break for default casesKyle Kienapfel
2022-10-22decoders: Use 2's complement instead of unary -Morph
2022-10-06Decoders: Improve overall speed.Fernando Sahmkow
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-08-09video_core/textures/decoders: Avoid SWIZZLE_TABLEMerry
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-08-30Merge pull request #6879 from ameerj/decoder-assertbunnei
2021-08-16vk_blit_screen: Fix non-accelerated texture size calculationameerj
2021-08-12decoders: Templates allow memcpy optimizationsyzct12345
2021-08-02decoders: Optimize swizzle copy performance (#6790)yzct12345
2021-06-04decoders: Break instead of continuelat9nq
2021-06-04decoders: Avoid out-of-bounds accesslat9nq
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-08-10textures/decoders: Fix block linear to pitch copiesReinUsesLisp
2020-07-21Merge pull request #4324 from ReinUsesLisp/formatsbunnei
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp
2020-04-28MaxwellDMA: Optimize micro copies.Fernando Sahmkow
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-07-25MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow
2019-06-20texture_cache: Style and CorrectionsFernando Sahmkow
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2019-06-20gl_texture_cache: Add fast copy pathReinUsesLisp
2019-06-20gl_texture_cache: Initial implementationReinUsesLisp
2019-04-16Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterat...Fernando Sahmkow
2019-04-15Implement Block Linear copies in Kepler Memory.Fernando Sahmkow
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-02-26gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp
2019-02-26decoders: Minor style changesReinUsesLisp
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-26Implemented Tile Width SpacingFernandoS27
2018-11-18Merge pull request #1717 from FreddyFunk/swizzle-gobbunnei
2018-11-18Eliminated unnessessary memory allocation and copy (#1702)Frederic L
2018-11-17textures/decoders: Replace magic numbersFrederic Laing
2018-11-15textures/decoders: Minor cleanupFrederic Laing
2018-11-12Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)greggameplayer
2018-11-01Fix ASTC formatsFernandoS27
2018-10-25Merge pull request #1524 from FernandoS27/layers-fixbunnei
2018-10-23decoders: Remove unused variable within SwizzledData()Lioncash
2018-10-23Fixed Layered Textures Loading and CubemapsFernandoS27
2018-10-18decoders: Introduce functions for un/swizzling subrects.bunnei