summaryrefslogtreecommitdiff
path: root/src/video_core/textures/decoders.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Make the Textures::CopySwizzledData function accessible from the outside...Gravatar Subv2018-04-251-3/+2
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-241-0/+1
* GPU: Implement the A2BGR10 texture format.Gravatar Subv2018-04-211-0/+3
* 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-181-0/+4
* GPU: Allow using a configurable block height when unswizzling textures.Gravatar Subv2018-04-181-5/+4
* 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-241-2/+82
* GPU: Preliminary work for texture decoding.Gravatar Subv2018-03-241-0/+14