Ryujinx/Ryujinx.Graphics/Gal/OpenGL
BaronKiko 0973daefa1 Fixed Scissor Test on Intel based GPUs (#595)
* Reworked scissor tests to remove fixme and handle issues with intel gpu's

* Error handling for scissor tests

* Disable strict opengl by default

* Reformatting for JD

* Updated scheme for new property in config

* Fixed typo

* Moved magic value to constant. I liked the magic :(

* Fixed ordering for undertale

* Fixed undertale bug

* Removed strict opengl in favour of required. With this an exception is no longer thrown, just a warning for required extensions

* Uses clamp instead of if's

* Removed evil tabs and no longer used include
2019-03-02 21:50:21 +11:00
..
DeleteValueCallback.cs Texture/Vertex/Index data cache (#132) 2018-06-08 21:15:56 -03:00
ImageHandler.cs Initial non 2D textures support (#525) 2019-02-28 12:12:24 +11:00
OGLCachedResource.cs Force cache to remove entries when memory usage exceeds a given threshold (#492) 2018-11-14 23:22:02 +01:00
OGLConstBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLEnumConverter.cs Initial non 2D textures support (#525) 2019-02-28 12:12:24 +11:00
OGLExtension.cs Fixed Scissor Test on Intel based GPUs (#595) 2019-03-02 21:50:21 +11:00
OGLLimit.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLPipeline.cs Fixed Scissor Test on Intel based GPUs (#595) 2019-03-02 21:50:21 +11:00
OGLRasterizer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLRenderer.cs Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503) 2018-11-28 21:09:44 -02:00
OGLRenderTarget.cs Fixed Scissor Test on Intel based GPUs (#595) 2019-03-02 21:50:21 +11:00
OGLShader.cs Initial non 2D textures support (#525) 2019-02-28 12:12:24 +11:00
OGLShaderProgram.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
OGLStreamBuffer.cs Better process implementation (#491) 2018-11-28 20:18:09 -02:00
OGLTexture.cs Initial non 2D textures support (#525) 2019-02-28 12:12:24 +11:00