aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalTextureFormat.cs
AgeCommit message (Collapse)Author
2018-04-10[GPU] Add support for the BC4/5 texture formatsgdkchan
2018-04-10[GPU] Add more shader instructions, add support for rgb565 texturesgdkchan
2018-04-08Add A1B5G5R5 texture format. (#76)LDj3SNuD
* Update GalTextureFormat.cs * Update TextureReader.cs
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
interpreter, and a rewrite of the GPU code.