mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
anv: remove dummy VK_DEBUG_MARKER_EXT entry points
The vkCmdDbgMarker{Begin,End} symbols are exported, yet the json does no
advertise that the driver supports the extension. Furthermore the
functions are empty stubs.
Remove those until we get a proper implementation and json notation.
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit ebd5dc8826)
This commit is contained in:
parent
21411adc27
commit
52f094859a
1 changed files with 0 additions and 20 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue