1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 23:37:26 +08:00
osu-lazer/osu.Game/Overlays/Profile/Sections
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
..
Beatmaps Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
Historical Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
Kudosu Update framework 2018-07-21 16:21:53 +09:00
Ranks Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
Recent Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
AboutSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
BeatmapMetadataContainer.cs Fix linking still being broken 2018-07-10 16:02:13 +09:00
BeatmapsSection.cs Remove redundant multiple previews handling from PaginatedBeatmapContainer 2018-04-29 15:50:02 +03:00
DrawableProfileRow.cs Update framework 2018-07-21 16:21:53 +09:00
HistoricalSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
KudosuSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
MedalsSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
PaginatedContainer.cs Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
RanksSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
RecentSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00