Skip to content
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

Release core-0.12.1 and hal-0.12.1 #2328

Merged
merged 7 commits into from
Dec 29, 2021
Merged

Release core-0.12.1 and hal-0.12.1 #2328

merged 7 commits into from
Dec 29, 2021

Conversation

kvark
Copy link
Member

@kvark kvark commented Dec 29, 2021

Connections
Includes #2303, #2305, #2307, #2308, #2313, #2314, #2321

Description
A few important fixes here, Metal push constants, and the clearing of textures with render passes.

Testing
Loosely tested on the examples.

MultisampledNight and others added 7 commits December 29, 2021 09:20
…rs#2308)

* [dx12] Fix partial texture barrier not affecting stencil aspect
Fix clearing of D24Plus also clearing "hidden" stencil

* [dx12] fix handling stencil only formats for clears & barriers
…#2321)

Fixes:
  The Vulkan spec states: messageType must be a valid combination of VkDebugUtilsMessageTypeFlagBitsEXT values

Full message:
VUID-VkDebugUtilsMessengerCreateInfoEXT-messageType-parameter(ERROR / SPEC): msgNum: -553000032 - Validation Error: [ VUID-VkDebugUtilsMessengerCreateInfoEXT-messageType-parameter ] Object 0: VK_NULL_HANDLE, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xdf09e3a0 | vkCreateDebugUtilsMessengerEXT: value of pCreateInfo->messageType contains flag bits that are not recognized members of VkDebugUtilsMessageTypeFlagBitsEXT The Vulkan spec states: messageType must be a valid combination of VkDebugUtilsMessageTypeFlagBitsEXT values (https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VUID-VkDebugUtilsMessengerCreateInfoEXT-messageType-parameter)
    Objects: 1
        [0] 0, type: 3, name: NULL
* Implement push constants for metal backend

* Clear push constants on reset; get upload size from layout
@kvark kvark merged commit 44f34a4 into gfx-rs:v0.12 Dec 29, 2021
@kvark kvark deleted the v0.12.1 branch December 29, 2021 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants