THANK YOU! I've been wanting to see this happen for a long time.
On Sun, Oct 16, 2016 at 7:07 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> Although the vulkan drivers include mesa macros.h, for
> radv I'd like to move away from that.
>
> Signed-off-by: Dave Airlie
> ---
> src/mesa/main
From: Dave Airlie
Although the vulkan drivers include mesa macros.h, for
radv I'd like to move away from that.
Signed-off-by: Dave Airlie
---
src/mesa/main/macros.h | 13 -
src/util/macros.h | 13 +
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/s