32 Commits (d04bc9593494a7301975d178d5526a7f27e8991e)

Author SHA1 Message Date
Merry f2fbf6d910 video_core/textures/decoders: Avoid SWIZZLE_TABLE 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 20eb368e14 renderer_vulkan: Accelerate ASTC decoding 5 years ago
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp f00641459e textures/decoders: Fix block linear to pitch copies 5 years ago
ReinUsesLisp fbc232426d video_core: Rearrange pixel format names 6 years ago
ReinUsesLisp c574ab5aa1 video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes 6 years ago
Fernando Sahmkow 9df67b2095 Clang Format and Documentation. 6 years ago
Fernando Sahmkow 37c690576f MaxwellDMA: Optimize micro copies. 6 years ago
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 6 years ago
Fernando Sahmkow 51c9e98677 Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
Fernando Sahmkow a452ff983d MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
ReinUsesLisp 345e73f2fe video_core: Use un-shifted block sizes to avoid integer divisions 7 years ago
Fernando Sahmkow da91e6e4b6 Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. 7 years ago
Fernando Sahmkow bec28d692d Implement Block Linear copies in Kepler Memory. 7 years ago
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
ReinUsesLisp 0ccd490fcd decoders: Minor style changes 7 years ago
FernandoS27 ddfbe0b58d Implemented Tile Width Spacing 7 years ago
Frederic L 11a1442229 Eliminated unnessessary memory allocation and copy (#1702) 7 years ago
FernandoS27 aee93f98f9 Fix ASTC formats 7 years ago
FernandoS27 f0e902a7d6 Fixed mipmap block autosizing algorithm 7 years ago
bunnei bcde71d4d9 decoders: Introduce functions for un/swizzling subrects. 7 years ago
FernandoS27 e0ca938b22 Propagate depth and depth_block on modules using decoders 7 years ago
FernandoS27 97b6405a17 Implemented helper function to correctly calculate a texture's size 7 years ago
bunnei 3a67876252 textures: Refactor out for Texture/Depth FormatFromPixelFormat. 7 years ago
Lioncash bb960c8cb4 video_core: Use nested namespaces where applicable 8 years ago
Subv 0f929762b3 GPU: Implemented the Z24S8 depth format and load the depth framebuffer. 8 years ago
Subv 1dd4861d38 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. 8 years ago
Subv 6b63aaa5b4 GPU: Allow using a configurable block height when unswizzling textures. 8 years ago
Subv 1b8d798835 GPU: Added a method to unswizzle a texture without decoding it. 8 years ago
Subv 71ebc3e90d GPU: Preliminary work for texture decoding. 8 years ago