From 4844723405d901afee3ab6a4a6c642ae8ef8bcb4 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 22 Mar 2016 16:11:53 -0700 Subject: [PATCH] anv: Don't assert-fail if someone asks for a non-existent entrypoint --- src/intel/vulkan/anv_entrypoints_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index 1e4cfcb1755..cedecfeac70 100644 --- a/src/intel/vulkan/anv_entrypoints_gen.py +++ b/src/intel/vulkan/anv_entrypoints_gen.py @@ -210,7 +210,6 @@ anv_resolve_entrypoint(uint32_t index) return validate_layer.entrypoints[index]; if (dispatch_devinfo == NULL) { - assert(anv_layer.entrypoints[index]); return anv_layer.entrypoints[index]; } -- 2.30.2