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:
@@ -1050,10 +1050,10 @@ lvp_get_physical_device_properties_1_2(struct lvp_physical_device *pdevice,
|
|||||||
);
|
);
|
||||||
|
|
||||||
p->conformanceVersion = (VkConformanceVersion){
|
p->conformanceVersion = (VkConformanceVersion){
|
||||||
.major = 0,
|
.major = 1,
|
||||||
.minor = 0,
|
.minor = 3,
|
||||||
.subminor = 0,
|
.subminor = 1,
|
||||||
.patch = 0,
|
.patch = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
p->denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL;
|
p->denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL;
|
||||||
@@ -1499,8 +1499,6 @@ VKAPI_ATTR VkResult VKAPI_CALL lvp_CreateDevice(
|
|||||||
const VkAllocationCallbacks* pAllocator,
|
const VkAllocationCallbacks* pAllocator,
|
||||||
VkDevice* pDevice)
|
VkDevice* pDevice)
|
||||||
{
|
{
|
||||||
vk_warn_non_conformant_implementation("lavapipe");
|
|
||||||
|
|
||||||
LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice);
|
LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice);
|
||||||
struct lvp_device *device;
|
struct lvp_device *device;
|
||||||
struct lvp_instance *instance = (struct lvp_instance *)physical_device->vk.instance;
|
struct lvp_instance *instance = (struct lvp_instance *)physical_device->vk.instance;
|
||||||
|
|||||||
Reference in New Issue
Block a user