157 Commits (bb752df73676fa09e5d37df53ce5a464dd747111)

Author SHA1 Message Date
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
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 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
ReinUsesLisp a7baf6fee4 video_core: Add MSAA registers in 3D engine and TIC 6 years ago
ReinUsesLisp 6bf5d2b011 astc: Hard code bit depth changes to 8 and use fast replicate 6 years ago
ReinUsesLisp bd2c1ab8a0 astc: Use boost's static_vector to avoid heap allocations 6 years ago
ReinUsesLisp 5de130beea astc: Implement a fast precompiled alternative for Replicate 6 years ago
ReinUsesLisp 6b4d4473be astc: Move Replicate to a constexpr LUT when possible 6 years ago
ReinUsesLisp d22a689250 astc: Make InputBitStream constexpr 6 years ago
ReinUsesLisp 0efc230381 astc: OutputBitStream style changes and make it constexpr 6 years ago
ReinUsesLisp a209d464f9 video_core/textures: Move GetMaxAnisotropy to cpp file 6 years ago
ReinUsesLisp d7db088180 video_core/texture: Use a LUT to convert sRGB texture borders 6 years ago
ReinUsesLisp 664fa4ea06 astc: Fix clang build issues 6 years ago
ReinUsesLisp 42cb8f1124 astc: Fix typos from search and replace 6 years ago
ReinUsesLisp 9b8fb3c756 astc: Minor changes to InputBitStream 6 years ago
ReinUsesLisp d71d7d917e astc: Pass val in Replicate by copy 6 years ago
ReinUsesLisp 134f3ff9b4 astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating 6 years ago
ReinUsesLisp 3377b78ea7 astc: Call std::vector::reserve on texelWeightValues to avoid reallocating 6 years ago
ReinUsesLisp 801fd04f75 astc: Create a LUT at compile time for encoding values 6 years ago
ReinUsesLisp e183820956 astc: Make IntegerEncodedValue a trivial structure 6 years ago
ReinUsesLisp 70a31eda62 astc: Make IntegerEncodedValue constructor constexpr 6 years ago
ReinUsesLisp 5ed377b989 astc: Make IntegerEncodedValue trivially copyable 6 years ago
ReinUsesLisp e7d97605e8 astc: Rename C types to common_types 6 years ago
ReinUsesLisp 835a3d09c6 astc: Move Popcnt to an anonymous namespace and make it constexpr 6 years ago
ReinUsesLisp 731a9a322e astc: Use common types instead of stdint.h integer types 6 years ago
ReinUsesLisp d3dc4e399c astc: Use 'enum class' instead of 'enum' for EIntegerEncoding 6 years ago
ReinUsesLisp 1aa75b1081 textures: Fix anisotropy hack 6 years ago
Morph 7ee6065178 Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. 6 years ago
Fernando Sahmkow 51c9e98677 Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
ReinUsesLisp 096f339a2a video_core: Silence implicit conversion warnings 6 years ago
ReinUsesLisp a993df1ee2
shader/node: Unpack bindless texture encoding 7 years ago
ReinUsesLisp 538ddd220e
video_core/textures: Remove unused index entry in FullTextureInfo 7 years ago
ReinUsesLisp a5aa1bb174
astc: Silence implicit conversion warnings 7 years ago
Fernando Sahmkow a452ff983d MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
ReinUsesLisp e7bdf8b22a textures: Fix texture buffer size calculation 7 years ago
Fernando Sahmkow d1812316e1 texture_cache: Style and Corrections 7 years ago
Fernando Sahmkow 082740d34d surface: Correct format S8Z24 7 years ago
Fernando Sahmkow 7232a1ed16 decoders: correct block calculation 7 years ago
ReinUsesLisp b8c75a845b maxwell_3d: Partially implement texture buffers as 1D textures 7 years ago
Fernando Sahmkow 7731a0e2d1 texture_cache: General Fixes 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
ReinUsesLisp a89cc0bafc maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode 7 years ago
Lioncash c56d893e77 video_core/textures/astc: Remove unused variables 7 years ago
Fernando Sahmkow 95261639fb Fix Layered ASTC Textures 7 years ago