203 Commits (312d83eb727e8eb2797588b412589f7487f985ff)

Author SHA1 Message Date
Liam c5a82ada2b video_core: fix off by one in anisotropic filtering amount 3 years ago
Liam 5a712bb51a general: fix compile for Apple Clang 3 years ago
Kyle Kienapfel d886438754 Add break for default cases 3 years ago
Morph c6c56d3e9c general: Resolve -Wunused-lambda-capture and C5233 4 years ago
Morph e9aa1821e8 decoders: Use 2's complement instead of unary - 4 years ago
Fernando Sahmkow 599af475c2 Decoders: Improve overall speed. 4 years ago
bunnei 616e83dd94 DMA & InlineToMemory Engines Rework. 4 years ago
Liam 47fc168030 common: remove "yuzu:" prefix from thread names 4 years ago
Morph e48a46f331 astc: Enable parallel CPU astc decoding 4 years ago
FengChen b8b37d6900 video_core: Modify astc texture decode error fill value 4 years ago
Merry e1dd4de1eb video_core/textures/decoders: Avoid SWIZZLE_TABLE 4 years ago
Liam c1771c98f3 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Andrea Pappacoda b2eb103829 chore: add missing SPDX tags 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj f9709bb9e9 general: Fix clang/gcc build errors 4 years ago
ameerj b837219423 video_core: Reduce unused includes 4 years ago
Fernando Sahmkow 88936fc84a TextureCache: Fix Automatic Anisotropic. 4 years ago
Fernando Sahmkow c74619d266 TextureCache: Add automatic anisotropic filtering and refactor code. 4 years ago
Fernando Sahmkow 28fddb9c5e TextureCache: Make a better Anisotropic setter. 4 years ago
Valeri 42b0e8cadf video_core: eliminate constant ternary 5 years ago
ameerj 899cf73819 vk_blit_screen: Fix non-accelerated texture size calculation 5 years ago
yzct12345 4f7ee3d7c6 decoders: Templates allow memcpy optimizations 5 years ago
yzct12345 46e4e6707f decoders: Optimize swizzle copy performance (#6790) 5 years ago
ameerj 958ede1ed9 astc_decoder: Optimize the use EncodingData 5 years ago
ameerj f4409c9db9 astc.h: Move data to cpp implementation 5 years ago
ReinUsesLisp 5ca5988c63 shader: Initial OpenGL implementation 5 years ago
Morph 2986e26179 video_core: Silence signed/unsigned mismatch warnings 5 years ago
ameerj 79621cca95 astc_decoder.comp: Remove unnecessary LUT SSBOs 5 years ago
ameerj fe7d3006f5 astc: Various robustness enhancements for the gpu decoder 5 years ago
ameerj 13b046aae1 astc_decoder: Fix LDR CEM1 endpoint calculation 5 years ago
ameerj e5da434498 textures: Reintroduce CPU ASTC decoder 5 years ago
lat9nq 8aed753c16 decoders: Break instead of continue 5 years ago
lat9nq 54f2a92203 decoders: Avoid out-of-bounds access 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
ameerj e0977af861 astc_decoder: Refactor for style and more efficient memory use 5 years ago
ameerj cac341dbc7 renderer_vulkan: Accelerate ASTC decoding 5 years ago
ameerj 113734e488 renderer_opengl: Accelerate ASTC texture decoding with a compute shader 5 years ago
ReinUsesLisp 4e4056f581 common/alignment: Rename AlignBits to AlignUpLog2 5 years ago
ReinUsesLisp c0c51e4be0 astc: Increase integer encoded vector size 5 years ago
ReinUsesLisp 185c16d893 astc: Return zero on out of bound bits 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
Lioncash ea0e85b869 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 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
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 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