231 Commits (ccfc7ff9dfb738233c5ac35815331ca3e32c97ea)

Author SHA1 Message Date
greggameplayer 4786f69570 add all the known TextureFormat (#474) 8 years ago
Subv 110515404c GPU: Implemented the A1B5G5R5 texture format (0x14) 8 years ago
Subv 634620b502 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. 8 years ago
bunnei 31748079de gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
Subv abd66a9a33 GPU: Implement the A2BGR10 texture format. 8 years ago
Subv 37f782e1b7 GPU: Add support for the DXT23 and DXT45 compressed texture formats. 8 years ago
Subv e9f62cb1bb GPU: Implemented the B5G6R5 format. 8 years ago
Subv 102251cb37 GPU: Allow using a configurable block height when unswizzling textures. 8 years ago
Subv 67c9964675 GPU/TIC: Added the pitch and block height fields to the TIC structure. 8 years ago
bunnei d4dcd3e720 texture: Add missing formats. 8 years ago
Subv cb3ca1d4cf GPU: Assert when finding a texture with a format type other than UNORM. 9 years ago
Subv d9e067fad6 Textures: Added a helper function to know if a texture is blocklinear or pitch. 9 years ago
Subv c8425b1af4 GPU: Added the TSC structure. It contains information about the sampler. 9 years ago
Subv 0255cad30c GPU: Added more fields to the TIC structure. 9 years ago
Subv 0892143af9 Frontend: Updated the surface view debug widget to work with Maxwell surfaces. 9 years ago
Subv bc03dc4793 GPU: Added a method to unswizzle a texture without decoding it. 9 years ago
Subv d09097276f GPU: Preliminary work for texture decoding. 9 years ago