diff options
author | Chia-I Wu <[email protected]> | 2014-09-22 10:12:06 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-22 10:36:27 +0800 |
commit | 17e7582465e2210f479350449b9598864728b4d0 (patch) | |
tree | a2a5afe0fb882b437c2c95e7c51f9e9bfbdaccc9 /src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h | |
parent | 49b8fb937f76d49fb5d2ed0d2c99e947a389d686 (diff) |
ilo: move size estimation check out of pipeline
It can be done outside of the pipeline. Let's move it.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h b/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h index 968e3ef2a24..247e10e11dc 100644 --- a/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h +++ b/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h @@ -38,7 +38,6 @@ struct gen6_pipeline_session { uint32_t pipe_dirty; int reduced_prim; - int init_cp_space; bool hw_ctx_changed; bool batch_bo_changed; |