diff options
author | Chia-I Wu <[email protected]> | 2013-04-29 09:58:51 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-01 11:22:20 +0800 |
commit | 51d749e7e2f0b3f835ddc5f61bb380bf486350f1 (patch) | |
tree | f49b2572e1b89732eba3d2ea2edbfbd744b588b9 /src/gallium/drivers/ilo/ilo_3d.h | |
parent | bb1f635dcc8f6d817b49785edcf6ec6b46ca5405 (diff) |
ilo: use ilo_dev_info in GPE and 3D pipeline
We need only dev->gen and dev->gt, but it makes sense to expose other
information to the pipeline.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_3d.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_3d.h b/src/gallium/drivers/ilo/ilo_3d.h index 0febec883ff..044959821aa 100644 --- a/src/gallium/drivers/ilo/ilo_3d.h +++ b/src/gallium/drivers/ilo/ilo_3d.h @@ -58,7 +58,7 @@ struct ilo_3d { }; struct ilo_3d * -ilo_3d_create(struct ilo_cp *cp, int gen, int gt); +ilo_3d_create(struct ilo_cp *cp, const struct ilo_dev_info *dev); void ilo_3d_destroy(struct ilo_3d *hw3d); |