index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
vl
/
vl_compositor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl/compositor: convert RGB buffer to YUV with color conversion
Leo Liu
2017-09-25
1
-0
/
+69
*
vl/compositor: create RGB to YUV fragment shader
Leo Liu
2017-09-25
1
-0
/
+46
*
vl/compositor: add Bob top and bottom to YUV deint function
Leo Liu
2017-09-25
1
-6
/
+28
*
vl/compositor: remove vl_compositor_yuv_deint() function
Leo Liu
2017-09-25
1
-31
/
+0
*
vl/compositor: add a new function for YUV deint
Leo Liu
2017-09-25
1
-0
/
+30
*
vl/compositor: extend YUV deint function to do field deint
Leo Liu
2017-09-25
1
-9
/
+17
*
vl/compositor: separate YUV part from shader video buffer function
Leo Liu
2017-09-25
1
-13
/
+18
*
vl/compositor: make vl_compositor_set_yuv_layer() static
Leo Liu
2017-09-07
1
-32
/
+28
*
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2017-09-07
1
-0
/
+31
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-3
/
+4
*
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
2017-02-22
1
-5
/
+32
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
1
-12
/
+2
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-2
/
+2
*
vl/compositor: implement error handling
Nayan Deshmukh
2017-01-03
1
-2
/
+11
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-1
/
+1
*
vl/compositor: set layer of y or uv to render
Leo Liu
2016-07-12
1
-0
/
+30
*
vl/compositor: add weave to yuv shader
Leo Liu
2016-07-12
1
-0
/
+38
*
vl/compositor: move weave shader out from rgb weaving
Leo Liu
2016-07-12
1
-75
/
+82
*
vl: support luma keying for interlaced surfaces as well
Christian König
2016-06-16
1
-35
/
+41
*
vl: Apply luma key filter before CSC conversion
Nayan Deshmukh
2016-06-09
1
-12
/
+32
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-5
/
+5
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+2
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-0
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-5
/
+5
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-2
/
+0
*
vl/compositor: set the scissor before clearing the render target
Christian König
2014-08-26
1
-1
/
+1
*
vl: Add rotation v3
Kusanagi Kouichi
2014-03-07
1
-12
/
+89
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-1
/
+1
*
gallium/vl: use u_upload_mgr to upload vertices for vl_compositor
Marek Olšák
2014-01-23
1
-32
/
+19
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-1
/
+3
*
vl: remove old bind_fragment_sampler_states() calls
Brian Paul
2013-10-03
1
-6
/
+2
*
vl: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-1
/
+6
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-2
/
+2
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
1
-6
/
+6
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
1
-3
/
+4
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
vl/compositor: fix weave shader bugs
Maarten Lankhorst
2013-01-16
1
-5
/
+7
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-1
/
+1
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+1
*
vl/compositor: fix shader in/out numbering
Christian König
2012-03-02
1
-5
/
+5
*
vl/csc: simplify matrix handling
Christian König
2012-03-02
1
-7
/
+5
*
vl/compositor: add support for per layer dst areas
Christian König
2012-03-02
1
-31
/
+34
*
vl/compositor: add per vertex color suport
Christian König
2012-03-02
1
-30
/
+81
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
1
-23
/
+23
*
vl/compositor: split shaders and state
Christian König
2012-03-02
1
-142
/
+186
*
vl/compositor: fix a simple typo
Christian König
2012-02-25
1
-1
/
+1
*
vl: add support for bob deinterlacing
Christian König
2012-02-21
1
-8
/
+33
*
vl: add a simple weave deinterlacer
Christian König
2012-02-06
1
-33
/
+171
[next]