i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / ilo / ilo_cp.h
2015-05-02 Chia-I Wuilo: move command builder to core
2015-05-02 Chia-I Wuilo: rename ilo_dev_info to ilo_dev
2015-05-02 Chia-I Wuilo: move intel_winsys.h to core
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2014-09-21 Chia-I Wuilo: clarify cp owning/releasing
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-19 Chia-I Wuilo: remove ilo_cp_empty()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-09 Chia-I Wuilo: remove unused ilo_cp functions
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: winsys may limit the batch buffer size
2014-03-10 Chia-I Wuilo: rework winsys bo reloc functions
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-01 Chia-I Wuilo: allow one-off flags to be specified for CP
2013-04-26 Chia-I Wuilo: add command parser