null-driver: Turn on all the features 89/65689/1
authorTaekyun Kim <tkq.kim@samsung.com>
Mon, 11 Apr 2016 10:19:58 +0000 (19:19 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 12 Apr 2016 05:56:03 +0000 (14:56 +0900)
Null driver can do everything!!!

Change-Id: Ia00b4649de8f368b905ecf12b08a876ce63a2723

src/null-driver/null-driver.c

index 1c52dec..3c9f2e7 100644 (file)
@@ -1459,8 +1459,7 @@ get_physical_device_features(VkPhysicalDevice dev,
 {
        NULLDRV_LOG_FUNC;
 
-       /* TODO: fill out features */
-       memset(features, 0, sizeof(*features));
+       memset(features, 0xff, sizeof(*features));
 }
 
 static VKAPI_ATTR void VKAPI_CALL