aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* 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
* vl/compositor: add weave to yuv shaderLeo Liu2016-07-122-0/+43
* vl/compositor: move weave shader out from rgb weavingLeo Liu2016-07-122-76/+83
* vl: add half pixel to v_tex before adding offsetsNayan Deshmukh2016-07-081-0/+2
* vl: add a bicubic interpolation filter(v5)Nayan Deshmukh2016-07-012-0/+526
* vl: support luma keying for interlaced surfaces as wellChristian König2016-06-161-35/+41
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-1/+1
* vl: Fix trivial sign compare warningsJan Vesely2016-06-137-18/+15
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-101-4/+0
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-092-13/+35
* vl/drm: don't call close(-1) in vl_drm_screen_create error pathEmil Velikov2016-05-231-4/+5
* Treewide: Remove Elements() macroJan Vesely2016-05-171-12/+12
* vl/dri: Move the DRI3 check out of sources include into C.Jose Fonseca2016-05-161-0/+4
* vl/dri3: implement functions for get and set timestampLeo Liu2016-05-161-6/+53