-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main alignment #1807
Merged
Merged
Main alignment #1807
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.0...v17.3.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This class is unsupported when using WASM/WASI-SDK
* Adding TopMost to WindowProperties and GlfwWindow * Adding SDL implementation of TopMost and fixing TopMost {get;set;} * Fixing formattting * Fixing formatting * Properly implementing CoreTopMost, attempt to fix SDL function Co-authored-by: Beyley Thomas <[email protected]>
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.88.1 to 2.88.3. - [Release notes](https://github.com/mono/SkiaSharp/releases) - [Commits](mono/SkiaSharp@v2.88.1...v2.88.3) --- updated-dependencies: - dependency-name: SkiaSharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add Beyley is a code owner of the ImGui OpenGL extensions * Update CODEOWNERS * Update CODEOWNERS
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.45 to 1.11.46. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.11.45...v1.11.46) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…IMD (Revision).md
* start of adding Direct2D * Initial D2D bindings + ColorMatrix added the base D2D bindings - currently there is an issue with some arguments being named string added the Matrix5X4 and appropriate methods to Silk.NET.Maths * Fix ComVtblProcessor missing Keyword override fixed the missing @ from Vtbl function arguments when using C# Keywords for the argument name * Fix BuildTools handling of multilevel anonymous structures and duplicate function culling -This does also include a fix to the type map and added d2d headers Amended: removed D2D1GetGradientMeshInteriorPointsFromCoonsPatch from autogeneration due creating too many overloads. * Add Objidlbase.h to win32Extras and its dependancies -rpcdcep.h does not generate structs properly, so the needed ones are manually generated. The header is included as it does generate several const variables from defines. * Align submodules with main Co-authored-by: Dylan Perks <[email protected]>
* Initial Generation * Update generation to remove Impl suffix * WebGPUTest: Get API, create instance, get adapter, device, and create shader, plus error handling * WebGPU: WGPUBindGroupLayout -> BindGroupLayout * Begin porting https://github.com/gfx-rs/wgpu-native/tree/master/examples/compute * Almost get compute working * WGPU extension * Actually commit the generator.json changes * Properly support IsDeviceExtensionPresent and TryGetDeviceExtension * Add WGPU extension to solution * Add Silk.NET.Windowing.Extensions.WebGPU to create surface from window * Fix naming of Silk.NET.Windowing.Extensions.WebGPU * Formatting * WebGPUTriangle: Get surface * Add android support to WebGPU windowing extension * Make WebGPU surface creation take a IView instead of an IWindow * Create adapter and device * WebGPUTriangle: Shader creation * WebGPUTriangle: Create pipeline * TEMPORARY FIX: make Wgpu.gen.cs *manually* be an extension of the right type @Perksey help pls * HACK: manually import namespace, this struct is either in the wrong namespace or in the wrong project * Get triangle on screen * Hack to fix missing wgpuGetProcAddress function in wgpu-native * WebGPUTriangle: Manually free all resources * Dawn extension, V1 * Make WebGPU extensions generate with the right core name * Make function pointer wrappers generate with the right namespace * Implement getting of Dawn extension, and add to solution * Add beginning of disposal wrapper * Dont generate double structs and enums * Dont write duplicate functions * Remove accidental print statements * Dont duplicate overloads too * WebGPU Disposal: Fix disposal wrapper for TextureView * WebGPU Disposal: Add almost all remaining objects * WebGPUWindow: Add optional Instance parameter * Fore matting * Format WebGPU experiments * Fix WebGPU compute test NOTE: this currently only works on wgpu, not Dawn * Properly generate enum types in fields * Fix examples to use proper enums * Make WebGPU surface creation an extension method on IView * Some formatting in WebGPUTriangle to fix warnings * WebGPUTriangle: Remove useless string concatenation in warning message * why * WebGPUWindow: Move to platform not supported exctepion * Move WebGPU surface creation to Silk.NET.WebGPU * Fix class name being wrong in clang backend * WebGPUSurface: Formatting * Update Assimp binaries (#1129) * Update Vulkan Loader binaries (#1128) * Update GLFW binaries (#1127) * GlfwWindow: Various fixes Apply WindowOptions.IsContextControlDisabled/ShouldSwapAutomatically Dont set context version window hints if theres no API Dont set OpenGLForwardCompat or OpenGLDebugContext on non-OpenGL Dont set context profile on non-OpenGL Use Glfw.DontCare in more places Some reformatting * Begin working on textured quad example * Update ImageSharp from 2.1.0 -> 2.1.3 * texture ON screen * WebGPUTexturedQuad: Move shader to separate file * Port CoreRTTest to latest ImageSharp Does this test even need to exist still??? * Remove unnessesary hack in GlfwWindow Turns out i read the source wrong * WebGPUTexturedQuad: 2d projection matrix to keep the quad the same size always * Move WebGPUTexturedQuad to the lab * Fix formatting in ProjectWriter * Move TypeMapper to TryGetValue * Fix formatting in ClassWriter * BuildTools: Remove ClassName from Project * BuildTools: More formatting fixes * Fix more gneneera hsith * Make core project check smarter * WebGPUSurface: Add support for WASM/HTML Canvas surface creation Now, we dont actually support WASM yet, but this code is here for that time (soon hopefully!) * Update src/Core/Silk.NET.BuildTools/Cpp/Clang.cs Co-authored-by: Dylan Perks <[email protected]> * Formatting fixes * i didnt actually save the file (i dont use vscode that much i dont like how it doesnt save automatically) * Fix generator.cs issues * Clang: properly set flow for const pointers * Fix surface creation and update WebGPU examples * Update src/Core/Silk.NET.BuildTools/Generator.cs Co-authored-by: Dylan Perks <[email protected]> * formatting fix i forgot to commit thanks vscode * Fix WebGPU compute test * Make Disposal project follow the rest of the extensions * Add flag to prevent obsolete enum generation * TypeMapper: Make TypeMapper native name check more thorough * Update WebGPU compute sample to latest bindings * Fix webgpu compute test again Co-authored-by: silkdotnet <[email protected]> Co-authored-by: Dylan Perks <[email protected]>
Bumps [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyModel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#1140) Updates the requirements on [Microsoft.DotNet.ILCompiler](https://github.com/dotnet/runtime) to permit the latest version. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0-preview.1.21102.12...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.DotNet.ILCompiler dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.2...v17.4.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* start of fix IsDeviceExtensionPresent * rework IsDeviceExtensionPresent --------- Co-authored-by: Valentin <[email protected]>
* add opencl demo * rename and modify * add project to sln
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](xunit/xunit@2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Perks <[email protected]>
* update oh no * Update zig build scripts * Update workflows to not clone everything * New binaries for SPIRV-Cross on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (#1719) Co-authored-by: The Silk.NET Automaton <[email protected]> * Update Assimp binaries (#1718) * New binaries for Assimp on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 * New binaries for Assimp on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 * New binaries for Assimp on Microsoft Windows 10.0.20348 --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * Update Vulkan Loader binaries (#1716) * New binaries for Vulkan Loader on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 * New binaries for Vulkan Loader on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Fri Sep 15 16:17:23 PDT 2023; root:xnu-8020.240.18.703.5~1/RELEASE_X86_64 * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348 --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * Update GLFW binaries (#1715) * New binaries for GLFW on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 * New binaries for GLFW on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 * New binaries for GLFW on Microsoft Windows 10.0.20348 --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * New binaries for MoltenVK on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 (#1714) Co-authored-by: The Silk.NET Automaton <[email protected]> * New binaries for SPIRV-Reflect on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (#1713) Co-authored-by: The Silk.NET Automaton <[email protected]> * New binaries for DXVK on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 (#1712) Co-authored-by: The Silk.NET Automaton <[email protected]> * Update SDL2 binaries (#1710) * New binaries for SDL2 on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 * New binaries for SDL2 on Microsoft Windows 10.0.20348 * New binaries for SDL2 on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Fri Sep 15 16:17:23 PDT 2023; root:xnu-8020.240.18.703.5~1/RELEASE_X86_64 --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * Update Wgpu binaries (#1709) * New binaries for Wgpu on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 * New binaries for Wgpu on Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep 7 14:07:14 UTC 2023 * New binaries for Wgpu on Microsoft Windows 10.0.20348 --------- Co-authored-by: The Silk.NET Automaton <[email protected]> * Add missing projects to solution * Map missing PFN to void* * Fix OpenXR compilation It seems something a bit more sinister is happening with enum trimming, and instead of introducing *another* enum trimming special case to handle just this specific enum in this specific case (fixing the logic globally will likely cause more things to break, so the fix would need to be opt-in), lets just use the prefix override * Update shaderc compilation * Update Shaderc binaries (#1729) Co-authored-by: The Silk.NET Automaton <[email protected]> * Update native lib versions * Non-recursively clone submdoules in build.yml --------- Co-authored-by: silkdotnet <[email protected]> Co-authored-by: The Silk.NET Automaton <[email protected]> Co-authored-by: Dylan Perks <[email protected]>
* Update ImGui.NET from 1.89.7.1 to 1.89.9.3 * Fix ImGuiVulkan build
Bumps [morelinq](https://github.com/morelinq/MoreLINQ) from 3.4.2 to 4.0.0. - [Release notes](https://github.com/morelinq/MoreLINQ/releases) - [Commits](morelinq/MoreLINQ@v3.4.2...v4.0.0) --- updated-dependencies: - dependency-name: morelinq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](xunit/xunit@2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix ALC_EXT_EFX hack * Fix extension loading test --------- Co-authored-by: arcraith <[email protected]>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](xunit/xunit@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Perks <[email protected]>
* Make cl_image_desc manual, add missing field, regenerate OpenCL * Regenerate Vulkan bindings * Regenerate OpenXR * Reset submodules, didn't mean to upver * More bindings regen * Patch notes
Bumps [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-* (#1798) Updates the requirements on [Microsoft.DotNet.ILCompiler](https://github.com/dotnet/runtime) to permit the latest version. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.12...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.DotNet.ILCompiler dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyModel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.VisualStudio.Setup.Configuration.Interop from 3.7.2175 to 3.8.2112. --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Setup.Configuration.Interop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Minimum allowed line rate is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prepping for SilkX merge