broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.
authorEric Anholt <eric@anholt.net>
Fri, 1 Sep 2017 21:38:54 +0000 (14:38 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:04 +0000 (11:42 -0700)
commit59257c35eb5ce4a58d6cff20ed24a8203b045af8
tree47bbf54c90d73a693f3f0d27934c6469f0dc7688
parentae106592a60d5b35facfc6957919820393ec1d40
broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.

Unlike vc4, where the compiler and gallium driver live together, for vc5
the compiler will live up in the shared broadcom directory, and need
access to the debug flags.  Define a set of debug flags and helpers there,
so it can be shared between compiler, vc5, and vulkan.
src/broadcom/Makefile.sources
src/broadcom/common/v3d_debug.c [new file with mode: 0644]
src/broadcom/common/v3d_debug.h [new file with mode: 0644]