radeon/vce: Move global function pointer si_get_pic_param to local encoder structure
[mesa.git] / src / gallium / drivers / radeon / radeon_vcn_dec.c
2020-01-03 Thong Thairadeon: Use P010 for decoding of 10-bit videos
2019-10-30 Leo Liuradeon/vcn: Add VP9 8K decode support
2019-09-06 Zhu, Jamesradeon: Fix mjpeg issue for ARCTURUS
2019-09-06 Leo Liuradeon/vcn: add RENOIR VCN decode support
2019-07-29 Leo Liuradeon/vcn/vp9: add Arcturus VP9 support
2019-07-29 Leo Liuradeon/vcn: add Arcturus decode support
2019-07-03 Boyuan Zhangradeon/vcn: add direct register bool
2019-07-03 Leo Liuradeon/vcn: add VP9 support for Navi10
2019-07-03 Leo Liuradeon/vcn: add VCN2 set of internal registers for IB
2019-06-28 Pierre-Eric Pellou... radeon/uvd: fix calc_ctx_size_h265_main10
2019-04-01 Leo Liuradeon/vcn/vp9: search the render target from the whole...
2019-03-27 Leo Liuradeon/vcn: add H.264 constrained baseline support
2019-01-22 Marek Olšákradeonsi: rename r600_resource -> si_resource
2018-11-28 Nicolai Hähnlewinsys/amdgpu: explicitly declare whether buffer_map...
2018-11-09 Marek Olšákradeonsi: stop command submission with PIPE_CONTEXT_LOS...
2018-10-23 Boyuan Zhangradeon/vcn: add jpeg decode implementation
2018-10-23 Boyuan Zhangradeon/vcn: separate send cmd call from end frame
2018-10-23 Boyuan Zhangradeon/vcn: create cs based on ring type
2018-10-23 Boyuan Zhangradeon/vcn: move radeon decoder define to header file
2018-07-16 Marek Olšákradeonsi: remove non-GFX BO priority flags
2018-06-19 Marek Olšákradeonsi: rename r600_texture -> si_texture, rxxx ...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-04-27 Marek Olšákradeonsi: rename r600_texture::resource to buffer
2018-04-27 Marek Olšákradeonsi: use r600_resource() typecast helper
2018-04-26 Boyuan Zhangradeon/vcn: fix mpeg4 msg buffer settings
2018-04-12 Leo Liuradeon/vcn: add VP9 profile2 support
2018-04-12 Leo Liuradeon/vcn: add VP9 context buffer
2018-04-12 Leo Liuradeon/vcn: get VP9 msg buffer
2018-04-12 Leo Liuradeon/vcn: fill probability table to prob buffers
2018-04-12 Leo Liuradeon/vcn: add VP9 prob table buffer
2018-04-12 Leo Liuradeon/vcn: add VP9 dpb buffer size
2018-04-12 Leo Liuradeon/vcn: add VP9 stream type for decoder
2018-04-05 Marek Olšákradeonsi: remove r600_common_context
2018-04-05 Marek Olšákradeonsi: use r600_common_context less pt7
2018-01-16 Grazvydas Ignotasradeon: remove unneeded semicolons
2018-01-16 Indrajit Dasradeon/vcn: update quantiser matrices only when requested
2017-12-15 Boyuan Zhangradeon/vcn: add and manage render picture list
2017-11-29 Marek Olšákr300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FL...
2017-11-29 Marek Olšákradeonsi: remove r600_common_screen
2017-09-26 Marek Olšákr600: fork and import gallium/radeon
2017-08-22 Leo Liuradeon/vcn: enable P016 mode support
2017-08-22 Leo Liuradeon/vcn: correct target buffer pitch calculation
2017-07-25 Leo Liuradeon/vcn: move message buffer to vram for now
2017-06-27 Leo Liuradeon/vcn: enable h264 decode entension support
2017-05-25 Leo Liuradeon/vcn: add decode message for mpeg4 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for mpeg2 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for vc1 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for hevc codec
2017-05-25 Leo Liuradeon/vcn: add decode message decode for avc codec
2017-05-25 Leo Liuradeon/vcn: add decode message feedback
2017-05-25 Leo Liuradeon/vcn: add decode message destroy
2017-05-25 Leo Liuradeon/vcn: add decode message create
2017-05-25 Leo Liuradeon/vcn: add common decode part