summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_cp.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: move command builder to coreChia-I Wu2015-05-021-1/+1
* ilo: rename ilo_dev_info to ilo_devChia-I Wu2015-05-021-1/+1
* ilo: move intel_winsys.h to coreChia-I Wu2015-05-021-1/+1
* ilo: add more convenient intel_bo_{ref,unref}()Chia-I Wu2015-03-061-4/+2
* ilo: add ILO_DEBUG=hangChia-I Wu2015-03-051-1/+37
* ilo: clarify cp owning/releasingChia-I Wu2014-09-211-11/+10
* ilo: rename ILO_DEBUG=3dChia-I Wu2014-09-191-0/+3
* ilo: rename ilo_cp_flush()Chia-I Wu2014-09-191-7/+7
* ilo: simplify ilo_cp_set_owner()Chia-I Wu2014-09-191-1/+52
* ilo: clean up MI functionsChia-I Wu2014-09-121-1/+1
* ilo: move MI functions to ilo_builder_mi.hChia-I Wu2014-09-121-0/+1
* ilo: remove unused ilo_cp functionsChia-I Wu2014-09-091-1/+0
* ilo: use ilo_builder for kernels and STATE_BASE_ADDRESSChia-I Wu2014-09-091-2/+14
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-091-202/+34
* ilo: use genhw command opcodesChia-I Wu2014-08-261-5/+2
* ilo: replace domains by reloc flagsChia-I Wu2014-08-261-1/+1
* ilo: use only defines from genhw headersChia-I Wu2014-04-141-1/+4
* ilo: add genhw headersChia-I Wu2014-04-141-1/+1
* ilo: require hardware logical context supportChia-I Wu2014-03-101-2/+5
* ilo: move ring types to winsysChia-I Wu2014-03-101-19/+3
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-101-2/+2
* ilo: rework winsys batch buffer functionsChia-I Wu2014-03-101-8/+8
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-101-1/+1
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-101-4/+2
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-101-1/+1
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-201-1/+1
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-16/+16
* ilo: unmap cp bo before destroying itChia-I Wu2013-06-071-1/+6
* ilo: replace cp hooks by cp owner and flush callbackChia-I Wu2013-05-211-50/+27
* ilo: harware contexts are only for the render ringChia-I Wu2013-05-211-4/+8
* ilo: allow one-off flags to be specified for CPChia-I Wu2013-05-011-0/+4
* ilo: add command parserChia-I Wu2013-04-261-0/+323