| Age | Commit message (Collapse) | Author |
|
|
|
* get rid of boost::optional
* Remove optional references
* Use std::reference_wrapper for optional references
* Fix clang format
* Fix clang format part 2
* Adressed feedback
* Fix clang format and MacOS build
|
|
Implemented Mipmaps
|
|
video_core: Move OpenGL specific utils to its renderer
|
|
renderer_opengl: Enable alpha channel for DXT1 texture format
|
|
|
|
|
|
|
|
mipmaps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improved Shader accuracy on Vertex and Geometry Shaders.
|
|
|
|
QT sRGB support
|
|
gl_rasterizer_cache: Fix compiler warning
|
|
|
|
gl_rasterizer: Implement primitive restart.
|
|
|
|
|
|
|
|
Implemented Shader Local Memory
|
|
|
|
|
|
rasterizer: Fix Layered Textures Loading and Cubemaps
|
|
|
|
|
|
Implement PointSize Output Attribute.
|
|
|
|
|
|
|
|
|
|
gl_shader_decompiler: Implement VSETP
|
|
maxwell_dma: Silence compilation warnings
|
|
Implemented Alpha Test using Shader Emulation
|
|
|
|
|
|
gl_shader_decompiler: Implement PBK and BRK
|
|
Added Saturation to FMUL32I
|
|
gl_shader_decompiler: Minor changes
|
|
|
|
|
|
|
|
|
|
|