summaryrefslogtreecommitdiff
path: root/src/video_core/textures/decoders.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-08-09video_core/textures/decoders: Avoid SWIZZLE_TABLEMerry
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj
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-28Clang Format and Documentation.Fernando Sahmkow
2020-04-28MaxwellDMA: Optimize micro copies.Fernando Sahmkow
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-12-22Texture Cache: Add HLE methods for building 3D textures within the GPU in cer...Fernando Sahmkow
2019-07-25MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
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-26decoders: Minor style changesReinUsesLisp
2018-11-26Implemented Tile Width SpacingFernandoS27
2018-11-18Eliminated unnessessary memory allocation and copy (#1702)Frederic L
2018-11-01Fix ASTC formatsFernandoS27
2018-10-28Fixed mipmap block autosizing algorithmFernandoS27
2018-10-18decoders: Introduce functions for un/swizzling subrects.bunnei
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS27
2018-10-12Implemented helper function to correctly calculate a texture's sizeFernandoS27
2018-08-09textures: Refactor out for Texture/Depth FormatFromPixelFormat.bunnei
2018-07-20video_core: Use nested namespaces where applicableLioncash
2018-07-02GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Subv
2018-04-25GPU: Make the Textures::CopySwizzledData function accessible from the outside...Subv
2018-04-18GPU: Allow using a configurable block height when unswizzling textures.Subv
2018-03-24GPU: Added a method to unswizzle a texture without decoding it.Subv
2018-03-24GPU: Preliminary work for texture decoding.Subv