aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs
AgeCommit message (Collapse)Author
2020-01-09Initial workgdk
2019-07-02Misc cleanup (#708)Alex Barney
* Fix typos * Remove unneeded using statements * Enforce var style more * Remove redundant qualifiers * Fix some indentation * Disable naming warnings on files with external enum names * Fix build * Mass find & replace for comments with no spacing * Standardize todo capitalization and for/if spacing
2019-04-11Add missing TextureCubeMapArray texture type entry (#657)jduncanator
* Add missing TextureCubeMapArray texture type entry * Duplicate comment from other Create path
2019-03-18Cubemap array support (#649)BaronKiko
2019-03-04Rebased, in theory (#610)BaronKiko
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
* Renaming part 1 * Renaming part 2 * Renaming part 3 * Renaming part 4 * Renaming part 5 * Renaming part 6 * Renaming part 7 * Renaming part 8 * Renaming part 9 * Renaming part 10 * General cleanup * Thought I got all of these * Apply #595 * Additional renaming * Tweaks from feedback * Rename files