90 Commits (1bc7d61b5749ed29108cbbbf0a78a41b79504eff)

Author SHA1 Message Date
ameerj 1bc7d61b57 video_core: Reduce unused includes 4 years ago
ameerj 537c6ac8fe vk_blit_screen: Fix non-accelerated texture size calculation 5 years ago
yzct12345 430255caf8
decoders: Templates allow memcpy optimizations 5 years ago
yzct12345 f56d0db5bd
decoders: Optimize swizzle copy performance (#6790) 5 years ago
lat9nq 287a0f72a5 decoders: Break instead of continue 5 years ago
lat9nq 1feefabeba decoders: Avoid out-of-bounds access 5 years ago
ameerj 20eb368e14 renderer_vulkan: Accelerate ASTC decoding 5 years ago
ReinUsesLisp fe494a0ccd common/alignment: Rename AlignBits to AlignUpLog2 5 years ago
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
ReinUsesLisp f00641459e textures/decoders: Fix block linear to pitch copies 6 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 37c690576f MaxwellDMA: Optimize micro copies. 6 years ago
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 6 years ago
Fernando Sahmkow a452ff983d MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
Fernando Sahmkow d1812316e1 texture_cache: Style and Corrections 7 years ago
Fernando Sahmkow 7232a1ed16 decoders: correct block calculation 7 years ago
ReinUsesLisp 345e73f2fe video_core: Use un-shifted block sizes to avoid integer divisions 7 years ago
ReinUsesLisp fb94871791 gl_texture_cache: Add fast copy path 7 years ago
ReinUsesLisp bab21e8cb3 gl_texture_cache: Initial implementation 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 0ad3c031f4 gl_rasterizer_cache: Move format conversion to its own file 7 years ago
ReinUsesLisp 0ccd490fcd decoders: Minor style changes 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 8 years ago
FernandoS27 ddfbe0b58d Implemented Tile Width Spacing 8 years ago
Frederic L 11a1442229 Eliminated unnessessary memory allocation and copy (#1702) 8 years ago
Frederic Laing 7a400e2191 textures/decoders: Replace magic numbers 8 years ago
Frederic Laing 95d3965f31 textures/decoders: Minor cleanup 8 years ago
greggameplayer c8b3f09876 Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) 8 years ago
FernandoS27 aee93f98f9 Fix ASTC formats 8 years ago
Lioncash 257b7bbfee
decoders: Remove unused variable within SwizzledData() 8 years ago
FernandoS27 e0ea2f5f6e Fixed Layered Textures Loading and Cubemaps 8 years ago
bunnei bcde71d4d9 decoders: Introduce functions for un/swizzling subrects. 8 years ago
FernandoS27 331ce2942c Shorten the implementation of 3D swizzle to only 3 functions 8 years ago
FernandoS27 1ff20d8538 Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer 8 years ago
FernandoS27 e0ca938b22 Propagate depth and depth_block on modules using decoders 8 years ago
FernandoS27 d4ae43f9c1 Remove old Swizzle algorithms and use 3d Swizzle 8 years ago
FernandoS27 4d959c6bdc Implement Precise 3D Swizzle 8 years ago
FernandoS27 736db284d2 Implement Fast 3D Swizzle 8 years ago
Hexagon12 cbf723896f Added ASTC 5x4; 8x5 8 years ago
FernandoS27 97b6405a17 Implemented helper function to correctly calculate a texture's size 8 years ago
FernandoS27 57b44200a2 Reverse stride align restriction on FastSwizzle due to lost performance 8 years ago
FernandoS27 d2dd1289bd Join both Swizzle methods within one interface function 8 years ago
FernandoS27 41c6c4593a Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Table instead 8 years ago
FernandoS27 f020319a45 Remove same output bpp restriction on FastSwizzle 8 years ago
FernandoS27 68aaa83836 Improved Legacy Swizzler to be better documented and work better 8 years ago
FernandoS27 bf2f2a715f Improved fast swizzle and removed restrictions to it 8 years ago
raven02 2845348608 Implement ASTC_2D_8X8 (Bayonetta 2) 8 years ago