index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
radeon_video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
1
-2
/
+4
2018-09-10
radeonsi: merge SI and CI dma_clear_buffer and remove the callback
Marek Olšák
1
-2
/
+1
2018-06-19
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
1
-1
/
+1
2018-04-27
radeonsi: use r600_resource() typecast helper
Marek Olšák
1
-3
/
+2
2018-04-05
radeonsi: remove r600_common_context
Marek Olšák
1
-5
/
+5
2018-04-05
radeonsi: use si_context instead of pipe_context in parameters pt2
Marek Olšák
1
-2
/
+2
2018-04-05
radeonsi: use r600_common_context less pt7
Marek Olšák
1
-8
/
+6
2017-11-29
radeonsi: remove r600_common_screen
Marek Olšák
1
-3
/
+3
2017-11-29
radeonsi: move video queries into si_get.c
Marek Olšák
1
-149
/
+0
2017-11-17
radeon/video: enable encode support for raven
Boyuan Zhang
1
-1
/
+2
2017-11-02
radeonsi: remove 'Authors:' comments
Marek Olšák
1
-6
/
+0
2017-10-26
radeon/video: add gfx9 offsets when rejoin the video surface
Leo Liu
1
-1
/
+4
2017-10-07
gallium/radeon: remove old r600g code checking chip_class and family
Marek Olšák
1
-17
/
+10
2017-09-26
r600: fork and import gallium/radeon
Marek Olšák
1
-22
/
+22
2017-08-23
radeon/video: Return false explicitly for HEVC if not the case
Leo Liu
1
-0
/
+1
2017-08-21
radeon/video: MJPEG not support stacked video buffers
Leo Liu
1
-1
/
+5
2017-08-21
radeon/video: add MJPEG support
Leo Liu
1
-0
/
+8
2017-07-05
gallium/radeon: fix VDPAU breakage, need VRAM with WC
Marek Olšák
1
-1
/
+2
2017-03-30
radeon/uvd: adapt gfx9 surface to uvd
Leo Liu
1
-14
/
+24
2017-03-30
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
1
-7
/
+7
2017-03-13
radeon/uvd: enable 10bit HEVC decode v2
Christian König
1
-1
/
+10
2017-01-05
radeonsi: use SDMA in rvid_buffer_clear on CIK-VI
Marek Olšák
1
-2
/
+2
2016-10-26
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
1
-1
/
+1
2016-10-26
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
1
-2
/
+2
2016-09-30
radeon/video: don't use sub-allocated buffers
Nicolai Hähnle
1
-1
/
+7
2016-07-08
radeon/uvd: move polaris fw check into radeon_video.c v2
Christian König
1
-3
/
+13
2016-07-08
radeon/video: fix coding style in radeon_video.c v2
Christian König
1
-15
/
+15
2016-06-25
gallium/radeon: use r600_resource_reference
Marek Olšák
1
-1
/
+1
2016-06-02
radeon/uvd: fix the H264 level for Tonga v2
Christian König
1
-1
/
+1
2016-05-17
Treewide: Remove Elements() macro
Jan Vesely
1
-1
/
+1
2016-04-28
radeonsi: rework clear_buffer flags
Marek Olšák
1
-1
/
+1
2016-04-27
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
1
-1
/
+1
2016-04-27
radeon/video: always use the reusable buffer pool
Nicolai Hähnle
1
-2
/
+2
2016-03-11
radeon/video: enable HEVC main 10 decode
Boyuan Zhang
1
-2
/
+6
2016-03-08
radeon/uvd: increase max height to 4096 for VI and newer
Tamil velan
1
-1
/
+1
2016-03-08
radeon/uvd: disable MPEG1
Christian König
1
-0
/
+1
2015-12-11
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
1
-5
/
+5
2015-11-06
radeon/uvd: fix VC-1 simple/main profile decode v2
Boyuan Zhang
1
-2
/
+1
2015-10-22
radeon/uvd: don't expose HEVC on old UVD hw (v3)
Alex Deucher
1
-32
/
+18
2015-08-14
radeon/uvd: implement HEVC support
Boyuan Zhang
1
-0
/
+10
2015-08-14
radeon/video: config encode stacked frame number based on HW
Leo Liu
1
-0
/
+2
2015-08-14
radeon/video: add 4K support for decode/encode parameters
Leo Liu
1
-4
/
+4
2015-04-29
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
1
-1
/
+1
2015-04-29
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
1
-1
/
+0
2015-01-07
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
1
-1
/
+2
2014-09-11
radeon/video: use the hw to initial clear the buffers
Christian König
1
-6
/
+4
2014-09-11
radeon/video: use more of the common buffer code v2
Christian König
1
-30
/
+23
2014-08-28
gallium/radeon: cleanup header inclusion
Emil Velikov
1
-1
/
+1
2014-08-27
radeon/uvd: remove comment about RV770
Alex Deucher
1
-1
/
+0
2014-08-26
radeon/uvd: fix field handling on R6XX style UVD
Christian König
1
-2
/
+5
[next]