summaryrefslogtreecommitdiff
path: root/src/video_core/textures
AgeCommit message (Expand)Author
2020-02-27Create an "Advanced" tab in the graphics configuration tab and add anisotropi...Morph
2019-12-22Texture Cache: Add HLE methods for building 3D textures within the GPU in cer...Fernando Sahmkow
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-10-29shader/node: Unpack bindless texture encodingReinUsesLisp
2019-10-28video_core/textures: Remove unused index entry in FullTextureInfoReinUsesLisp
2019-10-27astc: Silence implicit conversion warningsReinUsesLisp
2019-09-01Merge pull request #2765 from FernandoS27/dma-fixbunnei
2019-07-25MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow
2019-07-18textures: Fix texture buffer size calculationReinUsesLisp
2019-06-20texture_cache: Style and CorrectionsFernando Sahmkow
2019-06-20surface: Correct format S8Z24Fernando Sahmkow
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20maxwell_3d: Partially implement texture buffers as 1D texturesReinUsesLisp
2019-06-20texture_cache: General FixesFernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2019-06-20gl_texture_cache: Add fast copy pathReinUsesLisp
2019-06-20gl_texture_cache: Initial implementationReinUsesLisp
2019-05-30maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeReinUsesLisp
2019-05-09video_core/textures/astc: Remove unused variablesLioncash
2019-04-30Fix Layered ASTC TexturesFernando Sahmkow
2019-04-16Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterat...Fernando Sahmkow
2019-04-15Implement Block Linear copies in Kepler Memory.Fernando Sahmkow
2019-04-06video_core/textures/convert: Replace include with a forward declarationLioncash
2019-04-06video_core/texures/texture: Remove unnecessary includesLioncash
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-14Merge pull request #2229 from ReinUsesLisp/vk-sampler-cachebunnei
2019-03-13video_core/texture: Fix up sampler lod biasReinUsesLisp
2019-03-12vk_sampler_cache: Implement a sampler cacheReinUsesLisp
2019-03-12video_core/texture: Add a raw representation of TSCEntryReinUsesLisp
2019-03-09gl_rasterizer: Encapsulate sampler queries into methodsReinUsesLisp
2019-02-26gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp
2019-02-26decoders: Minor style changesReinUsesLisp
2019-02-06Merge pull request #2042 from ReinUsesLisp/nouveau-texbunnei
2019-02-05video_core/texture: Fix BitField size for depth_minus_oneReinUsesLisp
2019-02-03maxwell_3d: Allow texture handles with TIC id zeroReinUsesLisp
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-26Implemented Tile Width SpacingFernandoS27
2018-11-18Merge pull request #1717 from FreddyFunk/swizzle-gobbunnei
2018-11-18Merge pull request #1693 from Tinob/masterbunnei
2018-11-18Eliminated unnessessary memory allocation and copy (#1702)Frederic L
2018-11-17fix sampler configuration, thanks to Marcos for his investigationRodolfo Bogado
2018-11-17textures/decoders: Replace magic numbersFrederic Laing
2018-11-15textures/decoders: Minor cleanupFrederic Laing
2018-11-12Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)greggameplayer
2018-11-11set sampler max lod, min lod, lod bias and max anisotropyRodolfo Bogado
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-11-01Fix ASTC formatsFernandoS27
2018-10-28Fixed mipmap block autosizing algorithmFernandoS27
2018-10-28Implement sRGB Support, including workarounds for nvidia driver issues and QT...Rodolfo Bogado
2018-10-25Merge pull request #1524 from FernandoS27/layers-fixbunnei