diff options
author | Chia-I Wu <[email protected]> | 2013-04-16 16:36:03 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:16:43 +0800 |
commit | e6186b0769b2a42a69ca2c5e9ef014b5961ba05d (patch) | |
tree | 12b35e7f4cddab323fbc6163216a955080bcaf5a /src/gallium/drivers/ilo/ilo_context.h | |
parent | 5b310f62300ecbb2549578cbcc36267083fdccea (diff) |
ilo: hook up pipe context 3D functions
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h index 58fee1f1821..695f6f4d29a 100644 --- a/src/gallium/drivers/ilo/ilo_context.h +++ b/src/gallium/drivers/ilo/ilo_context.h @@ -57,6 +57,7 @@ struct blitter_context; struct intel_winsys; struct intel_bo; +struct ilo_3d; struct ilo_cp; struct ilo_screen; struct ilo_shader_state; @@ -87,6 +88,7 @@ struct ilo_context { struct intel_bo *last_cp_bo; struct ilo_shader_cache *shader_cache; + struct ilo_3d *hw3d; struct blitter_context *blitter; uint32_t dirty; |