| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Make structs readonly when applicable (#4002) | Andrey Sukharev | |
| * Make all structs readonly when applicable. It should reduce amount of needless defensive copies * Make structs with trivial boilerplate equality code record structs * Remove unnecessary readonly modifiers from TextureCreateInfo * Make BitMap structs readonly too | |||
| 2020-09-11 | Allow swizzles to match with "undefined" components (#1538) | riperiperi | |
| * Add swizzle matching rules. Improves rules which try to match incompatible formats as perfect, such as D32 float -> R32 float. Remove Format.HasOneComponent, since this information is now available via the FormatInfo struct. * Fix this rule. * Update component counts for depth formats. | |||
| 2020-01-09 | Address PR feedback | gdkchan | |
| 2020-01-09 | Add XML documentation to Ryujinx.Graphics.Gpu.Image | gdkchan | |
| 2020-01-09 | Initial work | gdk | |
