aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Image
AgeCommit message (Expand)Author
2020-11-20Allow copy destination to have a different scale from source (#1711)riperiperi
2020-11-20Perform Compressed<->Uncompressed copies using Pixel Buffer Objects (#1732)riperiperi
2020-11-02Add seamless cubemap flag in sampler parameters. (#1658)riperiperi
2020-11-01Fix compressed to non-compressed texture copy size (#1649)gdkchan
2020-10-29Scale texture resolution before sending to backend (#1646)gdkchan
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-08-04Improved Logger (#1292)mageven
2020-07-26Implement BGRA texture support (#1418)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-05-24Remember bound framebuffer to avoid glGetInteger use. (#1273)riperiperi
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan