tgsi: include struct definitions for tgsi_build declarations
authorRob Herring <robh@kernel.org>
Mon, 8 Jan 2018 21:17:48 +0000 (15:17 -0600)
committerRob Herring <robh@kernel.org>
Wed, 10 Jan 2018 20:56:09 +0000 (14:56 -0600)
commitaf8fd389961aabdac0a5b0e6171b17950a659f30
treed9bf083f7c39ca519c2ec2233bbc1b8ecf69483e
parent5c4081d66d4a45d20e7520c6b6411135780b6bdd
tgsi: include struct definitions for tgsi_build declarations

Many of the functions declared in tgsi_build.h return structs (not struct
pointers). Therefore the full struct definitions are needed to avoid
warnings or errors:

In file included from src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp:23:
external/mesa3d/src/gallium/auxiliary/tgsi/tgsi_build.h:47:1: error: 'tgsi_build_header' has C-linkage specified, but returns incomplete type 'struct tgsi_header' which could be incompatible with C [-Werror,-Wreturn-type-c-linkage]

This error shows up on Android builds using clang and -Werror.

Cc: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Rob Herring <robh@kernel.org>
src/gallium/auxiliary/tgsi/tgsi_build.h