summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl
AgeCommit message (Expand)AuthorFilesLines
2019-05-16vl/dri3: set back buffer from output to NULL with front buffer caseLeo Liu1-0/+1
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt1-5/+1
2019-04-19gallium/auxiliary/vl: Fix a couple of warningsKristian H. Kristensen2-8/+2
2019-04-05gallium/auxiliary/vl: Add barrier/unbind after compute shader launch.James Zhu1-0/+13
2019-04-05gallium/auxiliary/vl: Fixed blank issue with compute shaderJames Zhu1-6/+1
2019-04-05gallium/auxiliary/vl: Fixed blur issue with weave compute shaderJames Zhu1-1/+1
2019-03-25vl/dri3: remove the wait before getting back bufferLeo Liu1-15/+3
2019-03-15gallium/auxiliary/vl: Change weave compute shader implementationJames Zhu1-17/+62
2019-03-15gallium/auxiliary/vl: Change grid settingJames Zhu1-4/+5
2019-03-15gallium/auxiliary/vl: Increase shader_params sizeJames Zhu2-2/+9
2019-02-22gallium/auxiliary/vl: Fix duplicate symbol build errors.Vinson Lee2-6/+6
2019-02-21gallium/auxiliary/vl: Fix transparent issue on compute shader with rgbaJames Zhu1-10/+7
2019-02-15gallium/auxiliary/vl: Add video compositor compute shader renderJames Zhu2-28/+83
2019-02-15gallium/auxiliary/vl: Add compute shader to support video compositor renderJames Zhu3-0/+465
2019-02-15gallium/auxiliary/vl: Rename csc_matrix and increase its size.James Zhu3-7/+7
2019-02-15gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor APIJames Zhu3-688/+817
2019-02-15gallium/auxiliary/vl: Move dirty define to header fileJames Zhu2-9/+8
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2-3/+3
2018-10-30vl: drop left-over variableEric Engestrom1-1/+0
2018-10-03pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2-14/+7
2018-10-03vl/dri3: do full teardown on screen_destroyEmil Velikov1-1/+0
2018-09-13vl/dri: add color depth to vl winsysLeo Liu2-0/+2
2018-09-13vl/dri3: add support for 10 bits formatLeo Liu1-4/+25
2018-09-13vl/dri: add 10 bits format supportsLeo Liu2-10/+65
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák8-8/+23
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2-6/+6
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2-3/+3
2018-04-12vl: add VP9 probability tablesLeo Liu1-0/+585
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák1-1/+1
2017-09-30gallium/vl: don't use the template keywordMarek Olšák1-14/+14
2017-09-25vl/compositor: convert RGB buffer to YUV with color conversionLeo Liu2-0/+81
2017-09-25vl/csc: add a RGB to YUV CSC matrixLeo Liu2-1/+11
2017-09-25vl/compositor: create RGB to YUV fragment shaderLeo Liu2-0/+51
2017-09-25vl/compositor: add Bob top and bottom to YUV deint functionLeo Liu1-6/+28
2017-09-25vl/compositor: remove vl_compositor_yuv_deint() functionLeo Liu2-40/+0
2017-09-25vl/compositor: add a new function for YUV deintLeo Liu2-0/+42
2017-09-25vl/compositor: extend YUV deint function to do field deintLeo Liu2-12/+26
2017-09-25vl/compositor: separate YUV part from shader video buffer functionLeo Liu1-13/+18
2017-09-07vl/compositor: make vl_compositor_set_yuv_layer() staticLeo Liu2-44/+28
2017-09-07vl/compositor: make a helper function for YUV deinterlacingLeo Liu2-0/+40
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle3-3/+3
2017-08-02gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle3-3/+3
2017-07-17st/va: Fix scaling list ordering for H.265Mark Thompson2-0/+23
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák3-3/+3
2017-06-21egl: turn one more boolean `int` into a `bool`Eric Engestrom1-1/+1
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák1-1/+1
2017-05-19auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov1-3/+18
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák7-29/+30
2017-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák1-2/+4
2017-03-13vl/video_buffer: add support for P016Christian König1-0/+10