1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00
osu-lazer/osu.Game/Overlays/Profile/Sections/Recent
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
..
DrawableRecentActivity.cs Fix osu!supporter naming 2018-06-27 17:57:55 -07:00
MedalIcon.cs Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
PaginatedRecentActivityContainer.cs Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00