summaryrefslogtreecommitdiff
path: root/src/video_core/textures (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Add support for the DXT23 and DXT45 compressed texture formats.Gravatar Subv2018-04-181-1/+9
* GPU: Implemented the B5G6R5 format.Gravatar Subv2018-04-182-0/+5
* GPU: Allow using a configurable block height when unswizzling textures.Gravatar Subv2018-04-183-6/+13
* GPU/TIC: Added the pitch and block height fields to the TIC structure.Gravatar Subv2018-04-181-1/+16
* texture: Add missing formats.Gravatar bunnei2018-04-171-1/+3
* GPU: Assert when finding a texture with a format type other than UNORM.Gravatar Subv2018-04-061-4/+14
* Textures: Added a helper function to know if a texture is blocklinear or pitch.Gravatar Subv2018-04-061-0/+5
* GPU: Added the TSC structure. It contains information about the sampler.Gravatar Subv2018-03-261-0/+50
* GPU: Added more fields to the TIC structure.Gravatar Subv2018-03-261-4/+30
* Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Gravatar Subv2018-03-241-0/+11
* GPU: Added a method to unswizzle a texture without decoding it.Gravatar Subv2018-03-243-4/+94
* GPU: Preliminary work for texture decoding.Gravatar Subv2018-03-243-0/+91