aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Program.cs
AgeCommit message (Expand)Author
2022-04-10New shader cache implementation (#3194)1.1.101gdkchan
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)1.1.47Berkan Diler
2022-02-16Do not allow render targets not explicitly written by the fragment shader to ...1.1.31gdkchan
2022-01-21Stop using glTransformFeedbackVaryings and use explicit layout on the shader ...gdkchan
2021-08-11Replace BGRA and scale uniforms with a uniform block (#2496)gdkchan
2021-04-18Implement parallel host shader cache compilation.riperiperi
2020-11-13Salieri: shader cache (#1701)Mary
2020-11-08Use explicit buffer and texture bindings on shaders (#1666)gdkchan
2020-10-25Fix transform feedback errors caused by host pause/resume and multiple uses (...gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-07-26Implement BGRA texture support (#1418)gdkchan
2020-07-15Initial transform feedback support (#1370)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-02-02Use correct shader local memory size instead of a hardcoded size (#914)gdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Change GPU errors to debug and reduce log messagesgdkchan
2020-01-09Add basic error logging to the GPUgdkchan
2020-01-09Fix image units bindings and shader dump in the presence of NOPsgdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk