ilo: EOL drop unmaintained gallium drv from buildsys
[mesa.git] / src / gallium / drivers / ilo / ilo_cp.c
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-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
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_DEBUG=3d
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-12 Chia-I Wuilo: clean up MI functions
2014-09-12 Chia-I Wuilo: move MI functions to ilo_builder_mi.h
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: use genhw command opcodes
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-03-10 Chia-I Wuilo: require hardware logical context support
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 batch buffer functions
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
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-06-07 Chia-I Wuilo: unmap cp bo before destroying it
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