mfkl / libvlcsharp-samples

Various samples on different platforms showcasing LibVLCSharp features
GNU Lesser General Public License v2.1
52 stars 16 forks source link

Bump OpenTK from 4.6.3 to 4.6.4 #115

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps OpenTK from 4.6.3 to 4.6.4.

Release notes

Sourced from OpenTK's releases.

4.6.4

FIX: Made it so that the singular check in Matrix4.Invert is the same between platforms. In particular this fixes an issue where the singular check was too aggressive in the SSE3 path. (@​NogginBops) FIX: Made checking for OpenAL extensions not crash if the extension wasn't present. (@​NogginBops) FIX: Fix to the rewriter to not generate invalid IL on some GLES functions. (@​NogginBops) Updated CONTRIBUTING.md to not contain broken links. (@​asears)

Changelog

Sourced from OpenTK's changelog.

4.6.4

  • FIX: Made it so that the singular check in Matrix4.Invert is the same between platforms. In particular this fixes an issue where the singular check was too aggressive in the SSE3 path. (@​NogginBops)

  • FIX: Made checking for OpenAL extensions not crash if the extension wasn't present. (@​NogginBops)

  • FIX: Fix to the rewriter to not generate invalid IL on some GLES functions. (@​NogginBops)

  • Updated CONTRIBUTING.md to not contain broken links. (@​asears)

Commits
  • 734fe33 Release 4.6.4
  • c938983 Merge pull request #1283 from NogginBops/openal-extension-fix
  • 07354d7 Merge pull request #1286 from NogginBops/fix-array-deref-in-rewriter
  • e7cb8c7 Merge pull request #1291 from NogginBops/fix-matrix-invert-singluar-check
  • f653940 Added explanatory comment.
  • 80901d8 Merge pull request #1292 from asears/update-contrib
  • 53c7695 Update contrib docs toc, fix links, branch names, style
  • dbc2dfd Fixed the check to see if a Matrix4 is singular so that it's the same for bot...
  • 834ceee Fixed IL codegen to use the correct instruction for loading the first element...
  • cba9542 Merge pull request #1282 from NogginBops/license-cleanup
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)