aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_video.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-301-64/+60
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-091-86/+0
* radeonsi: fix VAAPI segfault due to various bugsMichel Dänzer2019-09-241-0/+1
* radeonsi: use the correct buffer size in si_vid_clear_bufferMarek Olšák2019-07-191-1/+1
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-3/+3
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-281-2/+4
* radeonsi: merge SI and CI dma_clear_buffer and remove the callbackMarek Olšák2018-09-101-2/+1
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-1/+1
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-3/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-5/+5
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-2/+2
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-051-8/+6
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-3/+3
* radeonsi: move video queries into si_get.cMarek Olšák2017-11-291-149/+0
* radeon/video: enable encode support for ravenBoyuan Zhang2017-11-171-1/+2
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-6/+0
* radeon/video: add gfx9 offsets when rejoin the video surfaceLeo Liu2017-10-261-1/+4
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-17/+10
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-22/+22
* radeon/video: Return false explicitly for HEVC if not the caseLeo Liu2017-08-231-0/+1
* radeon/video: MJPEG not support stacked video buffersLeo Liu2017-08-211-1/+5
* radeon/video: add MJPEG supportLeo Liu2017-08-211-0/+8
* gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák2017-07-051-1/+2
* radeon/uvd: adapt gfx9 surface to uvdLeo Liu2017-03-301-14/+24
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-7/+7
* radeon/uvd: enable 10bit HEVC decode v2Christian König2017-03-131-1/+10
* radeonsi: use SDMA in rvid_buffer_clear on CIK-VIMarek Olšák2017-01-051-2/+2
* gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák2016-10-261-1/+1
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-261-2/+2
* radeon/video: don't use sub-allocated buffersNicolai Hähnle2016-09-301-1/+7
* radeon/uvd: move polaris fw check into radeon_video.c v2Christian König2016-07-081-3/+13
* radeon/video: fix coding style in radeon_video.c v2Christian König2016-07-081-15/+15
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-1/+1
* radeon/uvd: fix the H264 level for Tonga v2Christian König2016-06-021-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-1/+1
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-271-1/+1
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-271-2/+2
* radeon/video: enable HEVC main 10 decodeBoyuan Zhang2016-03-111-2/+6
* radeon/uvd: increase max height to 4096 for VI and newerTamil velan2016-03-081-1/+1
* radeon/uvd: disable MPEG1Christian König2016-03-081-0/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-5/+5
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-061-2/+1
* radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher2015-10-221-32/+18
* radeon/uvd: implement HEVC supportBoyuan Zhang2015-08-141-0/+10
* radeon/video: config encode stacked frame number based on HWLeo Liu2015-08-141-0/+2
* radeon/video: add 4K support for decode/encode parametersLeo Liu2015-08-141-4/+4
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-1/+1
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-1/+0
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-071-1/+2