index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
radeon_vce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
radeon/vce: add vce support for firmware 53.19.4
Leo Liu
1
-0
/
+6
2017-03-30
radeon/vce: adapt gfx9 surface to vce
Leo Liu
1
-5
/
+19
2017-03-30
gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*
Marek Olšák
1
-4
/
+4
2016-12-21
radeonsi: add Polaris12 support (v3)
Junwei Zhang
1
-1
/
+2
2016-12-05
radeon/vce Handle H.264 level 5.2
Andy Furniss
1
-1
/
+2
2016-11-01
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
1
-2
/
+2
2016-10-26
radeon/vce: use nblk_y instead of npix_y
Marek Olšák
1
-2
/
+2
2016-10-04
winsys/radeon: add buffer_get_reloc_offset
Nicolai Hähnle
1
-1
/
+1
2016-09-30
radeon/vce: adjust the buffer offset when relocation is used
Nicolai Hähnle
1
-0
/
+1
2016-09-27
gallium/radeon: add RADEON_USAGE_SYNCHRONIZED
Nicolai Hähnle
1
-1
/
+2
2016-09-20
radeon/vce: add firmware support for version 52.8.3
Leo Liu
1
-0
/
+3
2016-07-05
radeon/vce: increase cpb height alignment
Leo Liu
1
-1
/
+1
2016-06-28
radeon/vce: use vce structure for vce 52 firmware
Boyuan Zhang
1
-0
/
+4
2016-05-17
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
1
-1
/
+1
2016-03-24
radeon/vce: disable two pipe mode for Polaris11
Sonny Jiang
1
-1
/
+2
2016-03-24
radeon/vce: add Polaris11 VCE firmware support
Sonny Jiang
1
-0
/
+3
2016-03-20
gallium/radeon: remove old CS tracing
Marek Olšák
1
-2
/
+2
2016-03-09
gallium/radeon: use explicit drm_major, drm_minor check
Emil Velikov
1
-1
/
+2
2015-12-11
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
1
-5
/
+5
2015-11-20
radeon/vce: disable two pipe mode for stoney
Leo Liu
1
-1
/
+2
2015-11-20
radeon/vce: add new firmware interface support
Leo Liu
1
-5
/
+16
2015-10-03
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
1
-1
/
+1
2015-10-03
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
1
-1
/
+1
2015-08-14
radeon/vce: disable VCE dual instance for harvest part
Leo Liu
1
-1
/
+3
2015-08-14
radeon/vce: implement VCE dual instance support
Leo Liu
1
-2
/
+11
2015-08-14
radeon/vce: make reloc offset signed
Christian König
1
-2
/
+2
2015-08-14
radeon/vce: add config task and put task info into encoder v2
Leo Liu
1
-12
/
+9
2015-08-14
radeon/vce: add dual pipe support for VI
Leo Liu
1
-3
/
+3
2015-08-14
radeon/vce: add new firmware support for VI and CI
Leo Liu
1
-1
/
+7
2015-08-14
radeon/vce: implement VCE two pipe support
Leo Liu
1
-0
/
+5
2015-08-14
gallium/radeon: use VM for VCE
Christian König
1
-0
/
+24
2015-08-07
winsys/radeon: add an interface for contexts
Marek Olšák
1
-1
/
+2
2015-05-22
radeon/vce: adapt new firmware interface changes
Christian König
1
-2
/
+20
2015-05-22
radeon/vce: move CPB handling function into common code
Christian König
1
-0
/
+38
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-03-31
radeon/vce: implement video usability information support
Leo Liu
1
-0
/
+5
2014-09-11
radeon/video: use more of the common buffer code v2
Christian König
1
-8
/
+9
2014-08-28
gallium/radeon: cleanup header inclusion
Emil Velikov
1
-1
/
+1
2014-07-23
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
1
-4
/
+4
2014-06-18
radeon/vce: set number of cpbs based on level
Leo Liu
1
-3
/
+60
2014-05-27
radeon/vce: implement non-referenced frames
Leo Liu
1
-2
/
+4
2014-04-16
gallium/radeon: create and return a fence in the flush function
Marek Olšák
1
-2
/
+3
2014-04-16
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
1
-2
/
+1
2014-04-11
radeon/vce: add proper CPB backtrack
Christian König
1
-6
/
+81
2014-04-11
radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
Christian König
1
-1
/
+1
2014-04-04
radeon/vce: cleanup cpb handling
Leo Liu
1
-3
/
+19
2014-03-08
radeon/vce: fix memory leak
Christian König
1
-0
/
+1
2014-02-13
radeon/vce: initial VCE support v8
Christian König
1
-0
/
+274