32 Commits (9c1fafeeb72091b52ee2ec632b71e293e768047f)

Author SHA1 Message Date
Merry e1dd4de1eb video_core/textures/decoders: Avoid SWIZZLE_TABLE 3 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj cac341dbc7 renderer_vulkan: Accelerate ASTC decoding 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp 9a83f8794b textures/decoders: Fix block linear to pitch copies 6 years ago
ReinUsesLisp a068ce4c32 video_core: Rearrange pixel format names 6 years ago
ReinUsesLisp 2691f5e6b9 video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes 6 years ago
Fernando Sahmkow 9f9e662f1f Clang Format and Documentation. 6 years ago
Fernando Sahmkow 4d2b23d3c5 MaxwellDMA: Optimize micro copies. 6 years ago
Lioncash eaeb4520f7 General: Resolve warnings related to missing declarations 6 years ago
Fernando Sahmkow dab454a72b Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
Fernando Sahmkow f1adfe6591 MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
ReinUsesLisp 1d10810d2b video_core: Use un-shifted block sizes to avoid integer divisions 7 years ago
Fernando Sahmkow 56c2b0ea86 Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. 7 years ago
Fernando Sahmkow 15368c6070 Implement Block Linear copies in Kepler Memory. 7 years ago
bunnei d3f26c1546 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
ReinUsesLisp 64612bf940 decoders: Minor style changes 7 years ago
FernandoS27 b509890e4c Implemented Tile Width Spacing 7 years ago
Frederic L d2dd9cfc1d Eliminated unnessessary memory allocation and copy (#1702) 7 years ago
FernandoS27 fe596b4c6e Fix ASTC formats 7 years ago
FernandoS27 be78be20dc Fixed mipmap block autosizing algorithm 7 years ago
bunnei fa24c17b95 decoders: Introduce functions for un/swizzling subrects. 7 years ago
FernandoS27 1a70753709 Propagate depth and depth_block on modules using decoders 7 years ago
FernandoS27 eec2311ec1 Implemented helper function to correctly calculate a texture's size 7 years ago
bunnei 1a9b133715 textures: Refactor out for Texture/Depth FormatFromPixelFormat. 8 years ago
Lioncash bdfd46e192 video_core: Use nested namespaces where applicable 8 years ago
Subv 62068f723a GPU: Implemented the Z24S8 depth format and load the depth framebuffer. 8 years ago
Subv 634620b502 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. 8 years ago
Subv 102251cb37 GPU: Allow using a configurable block height when unswizzling textures. 8 years ago
Subv bc03dc4793 GPU: Added a method to unswizzle a texture without decoding it. 8 years ago
Subv d09097276f GPU: Preliminary work for texture decoding. 8 years ago