mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
lavapipe: state latest conformance tests passed
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Cc: mesa-stable "22.1" Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17643>
This commit is contained in:
parent
7b0fcd8932
commit
bfebf51571
1 changed files with 4 additions and 6 deletions
|
|
@ -1050,10 +1050,10 @@ lvp_get_physical_device_properties_1_2(struct lvp_physical_device *pdevice,
|
|||
);
|
||||
|
||||
p->conformanceVersion = (VkConformanceVersion){
|
||||
.major = 0,
|
||||
.minor = 0,
|
||||
.subminor = 0,
|
||||
.patch = 0,
|
||||
.major = 1,
|
||||
.minor = 3,
|
||||
.subminor = 1,
|
||||
.patch = 1,
|
||||
};
|
||||
|
||||
p->denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL;
|
||||
|
|
@ -1499,8 +1499,6 @@ VKAPI_ATTR VkResult VKAPI_CALL lvp_CreateDevice(
|
|||
const VkAllocationCallbacks* pAllocator,
|
||||
VkDevice* pDevice)
|
||||
{
|
||||
vk_warn_non_conformant_implementation("lavapipe");
|
||||
|
||||
LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice);
|
||||
struct lvp_device *device;
|
||||
struct lvp_instance *instance = (struct lvp_instance *)physical_device->vk.instance;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue