summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/va
AgeCommit message (Expand)AuthorFilesLines
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák1-1/+1
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-06-07gallium: Add missing includesThomas Helland2-0/+2
2017-05-19st/va: check if vl_*_screen_create has failed only onceEmil Velikov1-4/+3
2017-05-19st/va: fix misplaced closing bracketEmil Velikov1-1/+1
2017-05-19st/va: move variable declaration to where its usedEmil Velikov1-2/+1
2017-05-19auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov1-2/+0
2017-05-19configure: check once for DRI3 dependenciesEmil Velikov1-0/+1
2017-03-28st/va: remove assert for single sliceNayan Deshmukh1-1/+1
2017-03-13st/va: add config support for 10bit decoding v2Christian König2-4/+21
2017-03-13st/va: add support for allocating 10bpp surfacesChristian König1-9/+15
2017-03-13st/va: add support for P010 and P016 formats v3Christian König4-3/+22
2017-03-13st/va: clear the video surface on allocationChristian König1-4/+35
2017-03-13st/va: cleanup error handling in vlVaCreateSurfaces2Christian König1-25/+27
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri7-79/+79
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri7-35/+35
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-03-06st/va: Fix forward/backward referencing for deinterlacingMark Thompson2-7/+7
2017-03-06st/va: Support fractional framerate in misc parameterMark Thompson1-1/+7
2017-03-06st/va encode handle ntsc framerate rate controlAndy Furniss1-6/+13
2017-02-24st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom1-20/+28
2017-02-14gallium/vl: use the common uploaderMarek Olšák1-4/+0
2017-02-01st/va: add h264 constrained baseline profileBoyuan Zhang1-0/+1
2017-01-23st/va: make sure that we call begin_frame() only once v2Christian König2-3/+9
2017-01-16st/va: delay calling begin_frame until we have all parametersNayan Deshmukh1-3/+3
2017-01-13st/va: flush pipeline after post processingsguttula1-0/+1
2017-01-05st/va: fix incorrect argument in vl_compositor_cleanupNayan Deshmukh1-1/+1
2017-01-04va: call texture_get_handle while the mutex is being heldMarek Olšák1-2/+5
2017-01-03st/va: error handlingNayan Deshmukh1-3/+15
2016-12-05st/va: declare vlVaBuffer before vlVaContextJuan A. Suarez Romero1-15/+15
2016-12-05st/va: remove unused variable pbuffJuan A. Suarez Romero1-1/+0
2016-12-05st/va: automake: cleanup C{PP,}FLAGSEmil Velikov1-12/+0
2016-12-05st/va: fix gop size for rate controlBoyuan Zhang2-6/+14
2016-12-05st/va: force to submit two consecutive single jobsBoyuan Zhang3-7/+27
2016-10-18st/va: force to flush the last p frame in idr periodBoyuan Zhang1-0/+3
2016-10-18st/va: set default rt formats when calling vaCreateConfigJulien Isorce2-2/+12
2016-10-14st/va: Fix H.264 PicOrderCnt valueMark Thompson1-1/+1
2016-10-14st/va: Baseline profile is not supportedMark Thompson1-2/+2
2016-10-14st/va: Return surface formats depending on config chroma formatMark Thompson1-2/+10
2016-10-14st/va: Save surface chroma format in configMark Thompson2-1/+20
2016-10-14st/va: Return more useful config attributesMark Thompson1-9/+38
2016-09-27st/va Avoid VBR bitrate calculation overflow v2Andy Furniss1-1/+1
2016-09-27st/va: Fix vaSyncSurface with no outstanding operationMark Thompson1-0/+7
2016-09-20st/va: flush the context before calling flush_frontbuffer(v2)Nayan Deshmukh1-1/+5
2016-09-12st/va: also honors interlaced preference when providing a video formatJulien Isorce1-17/+19
2016-09-12st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2-2/+2
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-1/+2
2016-08-24st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch1-1/+0