anv: Don't assert-fail if someone asks for a non-existent entrypoint
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:11:53 +0000 (16:11 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:11:53 +0000 (16:11 -0700)
src/intel/vulkan/anv_entrypoints_gen.py

index 1e4cfcb17555fa7d829d2de393ceac0a6bfc3873..cedecfeac702323ed0340a450958039c87ec647f 100644 (file)
@@ -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];
    }