Commit 447e7c1
Update osu-framework submodule to latest master (D3D12, low-latency, UVSync, raw keyboard, EGL front buffer, Vulkan optimizations); add latency mode setting to UI
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/0f2ef327-b878-4bcc-9ad5-0e1acfca5018
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent 186549d commit 447e7c1
3 files changed
Lines changed: 15 additions & 1 deletion
File tree
- osu.Game
- Localisation
- Overlays/Settings/Sections/Graphics
- submodules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
Submodule osu-framework updated 65 files
- .config/dotnet-tools.json+1-1
- .github/workflows/ci.yml+2-1
- README.md+30-1
- osu-framework.Desktop.slnf+4-1
- osu-framework.sln+282-25
- osu.Framework.Android.props+1-1
- osu.Framework.Android/AndroidGameHost.cs+18
- osu.Framework.Tests/Bindables/BindableNumberTest.cs+7
- osu.Framework.Tests/Bindables/BindableTest.cs+4
- osu.Framework.Tests/Extensions/TestIsNullableTypeExtensions.cs+1
- osu.Framework.Tests/IO/TestWebRequest.cs+5
- osu.Framework.iOS.props+6-1
- osu.Framework/Allocation/BackgroundDependencyLoaderAttribute.cs+2
- osu.Framework/Allocation/CachedAttribute.cs+2
- osu.Framework/Allocation/CachedModelDependencyContainer.cs+2
- osu.Framework/Allocation/ResolvedAttribute.cs+2
- osu.Framework/Bindables/IBindableWithCurrent.cs+2
- osu.Framework/Configuration/FrameSync.cs+6
- osu.Framework/Configuration/FrameworkConfigManager.cs+5
- osu.Framework/Configuration/InputConfigManager.cs+4
- osu.Framework/Configuration/RendererType.cs+6
- osu.Framework/Configuration/TypedRepopulatingConverter.cs+2
- osu.Framework/Development/DebugUtils.cs+10-7
- osu.Framework/Development/ReflectionUtils.cs+2-1
- osu.Framework/Extensions/ExtensionMethods.cs+5
- osu.Framework/Extensions/OSPlatformExtensions.cs+2
- osu.Framework/Graphics/Containers/CompositeDrawable.cs+3-1
- osu.Framework/Graphics/Containers/GridContainer.cs+2-2
- osu.Framework/Graphics/Drawable.HandleInputCache.cs+2
- osu.Framework/Graphics/Drawable.cs+1
- osu.Framework/Graphics/OpenGL/Buffers/GLVertexUtils.cs+2
- osu.Framework/Graphics/Rendering/LowLatency/IDirect3D11LowLatencyProvider.cs+12
- osu.Framework/Graphics/Rendering/LowLatency/ILowLatencyProvider.cs+24
- osu.Framework/Graphics/Rendering/LowLatency/LatencyMarker.cs+17
- osu.Framework/Graphics/Rendering/LowLatency/LatencyMode.cs+12
- osu.Framework/Graphics/Rendering/LowLatency/NoOpDirect3D11LowLatencyProvider.cs+22
- osu.Framework/Graphics/Rendering/LowLatency/NoOpLowLatencyProvider.cs+22
- osu.Framework/Graphics/Rendering/Renderer.cs+2
- osu.Framework/Graphics/Shaders/ShaderCompilationStore.cs+2
- osu.Framework/Graphics/Transforms/TransformCustom.cs+2
- osu.Framework/Graphics/Veldrid/VeldridDevice.cs+7
- osu.Framework/Graphics/Veldrid/VeldridExtensions.cs+43
- osu.Framework/Graphics/Veldrid/VeldridRenderer.cs+1
- osu.Framework/Graphics/Veldrid/Vertices/VeldridVertexUtils.cs+2
- osu.Framework/Graphics/Visualisation/DrawVisualiser.cs+2
- osu.Framework/Graphics/Visualisation/PropertyDisplay.cs+2
- osu.Framework/IO/Network/JsonWebRequest.cs+2
- osu.Framework/IO/Serialization/BindableJsonConverter.cs+2
- osu.Framework/IO/Serialization/SortedListJsonConverter.cs+2
- osu.Framework/IO/Stores/DllResourceStore.cs+2
- osu.Framework/Platform/GameHost.cs+164-8
- osu.Framework/Platform/GraphicsSurfaceType.cs+6
- osu.Framework/Platform/NamedPipeIpcProvider.cs+4
- osu.Framework/Platform/NativeStorage.cs+3-1
- osu.Framework/Platform/SDL2/SDL2GraphicsSurface.cs+2
- osu.Framework/Platform/SDL3/SDL3GraphicsSurface.cs+60
- osu.Framework/Platform/SDL3/SDL3Window.cs+13
- osu.Framework/Platform/Storage.cs+2
- osu.Framework/Platform/TcpIpcProvider.cs+4
- osu.Framework/Statistics/DotNetRuntimeListener.cs+2
- osu.Framework/Testing/MenuTestScene.cs+3
- osu.Framework/Testing/TestBrowser.cs+6
- osu.Framework/Testing/TestScene.cs+4
- osu.Framework/Threading/DrawThread.cs+2
- submodules/veldrid+1-1
0 commit comments