vk/image: Don't abort when creating stencil image views
authorChad Versace <chad.versace@intel.com>
Fri, 28 Aug 2015 14:59:59 +0000 (07:59 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 28 Aug 2015 14:59:59 +0000 (07:59 -0700)
When creating a stencil image view, log a FINISHME but don't abort.
We're sooooo close to having this working.

src/vulkan/anv_image.c

index 242de52f639c95e625ef7d07875415048e5aa8f8..656193f774e765e228eb2512fc73b583346f5245 100644 (file)
@@ -492,7 +492,6 @@ anv_image_get_surface_for_aspect(struct anv_image *image, VkImageAspect aspect)
    case VK_IMAGE_ASPECT_STENCIL:
       assert(image->format->has_stencil);
       anv_finishme("stencil image views");
-      abort();
       return &image->stencil_surface;
     default:
        unreachable("image does not have aspect");