index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
radeon_uvd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
1
-1
/
+1
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-1
/
+1
*
radeon/uvd: remove unused variables
Grazvydas Ignotas
2015-08-18
1
-4
/
+1
*
radeon/uvd: implement HEVC support
Boyuan Zhang
2015-08-14
1
-17
/
+225
*
radeon/uvd: make 30M as minimum for MPEG4 dpb buffer size
Leo Liu
2015-08-14
1
-0
/
+2
*
radeon/uvd: recalculate dbp buffer size
Leo Liu
2015-08-14
1
-22
/
+59
*
gallium/radeon: add h264 performance HW decoder support
Leo Liu
2015-08-14
1
-22
/
+41
*
gallium/radeon: use VM for UVD
Christian König
2015-08-14
1
-2
/
+14
*
winsys/radeon: add an interface for contexts
Marek Olšák
2015-08-07
1
-1
/
+2
*
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
2015-04-29
1
-3
/
+3
*
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
2015-04-29
1
-1
/
+0
*
radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
Christian König
2014-09-11
1
-1
/
+1
*
radeon/video: use the hw to initial clear the buffers
Christian König
2014-09-11
1
-3
/
+3
*
radeon/video: use more of the common buffer code v2
Christian König
2014-09-11
1
-19
/
+21
*
gallium/radeon: cleanup header inclusion
Emil Velikov
2014-08-28
1
-1
/
+1
*
r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTT
Michel Dänzer
2014-07-23
1
-3
/
+5
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
1
-1
/
+1
*
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
2014-04-16
1
-1
/
+1
*
r300g,uvd,vce: set priorities for relocations
Marek Olšák
2014-03-11
1
-1
/
+2
*
radeon/uvd: fix typo in documentation
Dieter Nützel
2014-03-04
1
-1
/
+1
*
radeon/video: directly create buffers in the right domain
Christian König
2014-02-06
1
-3
/
+3
*
radeon/video: seperate common video functions
Christian König
2014-02-06
1
-291
/
+27
*
radeon/uvd: fix feedback buffer handling v2
Christian König
2014-02-04
1
-12
/
+28
*
vl/h264: split fields into SPS/PPS
Christian König
2013-10-28
1
-30
/
+29
*
radeon/uvd: fix H264 chroma format handling
Christian König
2013-10-28
1
-1
/
+15
*
radeon/uvd: disable VC-1 simple/main profile
Grigori Goronzy
2013-10-09
1
-1
/
+3
*
radeon/uvd: try to fix VC-1 decoding
Grigori Goronzy
2013-10-09
1
-33
/
+38
*
radeon/uvd: fix video format reporting
Grigori Goronzy
2013-10-09
1
-2
/
+5
*
radeon/uvd: optimize message handling a bit
Christian König
2013-10-07
1
-44
/
+53
*
radeon/uvd: try to place msg/fb buffer into GART
Christian König
2013-09-25
1
-2
/
+2
*
radeon/uvd: move alignment to winsys
Christian König
2013-09-25
1
-6
/
+0
*
radeon/uvd: async flush the UVD cs
Christian König
2013-09-22
1
-1
/
+1
*
radeon/uvd: move more logic into the common files
Christian König
2013-09-12
1
-1
/
+20
*
radeon/uvd: use more sane defaults for bitstream buffer size
Christian König
2013-09-12
1
-1
/
+3
*
radeon/uvd: save the aligned width & height
Christian König
2013-09-02
1
-0
/
+2
*
radeon/uvd: fix MPEG2/4 ref frame index limit
Christian König
2013-08-29
1
-2
/
+2
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
1
-1
/
+2
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
1
-0
/
+1
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-13
/
+13
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
1
-19
/
+19
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
1
-23
/
+12
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-0
/
+24
*
radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2
Christian König
2013-07-12
1
-1
/
+4
*
radeon/uvd: enable interlaced buffers by default
Christian König
2013-05-03
1
-2
/
+2
*
radeon/uvd: fix some MPEG4 artifacts
Christian König
2013-05-03
1
-7
/
+17
*
radeon/uvd: fix quant scan order for mpeg2
Christian König
2013-05-01
1
-2
/
+6
*
r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
Christian König
2013-04-26
1
-1
/
+0
*
radeon/uvd: stop using anonymous unions
Christian König
2013-04-26
1
-33
/
+33
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
1
-2
/
+2
*
radeon/uvd: add UVD implementation v5
Christian König
2013-04-11
1
-0
/
+1111