summaryrefslogtreecommitdiff
path: root/src/video_core/textures (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2765 from FernandoS27/dma-fixGravatar bunnei2019-09-012-7/+10
|\
| * MaxwellDMA: Fixes, corrections and relaxations.Gravatar Fernando Sahmkow2019-07-252-7/+10
* | textures: Fix texture buffer size calculationGravatar ReinUsesLisp2019-07-181-1/+1
|/
* texture_cache: Style and CorrectionsGravatar Fernando Sahmkow2019-06-201-3/+4
* surface: Correct format S8Z24Gravatar Fernando Sahmkow2019-06-201-2/+2
* decoders: correct block calculationGravatar Fernando Sahmkow2019-06-201-19/+15
* maxwell_3d: Partially implement texture buffers as 1D texturesGravatar ReinUsesLisp2019-06-201-1/+17
* texture_cache: General FixesGravatar Fernando Sahmkow2019-06-202-10/+11
* video_core: Use un-shifted block sizes to avoid integer divisionsGravatar ReinUsesLisp2019-06-203-28/+40
* gl_texture_cache: Add fast copy pathGravatar ReinUsesLisp2019-06-201-2/+1
* gl_texture_cache: Initial implementationGravatar ReinUsesLisp2019-06-201-1/+2
* maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeGravatar ReinUsesLisp2019-05-301-1/+1
* video_core/textures/astc: Remove unused variablesGravatar Lioncash2019-05-091-6/+2
* Fix Layered ASTC TexturesGravatar Fernando Sahmkow2019-04-301-1/+3
* Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterat...Gravatar Fernando Sahmkow2019-04-162-9/+12
* Implement Block Linear copies in Kepler Memory.Gravatar Fernando Sahmkow2019-04-152-0/+24
* video_core/textures/convert: Replace include with a forward declarationGravatar Lioncash2019-04-062-1/+5
* video_core/texures/texture: Remove unnecessary includesGravatar Lioncash2019-04-061-2/+0
* video_core: Refactor to use MemoryManager interface for all memory access.Gravatar bunnei2019-03-162-24/+21
* Merge pull request #2229 from ReinUsesLisp/vk-sampler-cacheGravatar bunnei2019-03-141-24/+29
|\
| * vk_sampler_cache: Implement a sampler cacheGravatar ReinUsesLisp2019-03-121-1/+1
| * video_core/texture: Add a raw representation of TSCEntryGravatar ReinUsesLisp2019-03-121-24/+29
* | video_core/texture: Fix up sampler lod biasGravatar ReinUsesLisp2019-03-131-1/+1
|/
* gl_rasterizer: Encapsulate sampler queries into methodsGravatar ReinUsesLisp2019-03-091-5/+29
* gl_rasterizer_cache: Move format conversion to its own fileGravatar ReinUsesLisp2019-02-265-34/+160
* decoders: Minor style changesGravatar ReinUsesLisp2019-02-262-14/+8
* Merge pull request #2042 from ReinUsesLisp/nouveau-texGravatar bunnei2019-02-061-1/+0
|\
| * maxwell_3d: Allow texture handles with TIC id zeroGravatar ReinUsesLisp2019-02-031-1/+0
* | video_core/texture: Fix BitField size for depth_minus_oneGravatar ReinUsesLisp2019-02-051-1/+1
|/
* Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-191-1/+1
* Implemented Tile Width SpacingGravatar FernandoS272018-11-263-12/+19
* Merge pull request #1717 from FreddyFunk/swizzle-gobGravatar bunnei2018-11-181-37/+33
|\
| * textures/decoders: Replace magic numbersGravatar Frederic Laing2018-11-171-37/+33
* | Merge pull request #1693 from Tinob/masterGravatar bunnei2018-11-181-1/+14
|\ \
| * | fix sampler configuration, thanks to Marcos for his investigationGravatar Rodolfo Bogado2018-11-171-1/+14
| |/
* / Eliminated unnessessary memory allocation and copy (#1702)Gravatar Frederic L2018-11-182-4/+18
|/
* textures/decoders: Minor cleanupGravatar Frederic Laing2018-11-151-16/+16
* Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)Gravatar greggameplayer2018-11-121-0/+4
* set sampler max lod, min lod, lod bias and max anisotropyGravatar Rodolfo Bogado2018-11-111-2/+11
* Fix ASTC Decompressor to support depth parameterGravatar FernandoS272018-11-012-16/+18
* Fix ASTC formatsGravatar FernandoS272018-11-012-7/+9
* Fixed mipmap block autosizing algorithmGravatar FernandoS272018-10-281-0/+6
* Implement sRGB Support, including workarounds for nvidia driver issues and QT...Gravatar Rodolfo Bogado2018-10-281-0/+5
* Merge pull request #1524 from FernandoS27/layers-fixGravatar bunnei2018-10-251-3/+3
|\
| * Fixed Layered Textures Loading and CubemapsGravatar FernandoS272018-10-231-3/+3
* | decoders: Remove unused variable within SwizzledData()Gravatar Lioncash2018-10-231-1/+0
|/
* decoders: Introduce functions for un/swizzling subrects.Gravatar bunnei2018-10-182-0/+49
* Merge pull request #1488 from Hexagon12/astc-typesGravatar bunnei2018-10-141-0/+2
|\
| * Added ASTC 5x4; 8x5Gravatar Hexagon122018-10-131-0/+2
* | Shorten the implementation of 3D swizzle to only 3 functionsGravatar FernandoS272018-10-131-70/+27