summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/texture.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-07GPU: Assert when finding a texture with a format type other than UNORM.Subv1-4/+14
2018-04-07Textures: Added a helper function to know if a texture is blocklinear or pitch.Subv1-0/+5
2018-03-26GPU: Added the TSC structure. It contains information about the sampler.Subv1-0/+50
2018-03-26GPU: Added more fields to the TIC structure.Subv1-4/+30
2018-03-24GPU: Added a method to unswizzle a texture without decoding it.Subv1-0/+4
2018-03-24GPU: Preliminary work for texture decoding.Subv1-0/+57