1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game
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
..
Audio Prefer namespace lookups first 2018-07-10 15:23:47 +09:00
Beatmaps Merge remote-tracking branch 'upstream/master' into framework-image-changes 2018-09-07 18:56:00 +09:00
Configuration Merge branch 'master' into ruleset-configs 2018-06-12 13:13:18 +09:00
Database Merge remote-tracking branch 'upstream/master' into add-skin-import-delete 2018-09-07 18:18:03 +09:00
Graphics DrawInfo -> DrawColourInfo 2018-09-06 18:02:04 +09:00
Input Update framework 2018-07-21 16:21:53 +09:00
IO Update with async changes 2018-08-27 17:05:58 +09:00
IPC Normalize all the line endings 2018-04-13 18:26:38 +09:00
Migrations Update framework 2018-07-21 16:21:53 +09:00
Online Run the queue faster if multiple requests are pending 2018-09-06 17:38:15 +09:00
Overlays Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
Properties Normalize all the line endings 2018-04-13 18:26:38 +09:00
Rulesets Fix mania throwing an exception on start of map 2018-08-30 14:58:00 +09:00
Screens Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
Skinning Update framework 2018-09-07 19:00:43 +09:00
Storyboards Merge remote-tracking branch 'upstream/master' into framework-image-changes 2018-09-07 18:56:00 +09:00
Tests Prevent fatal failures on delete failures 2018-07-23 10:39:43 +02:00
Users Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
Utils Add back missing statement 2018-08-17 12:27:36 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2018-09-07 19:00:43 +09:00
OsuGame.cs Add "import all skins from stable" option (and mass delete) 2018-09-03 10:10:04 +09:00
OsuGameBase.cs Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00