aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Texture
AgeCommit message (Collapse)Author
2018-06-08Texture/Vertex/Index data cache (#132)gdkchan
* Initial implementation of the texture cache * Cache vertex and index data aswell, some cleanup * Improve handling of the cache by storing cached ranges on a list for each page * Delete old data from the caches automatically, ensure that the cache is cleaned when the mapping/size changes, and some general cleanup
2018-06-01Add an ASTC Decoder (Not currently used in Ryujinx) (#131)Ac_K
* Add an ASTC Decoder (Not currently used in Ryujinx) * Update ASTCDecoder.cs
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
interpreter, and a rewrite of the GPU code.