summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_cp.h
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 ILO_DEBUG=hangChia-I Wu2015-03-051-0/+3
* ilo: clarify cp owning/releasingChia-I Wu2014-09-211-2/+2
* ilo: rename ilo_cp_flush()Chia-I Wu2014-09-191-14/+14
* ilo: remove ilo_cp_empty()Chia-I Wu2014-09-191-9/+0
* ilo: simplify ilo_cp_set_owner()Chia-I Wu2014-09-191-70/+20
* ilo: remove unused ilo_cp functionsChia-I Wu2014-09-091-145/+0
* ilo: use ilo_builder for kernels and STATE_BASE_ADDRESSChia-I Wu2014-09-091-1/+5
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-091-75/+39
* ilo: replace domains by reloc flagsChia-I Wu2014-08-261-4/+4
* ilo: move ring types to winsysChia-I Wu2014-03-101-10/+3
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-101-1/+1
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-101-5/+10
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-201-2/+16
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-2/+2
* ilo: replace cp hooks by cp owner and flush callbackChia-I Wu2013-05-211-37/+64
* ilo: harware contexts are only for the render ringChia-I Wu2013-05-211-1/+1
* ilo: allow one-off flags to be specified for CPChia-I Wu2013-05-011-0/+11
* ilo: add command parserChia-I Wu2013-04-261-0/+325