summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2014-09-20 00:59:20 +0800
committerChia-I Wu <olvaffe@gmail.com>2014-09-20 10:13:53 +0800
commit3cb383c1c9174a6ca4c9135e3962723c7ddb9f78 (patch)
treef831eb0b8d00d2d28ae3e7dfdbab4f79aae1aae5 /src/gallium/drivers/ilo/ilo_screen.c
parentc4ed6c730f5fab03e19bf009d1ed85da3fd966db (diff)
downloadexternal_mesa3d-3cb383c1c9174a6ca4c9135e3962723c7ddb9f78.zip
external_mesa3d-3cb383c1c9174a6ca4c9135e3962723c7ddb9f78.tar.gz
external_mesa3d-3cb383c1c9174a6ca4c9135e3962723c7ddb9f78.tar.bz2
ilo: make ilo_fence opaque
It is manipulated only in ilo_screen.c.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c
index 4988d6b..bfd67da 100644
--- a/src/gallium/drivers/ilo/ilo_screen.c
+++ b/src/gallium/drivers/ilo/ilo_screen.c
@@ -25,6 +25,7 @@
* Chia-I Wu <olv@lunarg.com>
*/
+#include "pipe/p_state.h"
#include "os/os_misc.h"
#include "util/u_format_s3tc.h"
#include "vl/vl_decoder.h"
@@ -39,6 +40,11 @@
#include "ilo_public.h"
#include "ilo_screen.h"
+struct ilo_fence {
+ struct pipe_reference reference;
+ struct intel_bo *bo;
+};
+
int ilo_debug;
static const struct debug_named_value ilo_debug_flags[] = {