summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/va/postproc: implement the DRM prime grabberLeo Liu2017-09-251-2/+16
* st/va/postproc: use progressive target buffer for scalingLeo Liu2017-09-251-0/+18
* st/va: make internal func vlVaHandleSurfaceAllocate() call simplerLeo Liu2017-09-253-7/+4
* st/va/postproc: add a full NV12 deint support from buffer I to PLeo Liu2017-09-251-1/+21
* st/va: use new vl_compositor_yuv_deint_full() to deintLeo Liu2017-09-251-3/+11
* st/omx: use new vl_compositor_yuv_deint_full() to deintLeo Liu2017-09-251-2/+9
* st/va/postproc: use video original size for postprocessingLeo Liu2017-09-251-6/+8
* clover: Wait for requested operation if blocking flag is setJan Vesely2017-09-201-2/+28
* clover: Run the associated action before an event is signalled.Francisco Jerez2017-09-202-11/+12
* clover: Wrap event::wait_count in a method taking care of the required locking.Francisco Jerez2017-09-202-8/+14
* clover: add missing include to compat.hJan Vesely2017-09-181-0/+1
* clover: Query and export half precision supportJan Vesely2017-09-183-3/+18
* clover: Fix build after LLVM r313390Jan Vesely2017-09-152-1/+11
* st/omx_bellagio: Rename state tracker and optionGurkirpal Singh2017-09-1511-1/+1
* 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/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu2017-09-071-30/+2
* nine: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-7/+5
* 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
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-4/+8
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+24
* clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in deviceAaron Watry2017-08-213-1/+9
* 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/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-161-2/+5
* clover/event: Include additional event statuses for clSetEventCallbackAaron Watry2017-08-151-1/+2
* st/va: change frame_idx from array to hash tableJulien Isorce2017-08-143-5/+28
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+2
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* st/dri: add drisw image extensionGurchetan Singh2017-08-071-0/+11
* st/dri: move some image functions to dri_helpers.cGurchetan Singh2017-08-073-106/+124
* st/dri: organize order of includers in dri_helpersGurchetan Singh2017-08-071-2/+3
* st/dri: change dri_extensions to dri_helpersGurchetan Singh2017-08-075-6/+6
* clover/device: Move device_version into core and add device_clc_versionAaron Watry2017-08-053-2/+14
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-044-10/+5
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-044-16/+7
* clover: Fix build after llvm r309911Jan Vesely2017-08-032-1/+7