summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_video.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/video: don't use sub-allocated buffersNicolai Hähnle2016-09-301-1/+7
* radeon/uvd: move polaris fw check into radeon_video.c v2Christian König2016-07-081-3/+13
* radeon/video: fix coding style in radeon_video.c v2Christian König2016-07-081-15/+15
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-1/+1
* radeon/uvd: fix the H264 level for Tonga v2Christian König2016-06-021-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-1/+1
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-271-1/+1
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-271-2/+2
* radeon/video: enable HEVC main 10 decodeBoyuan Zhang2016-03-111-2/+6
* radeon/uvd: increase max height to 4096 for VI and newerTamil velan2016-03-081-1/+1
* radeon/uvd: disable MPEG1Christian König2016-03-081-0/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-5/+5
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-061-2/+1
* radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher2015-10-221-32/+18
* radeon/uvd: implement HEVC supportBoyuan Zhang2015-08-141-0/+10
* radeon/video: config encode stacked frame number based on HWLeo Liu2015-08-141-0/+2
* radeon/video: add 4K support for decode/encode parametersLeo Liu2015-08-141-4/+4
* 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
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-1/+2
* radeon/video: use the hw to initial clear the buffersChristian König2014-09-111-6/+4
* radeon/video: use more of the common buffer code v2Christian König2014-09-111-30/+23
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* radeon/uvd: remove comment about RV770Alex Deucher2014-08-271-1/+0
* radeon/uvd: fix field handling on R6XX style UVDChristian König2014-08-261-2/+5
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-231-4/+7
* radeon/uvd: disable VC-1 simple/main on UVD 2.xGrigori Goronzy2014-06-181-1/+4
* radeon/vce: initial VCE support v8Christian König2014-02-131-0/+25
* vl: add H264 encoding interfaceChristian König2014-02-111-2/+3
* radeon/video: directly create buffers in the right domainChristian König2014-02-061-3/+6
* radeon/video: seperate common video functionsChristian König2014-02-061-0/+293