Ryujinx/Ryujinx.Graphics/Gal/OpenGL
gdkchan e6eeb6f09f
Add support for Vertex Program A and other small shader improvements (#192)
* Add WIP support for Vertex Program A, add the FADD_I32 shader instruction, small fix on FFMA_I encoding, nits

* Add separate subroutines for program A/B, and copy attributes to a temp

* Move finalization code to main

* Add new line after flip uniform on the shader

* Handle possible case where VPB uses an output attribute written by VPA but not available on the vbo

* Address PR feedback
2018-06-27 23:55:08 -03:00
..
DeleteValueCallback.cs Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
FbFragShader.glsl Somewhat better NvFlinger (I guess) (fixes #30) 2018-02-23 18:48:27 -03:00
FbVtxShader.glsl Enable hardware frame buffer texture scaling 2018-02-28 23:37:40 -03:00
OGLBlend.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
OGLCachedResource.cs Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
OGLEnumConverter.cs Fix vertex buffer size on the gpu when the draw vertex count is less than the buffer size, added a few more registers (currently not implemented) 2018-06-27 01:32:28 -03:00
OGLFrameBuffer.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
OGLRasterizer.cs Fix vertex buffer size on the gpu when the draw vertex count is less than the buffer size, added a few more registers (currently not implemented) 2018-06-27 01:32:28 -03:00
OGLRenderer.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00
OGLShader.cs Add support for Vertex Program A and other small shader improvements (#192) 2018-06-27 23:55:08 -03:00
OGLStreamBuffer.cs Fix GL.CreateBuffers -> GL.GenBuffers (#189) 2018-06-26 02:30:46 -03:00
OGLTexture.cs Small OpenGL Renderer refactoring (#177) 2018-06-23 21:39:25 -03:00