aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_context.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-04-16 16:24:40 +0800
committerChia-I Wu <[email protected]>2013-04-26 16:16:42 +0800
commit86940bf41cb86cddab9efffe03c97c793cf3f6f3 (patch)
tree1ec180db5d53e26cc7219792d1dddaec8d69bca1 /src/gallium/drivers/ilo/ilo_context.h
parenteed1e5a4071b1523b1dd099cdf328414904ecb3e (diff)
ilo: hook up pipe context flush function
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h
index da340ce5b4b..cb2971f7730 100644
--- a/src/gallium/drivers/ilo/ilo_context.h
+++ b/src/gallium/drivers/ilo/ilo_context.h
@@ -55,6 +55,8 @@
#define ILO_WM_TEXTURE_SURFACE(i) (ILO_MAX_DRAW_BUFFERS + ILO_MAX_CONST_BUFFERS + i)
struct intel_winsys;
+struct intel_bo;
+struct ilo_cp;
struct ilo_screen;
struct ilo_context {
@@ -73,6 +75,9 @@ struct ilo_context {
int max_vs_entries;
int max_gs_entries;
} urb;
+
+ struct ilo_cp *cp;
+ struct intel_bo *last_cp_bo;
};
static inline struct ilo_context *