aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vcn_dec.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-301-1409/+1369
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-031-2/+4
* radeon/vcn: Add VP9 8K decode supportLeo Liu2019-10-301-1/+1
* radeon: Fix mjpeg issue for ARCTURUSZhu, James2019-09-061-0/+1
* radeon/vcn: add RENOIR VCN decode supportLeo Liu2019-09-061-4/+4
* radeon/vcn/vp9: add Arcturus VP9 supportLeo Liu2019-07-291-3/+3
* radeon/vcn: add Arcturus decode supportLeo Liu2019-07-291-1/+11
* radeon/vcn: add direct register boolBoyuan Zhang2019-07-031-0/+2
* radeon/vcn: add VP9 support for Navi10Leo Liu2019-07-031-10/+20
* radeon/vcn: add VCN2 set of internal registers for IBLeo Liu2019-07-031-9/+25
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-281-3/+3
* radeon/vcn/vp9: search the render target from the whole listLeo Liu2019-04-011-1/+1
* radeon/vcn: add H.264 constrained baseline supportLeo Liu2019-03-271-0/+1
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-2/+2
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-281-6/+12
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-1/+1
* radeon/vcn: add jpeg decode implementationBoyuan Zhang2018-10-231-7/+14
* radeon/vcn: separate send cmd call from end frameBoyuan Zhang2018-10-231-8/+21
* radeon/vcn: create cs based on ring typeBoyuan Zhang2018-10-231-2/+6
* radeon/vcn: move radeon decoder define to header fileBoyuan Zhang2018-10-231-31/+0
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-161-1/+1
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-4/+4
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-1/+1
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-1/+1
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-2/+2
* radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang2018-04-261-9/+9
* radeon/vcn: add VP9 profile2 supportLeo Liu2018-04-121-0/+16
* radeon/vcn: add VP9 context bufferLeo Liu2018-04-121-0/+26
* radeon/vcn: get VP9 msg bufferLeo Liu2018-04-121-1/+175
* radeon/vcn: fill probability table to prob buffersLeo Liu2018-04-121-0/+38
* radeon/vcn: add VP9 prob table bufferLeo Liu2018-04-121-18/+34
* radeon/vcn: add VP9 dpb buffer sizeLeo Liu2018-04-121-0/+6
* radeon/vcn: add VP9 stream type for decoderLeo Liu2018-04-121-0/+3
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-2/+2
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-051-3/+3
* radeon: remove unneeded semicolonsGrazvydas Ignotas2018-01-171-3/+3
* radeon/vcn: update quantiser matrices only when requestedIndrajit Das2018-01-161-6/+11
* radeon/vcn: add and manage render picture listBoyuan Zhang2017-12-151-4/+24
* 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-2/+2
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-28/+28
* radeon/vcn: enable P016 mode supportLeo Liu2017-08-221-7/+11
* radeon/vcn: correct target buffer pitch calculationLeo Liu2017-08-221-1/+1
* radeon/vcn: move message buffer to vram for nowLeo Liu2017-07-251-1/+2
* radeon/vcn: enable h264 decode entension supportLeo Liu2017-06-271-0/+1
* radeon/vcn: add decode message for mpeg4 codecLeo Liu2017-05-251-0/+51
* radeon/vcn: add decode message for mpeg2 codecLeo Liu2017-05-251-0/+66
* radeon/vcn: add decode message for vc1 codecLeo Liu2017-05-251-0/+72
* radeon/vcn: add decode message for hevc codecLeo Liu2017-05-251-0/+225
* radeon/vcn: add decode message decode for avc codecLeo Liu2017-05-251-4/+193