OSDN Git Service

anv: remove dummy VK_DEBUG_MARKER_EXT entry points
authormil Velikov <emil.velikov@collabora.com>
Wed, 27 Jul 2016 15:19:41 +0000 (08:19 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 1 Sep 2016 10:39:43 +0000 (11:39 +0100)
commit52f094859ab65bd5d620831c73310517480f6a6f
tree5c4174e52e9e8a0029dbc643f373c5498f3ab01d
parent21411adc27a735a3bb73d26633767d3bc97389fe
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 ebd5dc8826ccd23a40bef452181604832c7c913a)
src/intel/vulkan/anv_device.c