summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
* Revert "st/va: add enviromental variable to disable interlace"Leo Liu2017-09-071-4/+0
* st/va: move YUV content to deinterlaced buffer when reallocated for encoderLeo Liu2017-09-071-1/+10
* st/va: reallocate the buffer if the layout isn't supportedLeo Liu2017-09-071-9/+12
* st/va: exclude the buffer reallocation for encode caseLeo Liu2017-08-231-1/+1
* st/va: enable P016 format i.e. reallocate buffer if format changedLeo Liu2017-08-221-0/+12
* st/va: add MJPEG for configLeo Liu2017-08-212-1/+5
* st/va: reallocate surface with YUYV streamLeo Liu2017-08-211-0/+17
* st/va: detect MJPEG format from bitstreamLeo Liu2017-08-213-0/+10
* st/va: reallocate surface when interlacedLeo Liu2017-08-211-0/+22
* st/va: make surface allocate functions more usefullyLeo Liu2017-08-212-4/+5
* st/va: add slice parameter handling for MJPEGLeo Liu2017-08-211-1/+23
* st/va: add huffman table handling for MJPEGLeo Liu2017-08-211-1/+18
* st/va: add iq matrix handling for MJPEGLeo Liu2017-08-211-1/+6
* st/va: add picture parameter handling for MJPEGLeo Liu2017-08-211-1/+20
* st/va: add handles for MJPEG BuffersLeo Liu2017-08-214-0/+72
* st/va: create decoder for MJPEG formatLeo Liu2017-08-211-3/+6
* st/va: add MJPEG picture to contextLeo Liu2017-08-211-0/+1
* st/va: change frame_idx from array to hash tableJulien Isorce2017-08-143-5/+28
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-171-7/+26
* change va max_entrypointsChandu Babu N2017-06-222-1/+3
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-06-221-0/+1
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-121-1/+1
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-1/+1
* gallium: Add missing includesThomas Helland2017-06-072-0/+2
* st/va: check if vl_*_screen_create has failed only onceEmil Velikov2017-05-191-4/+3
* st/va: fix misplaced closing bracketEmil Velikov2017-05-191-1/+1
* st/va: move variable declaration to where its usedEmil Velikov2017-05-191-2/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-191-2/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-191-0/+1
* st/va: remove assert for single sliceNayan Deshmukh2017-03-281-1/+1
* st/va: add config support for 10bit decoding v2Christian König2017-03-132-4/+21
* st/va: add support for allocating 10bpp surfacesChristian König2017-03-131-9/+15
* st/va: add support for P010 and P016 formats v3Christian König2017-03-134-3/+22
* st/va: clear the video surface on allocationChristian König2017-03-131-4/+35
* st/va: cleanup error handling in vlVaCreateSurfaces2Christian König2017-03-131-25/+27
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-077-79/+79
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-077-35/+35
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* st/va: Fix forward/backward referencing for deinterlacingMark Thompson2017-03-062-7/+7
* st/va: Support fractional framerate in misc parameterMark Thompson2017-03-061-1/+7
* st/va encode handle ntsc framerate rate controlAndy Furniss2017-03-061-6/+13
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-20/+28
* gallium/vl: use the common uploaderMarek Olšák2017-02-141-4/+0
* st/va: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* st/va: make sure that we call begin_frame() only once v2Christian König2017-01-232-3/+9
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* st/va: fix incorrect argument in vl_compositor_cleanupNayan Deshmukh2017-01-051-1/+1