summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/astc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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