summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/astc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* astc: Create a LUT at compile time for encoding valuesReinUsesLisp2020-03-141-7/+19
* astc: Make IntegerEncodedValue a trivial structureReinUsesLisp2020-03-141-212/+177
* astc: Make IntegerEncodedValue constructor constexprReinUsesLisp2020-03-141-5/+6
* astc: Make IntegerEncodedValue trivially copyableReinUsesLisp2020-03-141-9/+2
* astc: Rename C types to common_typesReinUsesLisp2020-03-141-79/+78
* astc: Move Popcnt to an anonymous namespace and make it constexprReinUsesLisp2020-03-141-9/+13
* astc: Use common types instead of stdint.h integer typesReinUsesLisp2020-03-141-284/+282
* astc: Use 'enum class' instead of 'enum' for EIntegerEncodingReinUsesLisp2020-03-141-25/+25
* video_core: Silence implicit conversion warningsReinUsesLisp2019-11-081-35/+38
* astc: Silence implicit conversion warningsReinUsesLisp2019-10-271-7/+8
* video_core/textures/astc: Remove unused variablesLioncash2019-05-101-6/+2
* Fix Layered ASTC TexturesFernando Sahmkow2019-05-011-1/+3
* gl_rasterizer_cache: Move format conversion to its own fileReinUsesLisp2019-02-271-32/+48
* Fix ASTC Decompressor to support depth parameterFernandoS272018-11-021-15/+17
* astc: Initialize vector size directly in DecompressLioncash2018-07-181-2/+1
* astc: Mark functions as internally linked where applicableLioncash2018-07-181-17/+20
* astc: const-correctness changes where applicableLioncash2018-07-181-14/+13
* astc: Delete Bits' copy contstructor and assignment operatorLioncash2018-07-181-8/+6
* astc: In-class initialize member variables where appropriateLioncash2018-07-181-39/+22
* gl_rasterizer: Implement texture format ASTC_2D_4X4.bunnei2018-06-181-0/+1646