[go: nahoru, domu]

Skip to content

Tags: Ryujinx/Ryujinx

Tags

1.1.1340

Toggle 1.1.1340's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve some Vulkan validation errors (#6915)

* Fix some validation errors

* Whitespace correction

* Resolve some runtime validation errors.

* Whitespace

* Properly fix usage realted validation error by setting Extended Usage image creation flag.

* Only if supported

* Remove checking extension for features that are core functionality of Vulkan 1.2

1.1.1339

Toggle 1.1.1339's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure the string is long enough before performing basic trim (#6982)

1.1.1338

Toggle 1.1.1338's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.6.0 to 7.6.2 (

…#6965)

Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.6.0 to 7.6.2.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/7.6.2/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.6.0...7.6.2)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ac_K <Acoustik666@gmail.com>

1.1.1337

Toggle 1.1.1337's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SetProcessMemoryPermission address and size are always 64-bit (#6977)

1.1.1336

Toggle 1.1.1336's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
JIT: Coalesce copies on LSRA with simple register preferencing (#6950)

* JIT: Coalesce copies on LSRA with simple register preferencing

* PPTC version bump

1.1.1335

Toggle 1.1.1335's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
JIT: Ensure entry block has no predecessors on RegisterUsage pass (#6951

)

1.1.1334

Toggle 1.1.1334's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: for pooled memory used for reference types, clear it on return t…

…o the pool so that it doesn't prevent GC of the instances it contained (#6937)

1.1.1333

Toggle 1.1.1333's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend bindless elimination to catch a few more specific cases (#6921)

* Catch more cases on bindless elimination

* Match blocks with the same comparison condition

* Shader cache version bump

1.1.1332

Toggle 1.1.1332's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<…

…byte>` (#6911)

1.1.1331

Toggle 1.1.1331's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
nuget: bump Microsoft.IO.RecyclableMemoryStream from 3.0.0 to 3.0.1 (#…

…6936)

Bumps [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/releases)
- [Changelog](https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/blob/master/CHANGES.md)
- [Commits](microsoft/Microsoft.IO.RecyclableMemoryStream@3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.IO.RecyclableMemoryStream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>