aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Renderer.cs
AgeCommit message (Expand)Author
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-05-27Omit image format if possible, and fix BA bit (#1280)gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-05-04Implement Counter Queue and Partial Host Conditional Rendering (#1167)riperiperi
2020-04-25Implement texture buffers (#1152)gdkchan
2020-03-31Make max anisotropy configurable (#1043)Xpl0itR
2020-03-29Implement GPU scissors (#1058)gdkchan
2020-03-24Add GPU name in status bar (#984)HorrorTroll
2020-01-13Replace glFinish with barrier for WaitForIdle (#878)gdkchan
2020-01-10InitializeCounters to InitializeAc_K
2020-01-10PrintGpuInformationAc_K
2020-01-10Add GPU Information to LoggingAc_K
2020-01-09Address PR feedbackgdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Support non-constant texture offsets on non-NVIDIA gpusgdkchan
2020-01-09Use maximum shared memory size supported by hardwaregdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk