aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_device.cpp
AgeCommit message (Expand)Author
2019-09-21shader/image: Implement SULD and remove irrelevant codeReinUsesLisp
2019-09-04gl_device: Disable precise in fragment shaders on bugged driversReinUsesLisp
2019-08-21shader_ir: Implement VOTEReinUsesLisp
2019-07-15Merge pull request #2695 from ReinUsesLisp/layer-viewportFernando Sahmkow
2019-07-07gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shadersReinUsesLisp
2019-07-06gl_device: Query SSBO alignmentReinUsesLisp
2019-06-11gl_device: Fix TestVariableAoffi testReinUsesLisp
2019-06-05Merge pull request #2512 from ReinUsesLisp/comp-indexingbunnei
2019-05-27gl_device: Add commentary to AOFFI unit test source codeReinUsesLisp
2019-05-24gl_device: Add test to detect broken component indexingReinUsesLisp
2019-05-02gl_shader_decompiler: Declare all possible varyings on physical attribute usageReinUsesLisp
2019-04-14gl_shader_decompiler: Use variable AOFFI on supported hardwareReinUsesLisp
2019-04-10gl_device: Implement interface and add uniform offset alignmentReinUsesLisp