Skip to content

v128.0 beta9 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@HinTak HinTak released this 29 Jul 15:56
· 142 commits to main since this release
ec0fe5b

Since m127:

  • Vulkan symbols are renamed to skgpu::* . We use the older GrVk* forms,
    but also alias them to skgpu.Vulkan* , under the skia.skgpu namespace
    (i.e. similar to upstream's skgpu::, with python syntax), so that both
    m87-like and current continue to work.

Since m126:

  • CentOS 7 EOL on 1 Jul 2024: small update to how we build the packages; We now more explicitly
    build for mac os 10.13+ in Skia.

  • Adding references and code snipplets to OpenGL settings for Apple users. fixes #214

  • GrVkExtensionFlags & GrVkFeatureFlags removed upsteam.

  • Some redirections/aliases are added to allow newly written python codes to look like
    their current C counterparts (in addition to supporting a m87-like API).
    We also added some direct calls to currently APIs which were accessible
    only via m87-like emulations. Re-enabled a few parameterized tests removed
    during the m87->m116 transition.

What's Changed

Full Changelog: v126.0b8...v128.0b9