summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_uvd.c
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-041-1/+1
* radeon/uvd: adjust the buffer offset when relocation is usedNicolai Hähnle2016-09-301-0/+1
* gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle2016-09-271-1/+2
* radeon/uvd: add session context buffer for polaris 10/11 v2Christian König2016-07-181-0/+20
* radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission failsMarek Olšák2016-07-141-6/+9
* radeon/uvd: simplify sending context buffer messageChristian König2016-07-081-4/+1
* radeon/uvd: fix contex buffer destruction in the error pathChristian König2016-07-081-6/+2
* radeon/uvd: move polaris fw check into radeon_video.c v2Christian König2016-07-081-8/+0
* radeon/uvd: fix overflow error while calculating bit stream buffer sizeIndrajit Das2016-07-041-1/+1
* radeon/uvd: fix a h265 context size bugsonjiang2016-06-291-0/+3
* radeon/uvd: seperate uvd context buffer from DPBsonjiang2016-06-291-9/+97
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-1/+1
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-3/+2
* radeon/uvd: fix tonga feedback buffer sizeLeo Liu2016-04-141-4/+8
* radeon/uvd: alignment fix for decode message bufferBoyuan Zhang2016-04-111-1/+1
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-2/+2
* radeon/uvd: handle HEVC main 10 decodeBoyuan Zhang2016-03-111-11/+58
* radeon/uvd: silence a warningMarek Olšák2016-02-101-0/+3
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-16/+16
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-231-0/+2
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-061-0/+6
* radeon/uvd: implement and add flag for VAAPI HEVC decodeBoyuan Zhang2015-10-271-0/+7
* 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/uvd: remove unused variablesGrazvydas Ignotas2015-08-181-4/+1
* radeon/uvd: implement HEVC supportBoyuan Zhang2015-08-141-17/+225
* radeon/uvd: make 30M as minimum for MPEG4 dpb buffer sizeLeo Liu2015-08-141-0/+2
* radeon/uvd: recalculate dbp buffer sizeLeo Liu2015-08-141-22/+59
* gallium/radeon: add h264 performance HW decoder supportLeo Liu2015-08-141-22/+41
* gallium/radeon: use VM for UVDChristian König2015-08-141-2/+14
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+2
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-3/+3
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-1/+0
* radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffersChristian König2014-09-111-1/+1
* radeon/video: use the hw to initial clear the buffersChristian König2014-09-111-3/+3
* radeon/video: use more of the common buffer code v2Christian König2014-09-111-19/+21
* 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-3/+5
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-1/+1
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-1/+1
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-111-1/+2
* radeon/uvd: fix typo in documentationDieter Nützel2014-03-041-1/+1
* radeon/video: directly create buffers in the right domainChristian König2014-02-061-3/+3
* radeon/video: seperate common video functionsChristian König2014-02-061-291/+27
* radeon/uvd: fix feedback buffer handling v2Christian König2014-02-041-12/+28
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-30/+29
* radeon/uvd: fix H264 chroma format handlingChristian König2013-10-281-1/+15
* radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy2013-10-091-1/+3
* radeon/uvd: try to fix VC-1 decodingGrigori Goronzy2013-10-091-33/+38
* radeon/uvd: fix video format reportingGrigori Goronzy2013-10-091-2/+5