summaryrefslogtreecommitdiff
path: root/src/video_core/textures/astc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* astc: Initialize vector size directly in DecompressGravatar Lioncash2018-07-171-2/+1
* astc: Mark functions as internally linked where applicableGravatar Lioncash2018-07-171-17/+20
* astc: const-correctness changes where applicableGravatar Lioncash2018-07-171-14/+13
* astc: Delete Bits' copy contstructor and assignment operatorGravatar Lioncash2018-07-171-8/+6
* astc: In-class initialize member variables where appropriateGravatar Lioncash2018-07-171-39/+22
* gl_rasterizer: Implement texture format ASTC_2D_4X4.Gravatar bunnei2018-06-181-0/+1646