From: Kristian Høgsberg Date: Wed, 20 May 2015 23:42:11 +0000 (-0700) Subject: vk: Remove render pass stub call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9e66ea62111ffaba4a2b0307b8a5e29c2b8368a;p=mesa.git vk: Remove render pass stub call This isn't really a stub. --- diff --git a/src/vulkan/device.c b/src/vulkan/device.c index 7cce0a1a394..745e5dd7090 100644 --- a/src/vulkan/device.c +++ b/src/vulkan/device.c @@ -3223,8 +3223,6 @@ void anv_CmdEndRenderPass( .VFCacheInvalidationEnable = true, .TextureCacheInvalidationEnable = true, .CommandStreamerStallEnable = true); - - stub(); } void vkCmdDbgMarkerBegin(