summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2017-11-09mesa: use simple mtx in core mesaTimothy Arceri1-11/+11
2017-11-08clover: use the unified check for c++11 instead of the gcc version numberGert Wollny1-3/+3
2017-11-06drisw: Enable flush control for llvmpipe and softpipeAdam Jackson1-0/+1
2017-11-06gallium: Wire up flush controlAdam Jackson1-1/+5
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2-28/+24
2017-10-27meson: build gallium based osmesaDylan Baker1-0/+28
2017-10-25clover: Fix compilation after clang r315871Jan Vesely2-5/+12
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2-0/+2
2017-10-18st/osmesa: include u_inlines.h for pipe_resource_referenceMichel Dänzer1-0/+1
2017-10-18st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer5-12/+5
2017-10-17st/va: Return correct width and height for encode/decode supportMark Thompson1-10/+30
2017-10-17st/va: Fix config entrypoint handlingMark Thompson1-6/+12
2017-10-17st/va: Disable vaExportSurfaceHandle()Mark Thompson2-2/+2
2017-10-16meson: Build gallium dri state trackerDylan Baker1-0/+57
2017-10-13st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson1-0/+14
2017-10-12st/dri: implement __DRIimageExtension::validateUsage properlyMarek Olšák1-8/+22
2017-10-10st/dri: implement createImageFromRenderbuffer(2)Nicolai Hähnle3-7/+71
2017-10-07st/va: Implement vaExportSurfaceHandle()Mark Thompson3-1/+153
2017-10-04st/va: add RGB support to vlVaPutSurfaceLeo Liu1-1/+13
2017-10-04st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu1-4/+6
2017-10-04st/vdpau: don't re-allocate interlaced buffer with packed YUV formatLeo Liu1-0/+2
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner2-3/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-13/+0
2017-09-29st/va: add dst rect to avoid scale on deintLeo Liu1-6/+6
2017-09-28st/va: use pipe transfer_map to map upload bufferLeo Liu1-3/+9
2017-09-27st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák1-3/+5
2017-09-27clover: Query and export int64 atomicsJan Vesely3-2/+11
2017-09-25st/va/postproc: implement the DRM prime grabberLeo Liu1-2/+16
2017-09-25st/va/postproc: use progressive target buffer for scalingLeo Liu1-0/+18
2017-09-25st/va: make internal func vlVaHandleSurfaceAllocate() call simplerLeo Liu3-7/+4
2017-09-25st/va/postproc: add a full NV12 deint support from buffer I to PLeo Liu1-1/+21
2017-09-25st/va: use new vl_compositor_yuv_deint_full() to deintLeo Liu1-3/+11
2017-09-25st/omx: use new vl_compositor_yuv_deint_full() to deintLeo Liu1-2/+9
2017-09-25st/va/postproc: use video original size for postprocessingLeo Liu1-6/+8
2017-09-20clover: Wait for requested operation if blocking flag is setJan Vesely1-2/+28
2017-09-20clover: Run the associated action before an event is signalled.Francisco Jerez2-11/+12
2017-09-20clover: Wrap event::wait_count in a method taking care of the required locking.Francisco Jerez2-8/+14
2017-09-18clover: add missing include to compat.hJan Vesely1-0/+1
2017-09-18clover: Query and export half precision supportJan Vesely3-3/+18
2017-09-15clover: Fix build after LLVM r313390Jan Vesely2-1/+11
2017-09-15st/omx_bellagio: Rename state tracker and optionGurkirpal Singh11-1/+1
2017-09-07Revert "st/va: add enviromental variable to disable interlace"Leo Liu1-4/+0
2017-09-07st/va: move YUV content to deinterlaced buffer when reallocated for encoderLeo Liu1-1/+10
2017-09-07st/va: reallocate the buffer if the layout isn't supportedLeo Liu1-9/+12
2017-09-07st/omx: use vl/compositor helper function for YUV deinterlacingLeo Liu1-30/+2
2017-09-04nine: always generate two-dimensional constant file accessesNicolai Hähnle2-7/+5
2017-08-23st/va: exclude the buffer reallocation for encode caseLeo Liu1-1/+1
2017-08-22st/va: enable P016 format i.e. reallocate buffer if format changedLeo Liu1-0/+12
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-4/+8
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-1/+1