OSDN Git Service

radeonsi: include ac_binary.h for struct ac_shader_binary
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 16 Jun 2017 18:53:50 +0000 (19:53 +0100)
committerAndres Gomez <agomez@igalia.com>
Wed, 28 Jun 2017 17:17:13 +0000 (20:17 +0300)
commit2cce0c2971797f6f45057156ce025c8736c9a11a
treef657c540ba3cfca1a56a2cc2475bfa495dfd9014
parent065643fe67e5b6ac7e7f0437d3a4a93474615b6c
radeonsi: include ac_binary.h for struct ac_shader_binary

The header embeds the struct so it needs the header inclusion instead of
the dummy forward declaration.

Cc: Nicolai Hähnle <nicolai.haehnle@amd.com>
Cc: Marek Olšák <marek.olsak@amd.com>
Cc: Tom Stellard <tstellar@redhat.com>
Fixes: 32206c5e560 ("radeonsi: Add radeon_shader_binary member to struct
si_shader")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
(cherry picked from commit 1f958c1337290b4062a77f79fc101bb9f4bdf515)
src/gallium/drivers/radeonsi/si_shader.h