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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
2
-3
/
+3
*
vl: drop left-over variable
Eric Engestrom
2018-10-30
1
-1
/
+0
*
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
2018-10-03
2
-14
/
+7
*
vl/dri3: do full teardown on screen_destroy
Emil Velikov
2018-10-03
1
-1
/
+0
*
vl/dri: add color depth to vl winsys
Leo Liu
2018-09-13
2
-0
/
+2
*
vl/dri3: add support for 10 bits format
Leo Liu
2018-09-13
1
-4
/
+25
*
vl/dri: add 10 bits format supports
Leo Liu
2018-09-13
2
-10
/
+65
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
8
-8
/
+23
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
2
-6
/
+6
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
2
-3
/
+3
*
vl: add VP9 probability tables
Leo Liu
2018-04-12
1
-0
/
+585
*
gallium: use PIPE_CAP_CONSTBUF0_FLAGS
Marek Olšák
2018-02-17
1
-1
/
+1
*
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
[next]