Ryujinx/Ryujinx.Graphics/Gal
ReinUsesLisp 5fe0bc584b Send data to OpenGL host without client-side copies (#285)
* Directly send host address to buffer data

* Cleanup OGLShader

* Directly copy vertex and index data too

* Revert shader bind "cache"

* Address feedback
2018-07-19 16:02:51 -03:00
..
OpenGL Send data to OpenGL host without client-side copies (#285) 2018-07-19 16:02:51 -03:00
Shader Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
Texture
EmbeddedResource.cs
GalBlendEquation.cs
GalBlendFactor.cs Add FaceAttr in GLSL, unmanaged case in EmitTex and ConstantColorG80 blend factor (#207) 2018-07-03 20:06:13 -03:00
GalClearBufferFlags.cs
GalColorF.cs
GalComparisonOp.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalCullFace.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalFrontFace.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalIndexFormat.cs
GalPrimitiveType.cs
GalShaderType.cs
GalStencilOp.cs Implement some GPU features (#209) 2018-07-05 15:47:29 -03:00
GalTexture.cs
GalTextureFilter.cs
GalTextureFormat.cs Implement BF10GF11RF11 TextureFormat (#246) 2018-07-19 01:26:28 +02:00
GalTextureMipFilter.cs
GalTextureSampler.cs
GalTextureSource.cs
GalTextureWrap.cs
GalVertexAttrib.cs
GalVertexAttribSize.cs
GalVertexAttribType.cs
IGalBlend.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
IGalFrameBuffer.cs Support deswizzle of sparse tiled textures and some frame buffer fixes (#275) 2018-07-19 02:30:21 -03:00
IGalMemory.cs
IGalRasterizer.cs Send data to OpenGL host without client-side copies (#285) 2018-07-19 16:02:51 -03:00
IGalRenderer.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
IGalShader.cs Send data to OpenGL host without client-side copies (#285) 2018-07-19 16:02:51 -03:00
IGalTexture.cs Add locking methods to the ogl resource cache (#238) 2018-07-09 23:01:59 -03:00
ShaderDeclInfo.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
ShaderDumper.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
ShaderException.cs