aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-031-1/+1
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-1/+1
* radeon/vce: disable VCE dual instance for harvest partLeo Liu2015-08-141-1/+3
* radeon/vce: implement VCE dual instance supportLeo Liu2015-08-141-2/+11
* radeon/vce: make reloc offset signedChristian König2015-08-141-2/+2
* radeon/vce: add config task and put task info into encoder v2Leo Liu2015-08-141-12/+9
* radeon/vce: add dual pipe support for VILeo Liu2015-08-141-3/+3
* radeon/vce: add new firmware support for VI and CILeo Liu2015-08-141-1/+7
* radeon/vce: implement VCE two pipe supportLeo Liu2015-08-141-0/+5
* gallium/radeon: use VM for VCEChristian König2015-08-141-0/+24
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+2
* radeon/vce: adapt new firmware interface changesChristian König2015-05-221-2/+20
* radeon/vce: move CPB handling function into common codeChristian König2015-05-221-0/+38
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-1/+1
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-1/+0
* radeon/vce: implement video usability information supportLeo Liu2015-03-311-0/+5
* radeon/video: use more of the common buffer code v2Christian König2014-09-111-8/+9
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-4/+4
* radeon/vce: set number of cpbs based on levelLeo Liu2014-06-181-3/+60
* radeon/vce: implement non-referenced framesLeo Liu2014-05-271-2/+4
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-2/+3
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-2/+1
* radeon/vce: add proper CPB backtrackChristian König2014-04-111-6/+81
* radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMESChristian König2014-04-111-1/+1
* radeon/vce: cleanup cpb handlingLeo Liu2014-04-041-3/+19
* radeon/vce: fix memory leakChristian König2014-03-081-0/+1
* radeon/vce: initial VCE support v8Christian König2014-02-131-0/+274