aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
AgeCommit message (Expand)Author
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-06-25Add support for custom line widths (#2406)gdkchan
2021-01-13Implement clear buffer (fast path) (#1902)gdkchan
2020-12-02Implement Force Early Z Register (#1755)riperiperi
2020-11-13Use "Screen Scissor" as size hint for render targets (#1703)riperiperi
2020-09-24Implement small indexed draws and other fixes to make guest Vulkan work (#1558)gdkchan
2020-07-28Implement alpha test using legacy functions (#1426)gdkchan
2020-07-23New GPFifo and fast guest constant buffer updates (#1400)gdkchan
2020-07-20GL: Implement more Point parameters (#1399)mageven
2020-07-15Initial transform feedback support (#1370)gdkchan
2020-07-10Implement Logical Operation registers and functionality (#1380)riperiperi
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-05-29Implement FIFO semaphore (#1286)gdkchan
2020-05-04Implement user-defined clipping on GL state pipeline (#1118)mageven
2020-04-25Implement Constant Color blends (#1119)mageven
2020-04-19Implement GPU syncpoints (#980)Thog
2020-04-17Implement Depth Clamping (#1120)mageven
2020-04-07Simple GPU fixes (#1093)mageven
2020-03-29Implement GPU scissors (#1058)gdkchan
2020-02-02Support configurable point size (#916)gdkchan
2020-01-22Ignore exit flag on branch delay slot (#899)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Stategdkchan
2020-01-09Support depth clip mode and disable shader fast math optimization on NVIDIA a...gdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Initial support for the guest OpenGL driver (NVIDIA and Nouveau)gdkchan
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk