osu/osu.Game/Screens
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
..
Backgrounds Revert async changes 2018-08-31 07:07:10 +09:00
Charts
Direct
Edit Merge branch 'master' into circular-button 2018-08-21 19:15:20 +09:00
Menu DrawInfo -> DrawColourInfo 2018-09-06 18:02:04 +09:00
Multi
Play Revert async changes 2018-08-31 07:07:10 +09:00
Ranking Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
Select Merge branch 'master' into add-skin-import-delete 2018-09-07 16:48:01 +09:00
Tournament Update framework 2018-09-07 19:00:43 +09:00
BackgroundScreen.cs
Loader.cs Fix notifications appearing too early in load process 2018-08-23 11:21:56 +09:00
OsuScreen.cs Revert async changes 2018-08-31 07:07:10 +09:00
ScreenWhiteBox.cs