Ryujinx/Ryujinx.Graphics/Gal/OpenGL
ReinUsesLisp 726de8c46a Rendertarget attachments, texture and image changes (#358)
* Add multiple color outputs for fragment shaders

* Add registers and gal enums

* Use textures for framebuffers and split color and zeta framebuffers

* Abstract texture and framebuffer targets as an image

* Share images between framebuffers and textures

* Unstub formats

* Add some formats

* Disable multiple attachments

* Cache framebuffer attachments

* Handle format types

* Add some rendertarget formats

* Code cleanup

* Fixup half float types

* Address feedback

* Disable multiple attachments in shaders

* Add A4B4G4R4 image format

* Add reversed section for image enums
2018-08-19 22:25:26 -03:00
..
DeleteValueCallback.cs Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
ImageHandler.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLCachedResource.cs Add locking methods to the ogl resource cache (#238) 2018-07-09 23:01:59 -03:00
OGLConstBuffer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLEnumConverter.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLExtension.cs Implement Geometry shaders (#280) 2018-07-19 02:33:27 -03:00
OGLFrameBuffer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLPipeline.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
OGLRasterizer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLRenderer.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00
OGLShader.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
OGLShaderProgram.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
OGLStreamBuffer.cs Low level graphics API prerequisites (#319) 2018-08-10 01:09:40 -03:00
OGLTexture.cs Rendertarget attachments, texture and image changes (#358) 2018-08-19 22:25:26 -03:00