diff options
author | Chia-I Wu <[email protected]> | 2014-09-24 14:31:07 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-26 21:15:55 +0800 |
commit | 23d66a42a387241af6c05f4e8bed2bdef7a727a5 (patch) | |
tree | cc417bbc82a167a37332538e363075fbeb8a15ef /src/gallium/drivers/ilo/ilo_context.h | |
parent | 3afe30e64be7f4686398f826389159d87d8ae096 (diff) |
ilo: rename 3d_pipeline to render
Follow the file renaming.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_context.h | 4 |
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; |