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