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