summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h
index 4c8c6ff6840..e90209ffdf8 100644
--- a/src/gallium/drivers/ilo/ilo_context.h
+++ b/src/gallium/drivers/ilo/ilo_context.h
@@ -39,8 +39,8 @@
struct u_upload_mgr;
struct intel_winsys;
-struct ilo_3d_pipeline;
struct ilo_blitter;
+struct ilo_render;
struct ilo_screen;
struct ilo_shader_cache;
@@ -56,7 +56,7 @@ struct ilo_context {
struct ilo_shader_cache *shader_cache;
struct ilo_blitter *blitter;
- struct ilo_3d_pipeline *pipeline;
+ struct ilo_render *render;
struct u_upload_mgr *uploader;