aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_uvd.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/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
* radeon/uvd: optimize message handling a bitChristian König2013-10-071-44/+53
* radeon/uvd: try to place msg/fb buffer into GARTChristian König2013-09-251-2/+2
* radeon/uvd: move alignment to winsysChristian König2013-09-251-6/+0
* radeon/uvd: async flush the UVD csChristian König2013-09-221-1/+1
* radeon/uvd: move more logic into the common filesChristian König2013-09-121-1/+20
* radeon/uvd: use more sane defaults for bitstream buffer sizeChristian König2013-09-121-1/+3
* radeon/uvd: save the aligned width & heightChristian König2013-09-021-0/+2
* radeon/uvd: fix MPEG2/4 ref frame index limitChristian König2013-08-291-2/+2
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-13/+13
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-19/+19
* vl: use a template for create_video_decoderChristian König2013-08-191-23/+12
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+24
* radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2013-07-121-1/+4
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-031-2/+2
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* radeon/uvd: fix quant scan order for mpeg2Christian König2013-05-011-2/+6
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-261-1/+0
* radeon/uvd: stop using anonymous unionsChristian König2013-04-261-33/+33
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-2/+2
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-0/+1111