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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/vl: don't use the template keyword
Marek Olšák
2017-09-30
1
-14
/
+14
*
vl/compositor: convert RGB buffer to YUV with color conversion
Leo Liu
2017-09-25
2
-0
/
+81
*
vl/csc: add a RGB to YUV CSC matrix
Leo Liu
2017-09-25
2
-1
/
+11
*
vl/compositor: create RGB to YUV fragment shader
Leo Liu
2017-09-25
2
-0
/
+51
*
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
2
-40
/
+0
*
vl/compositor: add a new function for YUV deint
Leo Liu
2017-09-25
2
-0
/
+42
*
vl/compositor: extend YUV deint function to do field deint
Leo Liu
2017-09-25
2
-12
/
+26
*
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
2
-44
/
+28
*
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2017-09-07
2
-0
/
+40
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
3
-3
/
+3
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
3
-3
/
+3
*
st/va: Fix scaling list ordering for H.265
Mark Thompson
2017-07-17
2
-0
/
+23
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
3
-3
/
+3
*
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
2017-06-21
1
-1
/
+1
*
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
2017-06-12
1
-1
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
1
-3
/
+18
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
7
-29
/
+30
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-2
/
+4
*
vl/video_buffer: add support for P016
Christian König
2017-03-13
1
-0
/
+10
*
vl: u_upload_alloc might fail to allocate buffer in bicubic filter
Nayan Deshmukh
2017-02-22
1
-3
/
+5
*
gallium/vl: Simplify the matrix filter fragment shader
Thomas Hellstrom
2017-02-22
1
-40
/
+16
*
gallium/vl: Parameter substitution in the csc matrix computation
Thomas Hellstrom
2017-02-22
1
-12
/
+17
*
gallium/vl: Simplify usage of full range matrices
Thomas Hellstrom
2017-02-22
1
-38
/
+17
*
gallium/vl Fix brightness matrix description
Thomas Hellstrom
2017-02-22
1
-4
/
+4
*
gallium/vl: Don't map vertex buffers on creation
Thomas Hellstrom
2017-02-22
1
-1
/
+0
*
gallium/vl: Add sampler views to video filter fragment shaders
Thomas Hellstrom
2017-02-22
3
-0
/
+15
*
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
2017-02-22
1
-5
/
+32
*
vl: fix a buffer leak in the bicubic filter by using an uploader
Marek Olšák
2017-02-18
1
-16
/
+11
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
2
-13
/
+2
*
vl: remove DRI2DriverPrimeShift compile guards
Emil Velikov
2017-02-13
1
-2
/
+0
*
vl/dri3: use external texture as back buffers(v4)
Nayan Deshmukh
2017-01-17
2
-17
/
+114
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
3
-8
/
+8
*
vl/zscan: fix "Fix trivial sign compare warnings"
Christian König
2017-01-03
1
-1
/
+1
*
vl/compositor: implement error handling
Nayan Deshmukh
2017-01-03
2
-3
/
+12
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
auxiliary/vl/dri: call get_xcb_screen() only once
Emil Velikov
2016-11-22
1
-2
/
+6
*
gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
vl/dri3: fix warning about incompatible pointer type
Nayan Deshmukh
2016-10-03
1
-1
/
+1
*
vl/dri3: handle the case of different GPU(v4.2)
Nayan Deshmukh
2016-09-20
1
-13
/
+53
*
vl/rbsp: match initial escaped bits with valid in the buffer
Leo Liu
2016-09-12
1
-2
/
+4
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+1
*
vl/rbsp: fix another three byte not detected
Leo Liu
2016-08-24
1
-1
/
+1
*
vl/rbsp: add a check for emulation prevention three byte
Leo Liu
2016-08-10
1
-2
/
+12
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
2
-2
/
+2
*
vl/dri3: Destroy Present event context when destroying drawable v2
Michel Dänzer
2016-08-04
1
-5
/
+16
*
vl: fix memory leak
Eric Engestrom
2016-07-19
1
-7
/
+1
*
vl/dri3: fix a memory leak from front buffer
Leo Liu
2016-07-18
1
-0
/
+1
*
vl/compositor: set layer of y or uv to render
Leo Liu
2016-07-12
2
-0
/
+42
[next]