aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_uvd.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-301-1228/+1240
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-031-1/+2
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-281-3/+3
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-1/+1
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-281-4/+6
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-1/+1
* radeon/uvd: remove get mjpeg slice headerBoyuan Zhang2018-10-231-157/+0
* radeon/uvd: use bitstream coded number for symbols of Huffman tablesLeo Liu2018-09-241-4/+14
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-161-2/+1
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-1/+1
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-7/+7
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-051-9/+9
* radeon/uvd: update quantiser matrices only when requestedIndrajit Das2018-01-161-6/+11
* radeon/uvd: add and manage render picture listBoyuan Zhang2017-12-151-4/+25
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-291-1/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-7/+7
* radeonsi/uvd: don't call ws->query_infoMarek Olšák2017-11-291-9/+6
* ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák2017-11-271-1/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-6/+0
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-1/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-29/+29
* radeon/uvd: fix the assertion check for YUYV formatLeo Liu2017-09-061-3/+5
* radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu2017-09-021-0/+11
* radeon/uvd: fix MJPEG quantization table indexLeo Liu2017-09-021-1/+1
* radeon/uvd: add YUYV format support for target bufferLeo Liu2017-08-211-2/+4
* radeon/uvd: reconstruct MJPEG bitstreamLeo Liu2017-08-211-0/+136
* radeon/uvd: add MJPEG supportLeo Liu2017-08-211-9/+22
* radeon/uvd: get the target buffer pitch correct for different formatLeo Liu2017-08-211-2/+2
* radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang2017-03-301-4/+12
* radeon/uvd: clear message buffer when reuseLeo Liu2017-03-301-1/+2
* radeon/uvd: adapt gfx9 surface to uvdLeo Liu2017-03-301-36/+67
* radeon/uvd: add uvd soc15 registerLeo Liu2017-03-301-4/+22
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-10/+10
* radeon/uvd: enable 10bit HEVC decode v2Christian König2017-03-131-7/+10
* radeon/UVD: fix the decoding target pitch calculationChristian König2017-03-131-1/+1
* radeon/uvd: add h264 constrained baseline supportBoyuan Zhang2017-02-011-0/+1
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-011-1/+1
* 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