Both patches look good to me :

Reviewed-by: Lionel Landwerlin <[email protected]>

On 26/01/17 13:48, Eric Engestrom wrote:
Signed-off-by: Eric Engestrom <[email protected]>
---
  src/intel/vulkan/anv_util.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/src/intel/vulkan/anv_util.c b/src/intel/vulkan/anv_util.c
index 5fbc7cc113..289d01ecb0 100644
--- a/src/intel/vulkan/anv_util.c
+++ b/src/intel/vulkan/anv_util.c
@@ -82,7 +82,10 @@ __vk_errorf(VkResult error, const char *file, int line, 
const char *format, ...)
     ERROR_CASE(VK_ERROR_MEMORY_MAP_FAILED)
     ERROR_CASE(VK_ERROR_LAYER_NOT_PRESENT)
     ERROR_CASE(VK_ERROR_EXTENSION_NOT_PRESENT)
+   ERROR_CASE(VK_ERROR_FEATURE_NOT_PRESENT)
     ERROR_CASE(VK_ERROR_INCOMPATIBLE_DRIVER)
+   ERROR_CASE(VK_ERROR_TOO_MANY_OBJECTS)
+   ERROR_CASE(VK_ERROR_FORMAT_NOT_SUPPORTED)
     ERROR_CASE(VK_ERROR_FRAGMENTED_POOL)
/* Extension errors */


_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to