138 Commits (89f68281ff2bff34dcc67461eec48bffa719f32e)

Author SHA1 Message Date
ReinUsesLisp dc0beee3a1 astc: Fix clang build issues 6 years ago
ReinUsesLisp 5c892bc5fd astc: Fix typos from search and replace 6 years ago
ReinUsesLisp 932c96f2b0 astc: Minor changes to InputBitStream 6 years ago
ReinUsesLisp c96749415c astc: Pass val in Replicate by copy 6 years ago
ReinUsesLisp 83bdac46d1 astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating 6 years ago
ReinUsesLisp 8412a20f00 astc: Call std::vector::reserve on texelWeightValues to avoid reallocating 6 years ago
ReinUsesLisp fdbedfa8ef astc: Create a LUT at compile time for encoding values 6 years ago
ReinUsesLisp bac05076fd astc: Make IntegerEncodedValue a trivial structure 6 years ago
ReinUsesLisp ddd428097d astc: Make IntegerEncodedValue constructor constexpr 6 years ago
ReinUsesLisp 9aad3e84f0 astc: Make IntegerEncodedValue trivially copyable 6 years ago
ReinUsesLisp 0672618026 astc: Rename C types to common_types 6 years ago
ReinUsesLisp a3969886ca astc: Move Popcnt to an anonymous namespace and make it constexpr 6 years ago
ReinUsesLisp 0d8b0fe402 astc: Use common types instead of stdint.h integer types 6 years ago
ReinUsesLisp d9645551bc astc: Use 'enum class' instead of 'enum' for EIntegerEncoding 6 years ago
ReinUsesLisp b8e43cb17c textures: Fix anisotropy hack 6 years ago
Morph c6e07faf25 Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. 6 years ago
Fernando Sahmkow dab454a72b Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
ReinUsesLisp 905cc250a4 video_core: Silence implicit conversion warnings 6 years ago
ReinUsesLisp 1589a146ed shader/node: Unpack bindless texture encoding 7 years ago
ReinUsesLisp cea1214e5a video_core/textures: Remove unused index entry in FullTextureInfo 7 years ago
ReinUsesLisp 2140a0cadd astc: Silence implicit conversion warnings 7 years ago
Fernando Sahmkow f1adfe6591 MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
ReinUsesLisp 93a5cdecbb textures: Fix texture buffer size calculation 7 years ago
Fernando Sahmkow b62d22a77d texture_cache: Style and Corrections 7 years ago
Fernando Sahmkow 7afd5d2367 surface: Correct format S8Z24 7 years ago
Fernando Sahmkow 18322c1369 decoders: correct block calculation 7 years ago
ReinUsesLisp 91b16d383a maxwell_3d: Partially implement texture buffers as 1D textures 7 years ago
Fernando Sahmkow 53e9e3966a texture_cache: General Fixes 7 years ago
ReinUsesLisp 1d10810d2b video_core: Use un-shifted block sizes to avoid integer divisions 7 years ago
ReinUsesLisp f46a979f19 gl_texture_cache: Add fast copy path 7 years ago
ReinUsesLisp 3b430b5605 gl_texture_cache: Initial implementation 7 years ago
ReinUsesLisp 3466bf45e8 maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode 7 years ago
Lioncash d6db5ebae2 video_core/textures/astc: Remove unused variables 7 years ago
Fernando Sahmkow aebe67fac7 Fix Layered ASTC Textures 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
Lioncash 053aae66c1 video_core/textures/convert: Replace include with a forward declaration 7 years ago
Lioncash 44d91d561a video_core/texures/texture: Remove unnecessary includes 7 years ago
bunnei d3f26c1546 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
ReinUsesLisp 3288b12a28 video_core/texture: Fix up sampler lod bias 7 years ago
ReinUsesLisp a9c05dfcd7 vk_sampler_cache: Implement a sampler cache 7 years ago
ReinUsesLisp 1fc1607e10 video_core/texture: Add a raw representation of TSCEntry 7 years ago
ReinUsesLisp d949475417 gl_rasterizer: Encapsulate sampler queries into methods 7 years ago
ReinUsesLisp 3989075e5f gl_rasterizer_cache: Move format conversion to its own file 7 years ago
ReinUsesLisp 64612bf940 decoders: Minor style changes 7 years ago
ReinUsesLisp c1e8fe0067 video_core/texture: Fix BitField size for depth_minus_one 7 years ago
ReinUsesLisp 04fe4a72b9 maxwell_3d: Allow texture handles with TIC id zero 7 years ago
David Marcec 1dfb0a513a Fixed uninitialized memory due to missing returns in canary 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