diff options
author | Chia-I Wu <[email protected]> | 2014-09-12 23:09:27 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-13 08:30:32 +0800 |
commit | 45023db7a91c12d1bf11648e6b3cc2a43adad2b7 (patch) | |
tree | f0e1e7bf5466a015b3bff4b76cc76d40af043289 /src/gallium/drivers/ilo/ilo_builder.h | |
parent | 84a40ce86b1010873b194eb9bf0b8744234b829c (diff) |
ilo: move GPE common functions to ilo_builder_render.h
Move 3D/media common functions to the new header.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_builder.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_builder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/ilo/ilo_builder.h b/src/gallium/drivers/ilo/ilo_builder.h index eb9e05de207..2dab97fa306 100644 --- a/src/gallium/drivers/ilo/ilo_builder.h +++ b/src/gallium/drivers/ilo/ilo_builder.h @@ -482,8 +482,4 @@ void ilo_builder_batch_restore(struct ilo_builder *builder, const struct ilo_builder_snapshot *snapshot); -void -ilo_builder_batch_state_base_address(struct ilo_builder *builder, - bool init_all); - #endif /* ILO_BUILDER_H */ |