summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/radeon_vcn_dec.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle1-6/+12
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák1-1/+1
2018-10-23radeon/vcn: add jpeg decode implementationBoyuan Zhang1-7/+14
2018-10-23radeon/vcn: separate send cmd call from end frameBoyuan Zhang1-8/+21
2018-10-23radeon/vcn: create cs based on ring typeBoyuan Zhang1-2/+6
2018-10-23radeon/vcn: move radeon decoder define to header fileBoyuan Zhang1-31/+0
2018-07-16radeonsi: remove non-GFX BO priority flagsMarek Olšák1-1/+1
2018-06-19radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák1-4/+4
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák1-1/+1
2018-04-27radeonsi: rename r600_texture::resource to bufferMarek Olšák1-1/+1
2018-04-27radeonsi: use r600_resource() typecast helperMarek Olšák1-2/+2
2018-04-26radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang1-9/+9
2018-04-12radeon/vcn: add VP9 profile2 supportLeo Liu1-0/+16
2018-04-12radeon/vcn: add VP9 context bufferLeo Liu1-0/+26
2018-04-12radeon/vcn: get VP9 msg bufferLeo Liu1-1/+175
2018-04-12radeon/vcn: fill probability table to prob buffersLeo Liu1-0/+38
2018-04-12radeon/vcn: add VP9 prob table bufferLeo Liu1-18/+34
2018-04-12radeon/vcn: add VP9 dpb buffer sizeLeo Liu1-0/+6
2018-04-12radeon/vcn: add VP9 stream type for decoderLeo Liu1-0/+3
2018-04-05radeonsi: remove r600_common_contextMarek Olšák1-2/+2
2018-04-05radeonsi: use r600_common_context less pt7Marek Olšák1-3/+3
2018-01-17radeon: remove unneeded semicolonsGrazvydas Ignotas1-3/+3
2018-01-16radeon/vcn: update quantiser matrices only when requestedIndrajit Das1-6/+11
2017-12-15radeon/vcn: add and manage render picture listBoyuan Zhang1-4/+24
2017-11-29r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák1-1/+1
2017-11-29radeonsi: remove r600_common_screenMarek Olšák1-2/+2
2017-09-26r600: fork and import gallium/radeonMarek Olšák1-28/+28
2017-08-22radeon/vcn: enable P016 mode supportLeo Liu1-7/+11
2017-08-22radeon/vcn: correct target buffer pitch calculationLeo Liu1-1/+1
2017-07-25radeon/vcn: move message buffer to vram for nowLeo Liu1-1/+2
2017-06-27radeon/vcn: enable h264 decode entension supportLeo Liu1-0/+1
2017-05-25radeon/vcn: add decode message for mpeg4 codecLeo Liu1-0/+51
2017-05-25radeon/vcn: add decode message for mpeg2 codecLeo Liu1-0/+66
2017-05-25radeon/vcn: add decode message for vc1 codecLeo Liu1-0/+72
2017-05-25radeon/vcn: add decode message for hevc codecLeo Liu1-0/+225
2017-05-25radeon/vcn: add decode message decode for avc codecLeo Liu1-4/+193
2017-05-25radeon/vcn: add decode message feedbackLeo Liu1-1/+5
2017-05-25radeon/vcn: add decode message destroyLeo Liu1-1/+10
2017-05-25radeon/vcn: add decode message createLeo Liu1-1/+21
2017-05-25radeon/vcn: add common decode partLeo Liu1-0/+671