aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* gallium/vl: don't use the template keywordMarek Olšák2017-09-301-14/+14
* vl/compositor: convert RGB buffer to YUV with color conversionLeo Liu2017-09-252-0/+81
* vl/csc: add a RGB to YUV CSC matrixLeo Liu2017-09-252-1/+11
* vl/compositor: create RGB to YUV fragment shaderLeo Liu2017-09-252-0/+51
* vl/compositor: add Bob top and bottom to YUV deint functionLeo Liu2017-09-251-6/+28
* vl/compositor: remove vl_compositor_yuv_deint() functionLeo Liu2017-09-252-40/+0
* vl/compositor: add a new function for YUV deintLeo Liu2017-09-252-0/+42
* vl/compositor: extend YUV deint function to do field deintLeo Liu2017-09-252-12/+26
* vl/compositor: separate YUV part from shader video buffer functionLeo Liu2017-09-251-13/+18
* vl/compositor: make vl_compositor_set_yuv_layer() staticLeo Liu2017-09-072-44/+28
* vl/compositor: make a helper function for YUV deinterlacingLeo Liu2017-09-072-0/+40
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-043-3/+3
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-023-3/+3
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-172-0/+23
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-233-3/+3
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-1/+1
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-121-1/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-191-3/+18
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-107-29/+30
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-2/+4
* vl/video_buffer: add support for P016Christian König2017-03-131-0/+10
* vl: u_upload_alloc might fail to allocate buffer in bicubic filterNayan Deshmukh2017-02-221-3/+5
* gallium/vl: Simplify the matrix filter fragment shaderThomas Hellstrom2017-02-221-40/+16
* gallium/vl: Parameter substitution in the csc matrix computationThomas Hellstrom2017-02-221-12/+17
* gallium/vl: Simplify usage of full range matricesThomas Hellstrom2017-02-221-38/+17
* gallium/vl Fix brightness matrix descriptionThomas Hellstrom2017-02-221-4/+4
* gallium/vl: Don't map vertex buffers on creationThomas Hellstrom2017-02-221-1/+0
* gallium/vl: Add sampler views to video filter fragment shadersThomas Hellstrom2017-02-223-0/+15
* gallium/vl: declare sampler views in compositor shadersThomas Hellstrom2017-02-221-5/+32
* vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák2017-02-181-16/+11
* gallium/vl: use the common uploaderMarek Olšák2017-02-142-13/+2
* vl: remove DRI2DriverPrimeShift compile guardsEmil Velikov2017-02-131-2/+0
* vl/dri3: use external texture as back buffers(v4)Nayan Deshmukh2017-01-172-17/+114
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-053-8/+8
* vl/zscan: fix "Fix trivial sign compare warnings"Christian König2017-01-031-1/+1
* vl/compositor: implement error handlingNayan Deshmukh2017-01-032-3/+12
* gallium: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* auxiliary/vl/dri: call get_xcb_screen() only onceEmil Velikov2016-11-221-2/+6
* gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* vl/dri3: fix warning about incompatible pointer typeNayan Deshmukh2016-10-031-1/+1
* vl/dri3: handle the case of different GPU(v4.2)Nayan Deshmukh2016-09-201-13/+53
* vl/rbsp: match initial escaped bits with valid in the bufferLeo Liu2016-09-121-2/+4
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+1
* vl/rbsp: fix another three byte not detectedLeo Liu2016-08-241-1/+1
* vl/rbsp: add a check for emulation prevention three byteLeo Liu2016-08-101-2/+12
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-102-2/+2
* vl/dri3: Destroy Present event context when destroying drawable v2Michel Dänzer2016-08-041-5/+16
* vl: fix memory leakEric Engestrom2016-07-191-7/+1
* vl/dri3: fix a memory leak from front bufferLeo Liu2016-07-181-0/+1
* vl/compositor: set layer of y or uv to renderLeo Liu2016-07-122-0/+42