aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal
AgeCommit message (Expand)Author
2018-08-25Use mirrored texture wraps when available (#361)ReinUsesLisp
2018-08-25Implement vertex instancing (#381)ReinUsesLisp
2018-08-23Implement multiple rendertarget attachments and depth writting (#375)ReinUsesLisp
2018-08-23Avoid querying and setting texture bindings in hot code (#376)ReinUsesLisp
2018-08-20Avoid gpr overwritting on Ld_C instruction (#371)ReinUsesLisp
2018-08-20Use signed and unsigned vertex types (#370)ReinUsesLisp
2018-08-19Rendertarget attachments, texture and image changes (#358)ReinUsesLisp
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-08-16Implement PointCoord and PointSize shader attributes (#353)ReinUsesLisp
2018-08-15More flexible memory manager (#307)gdkchan
2018-08-13Fix FMUL and TEXS shader instructions (#347)gdkchan
2018-08-13Add partial support to the TEX.B shader instruction (#342)gdkchan
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-08-06Changing shader decompiler to avoid vec2 and vec3 types, which were causing s...Darabat
2018-08-03Fix for integer vertex attributes and iset bf flag (#323)gdkchan
2018-07-29Implement A2B10G10R10 TextureFormat (#248)greggameplayer
2018-07-26Avoid calling buffer binding when shader didn't change (#295)ReinUsesLisp
2018-07-23Blit framebuffer without shaders (#229)ReinUsesLisp
2018-07-19Send data to OpenGL host without client-side copies (#285)ReinUsesLisp
2018-07-19Implement Geometry shaders (#280)ReinUsesLisp
2018-07-19Support deswizzle of sparse tiled textures and some frame buffer fixes (#275)gdkchan
2018-07-19Implement BF10GF11RF11 TextureFormat (#246)greggameplayer
2018-07-19Implement Z24S8 TextureFormat (#247)greggameplayer
2018-07-17Implement some shader instructions (#252)ReinUsesLisp
2018-07-16Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255)greggameplayer
2018-07-15Add config key to dump shaders in local directory (#265)ReinUsesLisp
2018-07-14Some small shader related fixes (#258)gdkchan
2018-07-09Add locking methods to the ogl resource cache (#238)gdkchan
2018-07-08Implement GPU primitive restart (#221)ReinUsesLisp
2018-07-06Disable front facing and face culling to avoid regression (#226)ReinUsesLisp
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-28Explicit GLSL "position" attribute location (#199)ReinUsesLisp
2018-06-28Add support for vertex base on indexed draws, fix index buffer first (unteste...gdkchan
2018-06-28Somewhat better ClearBuffers implementationgdkchan
2018-06-27Add support for Vertex Program A and other small shader improvements (#192)gdkchan
2018-06-27Fix vertex buffer size on the gpu when the draw vertex count is less than the...gdkchan
2018-06-26Fix GL.CreateBuffers -> GL.GenBuffers (#189)ReinUsesLisp
2018-06-26Implementation of UBOs instead of uniform constant arrays (#186)ReinUsesLisp
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-23Fix 3 graphics related issues (#180)gdkchan
2018-06-21 Port from OpenTK.NETCore to OpenTK.NetStandard (#176)ReinUsesLisp
2018-06-12Implement R16 texture format (#147)Lordmau5
2018-06-12Minor shader fixesgdkchan
2018-06-10Fix a small size related issue on MapBufferEx and add the BC7U texture formatgdkchan
2018-06-08Texture/Vertex/Index data cache (#132)gdkchan
2018-06-02Fix copy-paste mistake, also related to astc...gdkchan
2018-06-02Fix mistake on astc conversion, make some static methods that shouldn't be pu...gdkchan
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