aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine
AgeCommit message (Expand)Author
2020-08-14Add missing depth-color conversions in CopyTexture (#1474)mageven
2020-08-13Fix MacroJit SubtractWithBorrow Alu Reg Operation. (#1473)LDj3SNuD
2020-08-06Silence several build warnings (#1428)gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-08-03Implement a Macro JIT (#1445)gdkchan
2020-07-28Implement alpha test using legacy functions (#1426)gdkchan
2020-07-26Use polygon offset clamp if supported (#1429)gdkchan
2020-07-25Remove GPU MemoryAccessor (#1423)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-12New NVDEC and VIC implementation (#1384)gdkchan
2020-07-10Implement Logical Operation registers and functionality (#1380)riperiperi
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-07-04Fix buffer to 3D texture copy (#1354)gdkchan
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-07-04Fix compute restore of previous shader state (#1352)gdkchan
2020-06-22Fix regression caused by wrong SB descriptor offset (#1316)gdkchan
2020-06-13Optimize texture format conversion, and MethodCopyBuffer (#1274)riperiperi
2020-05-29Implement FIFO semaphore (#1286)gdkchan
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-05-04Implement Counter Queue and Partial Host Conditional Rendering (#1167)riperiperi
2020-05-04Implement user-defined clipping on GL state pipeline (#1118)mageven
2020-04-30Fix depth clamp enable bit, unit scale for polygon offset. (#1178)riperiperi
2020-04-25Implement texture buffers (#1152)gdkchan
2020-04-25Implement Constant Color blends (#1119)mageven
2020-04-22Initial conditional rendering support (#1012)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2020-04-20Report more realistic GPU timestamps when FastGpuTime is enabled (#1139)gdkchan
2020-04-19Implement GPU syncpoints (#980)Thog
2020-04-17Implement Depth Clamping (#1120)mageven
2020-04-07Simple GPU fixes (#1093)mageven
2020-03-30Support constant attributes (with a value of zero) (#1066)gdkchan
2020-03-29Implement GPU scissors (#1058)gdkchan
2020-02-11Support compute uniform buffers emulated with global memory (#924)gdkchan
2020-02-07Only enumerate cached textures that are modified when flushing. (#918)riperiperi
2020-02-02Use correct shader local memory size instead of a hardcoded size (#914)gdkchan
2020-02-02Support configurable point size (#916)gdkchan
2020-01-22Ignore exit flag on branch delay slot (#899)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Fix some shader disposal issuesgdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Remove more unused codegdkchan
2020-01-09GPU resource disposalgdkchan