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
/
auxiliary
/
vl
/
vl_compositor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/auxiliary/vl: Fix compute shader scale_y for interlaced videos
Thong Thai
2020-05-20
1
-0
/
+1
*
gallium/auxiliary/vl: add compute shaders for deint yuv
Sonny Jiang
2019-07-29
1
-0
/
+11
*
gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositor
James Zhu
2019-07-29
1
-0
/
+1
*
vl: Use CS composite shader only if TEX_LZ and DIV are supported
Gert Wollny
2019-06-30
1
-1
/
+1
*
gallium/auxiliary/vl: Add video compositor compute shader render
James Zhu
2019-02-15
1
-0
/
+5
*
gallium/auxiliary/vl: Add compute shader to support video compositor render
James Zhu
2019-02-15
1
-0
/
+1
*
gallium/auxiliary/vl: Rename csc_matrix and increase its size.
James Zhu
2019-02-15
1
-1
/
+1
*
gallium/auxiliary/vl: Move dirty define to header file
James Zhu
2019-02-15
1
-0
/
+2
*
vl/compositor: convert RGB buffer to YUV with color conversion
Leo Liu
2017-09-25
1
-0
/
+12
*
vl/compositor: create RGB to YUV fragment shader
Leo Liu
2017-09-25
1
-0
/
+5
*
vl/compositor: remove vl_compositor_yuv_deint() function
Leo Liu
2017-09-25
1
-9
/
+0
*
vl/compositor: add a new function for YUV deint
Leo Liu
2017-09-25
1
-0
/
+12
*
vl/compositor: extend YUV deint function to do field deint
Leo Liu
2017-09-25
1
-3
/
+9
*
vl/compositor: make vl_compositor_set_yuv_layer() static
Leo Liu
2017-09-07
1
-12
/
+0
*
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2017-09-07
1
-0
/
+9
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
1
-1
/
+0
*
vl/compositor: implement error handling
Nayan Deshmukh
2017-01-03
1
-1
/
+1
*
vl/compositor: set layer of y or uv to render
Leo Liu
2016-07-12
1
-0
/
+12
*
vl/compositor: add weave to yuv shader
Leo Liu
2016-07-12
1
-0
/
+5
*
vl/compositor: move weave shader out from rgb weaving
Leo Liu
2016-07-12
1
-1
/
+1
*
vl: Apply luma key filter before CSC conversion
Nayan Deshmukh
2016-06-09
1
-1
/
+3
*
vl: Add rotation v3
Kusanagi Kouichi
2014-03-07
1
-0
/
+18
*
gallium/vl: use u_upload_mgr to upload vertices for vl_compositor
Marek Olšák
2014-01-23
1
-0
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-1
/
+1
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
1
-1
/
+2
*
vl/csc: simplify matrix handling
Christian König
2012-03-02
1
-1
/
+2
*
vl/compositor: add support for per layer dst areas
Christian König
2012-03-02
1
-8
/
+11
*
vl/compositor: add per vertex color suport
Christian König
2012-03-02
1
-1
/
+3
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
1
-8
/
+8
*
vl/compositor: split shaders and state
Christian König
2012-03-02
1
-21
/
+54
*
vl: add support for bob deinterlacing
Christian König
2012-02-21
1
-2
/
+11
*
vl: add a simple weave deinterlacer
Christian König
2012-02-06
1
-0
/
+2
*
g3dvl/compositor: improve dirty area handling
Christian König
2011-12-14
1
-3
/
+5
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-3
/
+3
*
g3dvl: Add get_clear_color capability
Emeric Grange
2011-09-14
1
-0
/
+6
*
g3dvl: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
1
-6
/
+6
*
g3dvl: extend the functionality of the compositor
Christian König
2011-09-01
1
-4
/
+18
*
vl: Fix include style
Kai Wasserbäch
2011-08-29
1
-3
/
+3
*
g3dvl: Rework the decoder interface part 4/5
Christian König
2011-08-26
1
-1
/
+0
*
g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.
Younes Manton
2011-07-20
1
-0
/
+1
*
g3dvl: no need for flushing inside the compositor any more
Christian König
2011-07-15
1
-2
/
+1
*
g3dvl: correctly distinct dst area and clip area in the compositor
Christian König
2011-07-15
1
-0
/
+1
*
[g3dvl] and finally remove pipe_video_context
Christian König
2011-07-08
1
-1
/
+1
*
[g3dvl] move compositor creation and handling directly into the state trackers
Christian König
2011-07-08
1
-3
/
+87
*
[g3dvl] make clear color configureable
Christian König
2011-04-27
1
-0
/
+1
*
[g3dvl] implement clearing of dirty destination surface areas
Christian König
2011-04-27
1
-0
/
+5
*
[g3dvl] move compositor src and dst normalisation into layer setting
Christian König
2011-04-27
1
-2
/
+5
*
[g3dvl] fix a couple of bugs around paletted subpictures
Christian König
2011-04-27
1
-1
/
+3
*
[g3dvl] use scissor to handle compositor dst_area
Christian König
2011-04-08
1
-0
/
+1
[next]