aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-11/+11
* clover: use the unified check for c++11 instead of the gcc version numberGert Wollny2017-11-081-3/+3
* drisw: Enable flush control for llvmpipe and softpipeAdam Jackson2017-11-061-0/+1
* gallium: Wire up flush controlAdam Jackson2017-11-061-1/+5
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-062-28/+24
* meson: build gallium based osmesaDylan Baker2017-10-271-0/+28
* clover: Fix compilation after clang r315871Jan Vesely2017-10-252-5/+12
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-202-0/+2
* st/osmesa: include u_inlines.h for pipe_resource_referenceMichel Dänzer2017-10-181-0/+1
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-185-12/+5
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Fix config entrypoint handlingMark Thompson2017-10-171-6/+12
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-172-2/+2
* meson: Build gallium dri state trackerDylan Baker2017-10-161-0/+57
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* st/dri: implement __DRIimageExtension::validateUsage properlyMarek Olšák2017-10-121-8/+22
* st/dri: implement createImageFromRenderbuffer(2)Nicolai Hähnle2017-10-103-7/+71
* st/va: Implement vaExportSurfaceHandle()Mark Thompson2017-10-073-1/+153
* st/va: add RGB support to vlVaPutSurfaceLeo Liu2017-10-041-1/+13
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-041-4/+6
* st/vdpau: don't re-allocate interlaced buffer with packed YUV formatLeo Liu2017-10-041-0/+2
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-022-3/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-13/+0
* st/va: add dst rect to avoid scale on deintLeo Liu2017-09-291-6/+6
* st/va: use pipe transfer_map to map upload bufferLeo Liu2017-09-281-3/+9
* st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák2017-09-271-3/+5
* clover: Query and export int64 atomicsJan Vesely2017-09-273-2/+11
* 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