aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs
AgeCommit message (Expand)Author
2018-07-09Add locking methods to the ogl resource cache (#238)gdkchan
2018-07-05Implement some GPU features (#209)ReinUsesLisp
2018-07-03Add FaceAttr in GLSL, unmanaged case in EmitTex and ConstantColorG80 blend fa...ReinUsesLisp
2018-06-27Fix vertex buffer size on the gpu when the draw vertex count is less than the...gdkchan
2018-06-21 Port from OpenTK.NETCore to OpenTK.NetStandard (#176)ReinUsesLisp
2018-06-12Implement R16 texture format (#147)Lordmau5
2018-06-10Fix a small size related issue on MapBufferEx and add the BC7U texture formatgdkchan
2018-06-02Re add some texture formats that I somehow removed by accident on OGLEnumConv...gdkchan
2018-06-02Some small gpu improvements and shader improvements, add support for ASTC 4x4...gdkchan
2018-05-29Added support for more shader instructions and texture formats, fix swapped c...gdkchan
2018-05-17Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, ...gdkchan
2018-04-13Fix for current framebuffer issues (#78)gdkchan
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-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan