summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/astc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-18astc: Initialize vector size directly in DecompressLioncash1-2/+1
2018-07-18astc: Mark functions as internally linked where applicableLioncash1-17/+20
2018-07-18astc: const-correctness changes where applicableLioncash1-14/+13
2018-07-18astc: Delete Bits' copy contstructor and assignment operatorLioncash1-8/+6
2018-07-18astc: In-class initialize member variables where appropriateLioncash1-39/+22
2018-06-18gl_rasterizer: Implement texture format ASTC_2D_4X4.bunnei1-0/+1646