radv: add RADV_DEBUG=allentrypoints
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 14 Aug 2019 01:49:52 +0000 (21:49 -0400)
committerAndres Rodriguez <andresx7@gmail.com>
Wed, 21 Aug 2019 17:47:35 +0000 (17:47 +0000)
commitbd960390bb9cd652bdcc5374ae65349c2947532c
tree1dafbe5d489e6baf12a063b499a9e3120ed57195
parent0ae72df0133fe26f5713538f773646a3d1f1a730
radv: add RADV_DEBUG=allentrypoints

This debug option allows vkGet[Instance/Device]ProcAddr() to succeed
even if the extension associated with the requested entrypoint was not
enabled.

This has come in handy in a few instances when debugging VR
applications, so I thought it would be good to have a cleaned up version
upstreamed.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_debug.h
src/amd/vulkan/radv_device.c