1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 23:23:30 +08:00
osu-lazer/osu.Game/Screens/Ranking
Dean Herbert f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
..
AspectContainer.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
ResultMode.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
ResultModeButton.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
ResultModeTabControl.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
Results.cs Merge branch 'master' into disallow-beatmap-change 2018-06-04 10:53:04 +09:00
ResultsPage.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
ResultsPageRanking.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
ResultsPageScore.cs Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00