[Mesa-stable] [PATCH 5/6] anv: remove dummy VK_DEBUG_MARKER_EXT entry points
Jason Ekstrand
jason at jlekstrand.net
Wed Jul 27 15:19:41 UTC 2016
Thanks. We only had that because at one point we weren't using the loader
and dota2 needed it. No longer an issue...
On Jul 27, 2016 6:03 AM, "Emil Velikov" <emil.l.velikov at gmail.com> wrote:
From: Emil Velikov <emil.velikov at collabora.com>
The vkCmdDbgMarker{Begin,End} symbols are exported, yet the json does not
that the driver supports the extension. Furturmore the functions are empty
stubs.
Remove those until we get a proper implementation and json notation.
Cc: "12.0" <mesa-stable at lists.freedesktop.org>
Cc: Jason Ekstrand <jason at jlekstrand.net>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/intel/vulkan/anv_device.c | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index e445c96..8f1a617 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -1792,23 +1792,3 @@ void anv_DestroyFramebuffer(
anv_free2(&device->alloc, pAllocator, fb);
}
-
-void vkCmdDbgMarkerBegin(
- VkCommandBuffer commandBuffer,
- const char* pMarker)
- __attribute__ ((visibility ("default")));
-
-void vkCmdDbgMarkerEnd(
- VkCommandBuffer commandBuffer)
- __attribute__ ((visibility ("default")));
-
-void vkCmdDbgMarkerBegin(
- VkCommandBuffer commandBuffer,
- const char* pMarker)
-{
-}
-
-void vkCmdDbgMarkerEnd(
- VkCommandBuffer commandBuffer)
-{
-}
--
2.9.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-stable/attachments/20160727/fb2f35ce/attachment.html>
More information about the mesa-stable
mailing list