aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+2
* gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson2017-11-291-0/+2
* st/dri: replace hard-coded array size with ARRAY_SIZE()Eric Engestrom2017-11-281-1/+1
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-251-2/+10
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-257-13/+14
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-254-4/+4
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-254-4/+4
* st/dri: remove dead code and incorrect comment around make_currentMarek Olšák2017-11-251-13/+0
* st/dri: clean up dri_unbind_contextMarek Olšák2017-11-251-3/+4
* st/va: implement poc typeBoyuan Zhang2017-11-171-0/+1
* autotools: change version TINY -> PATCHDylan Baker2017-11-161-1/+1
* autotools: set XA versions in configure.ac and configure header fileDylan Baker2017-11-161-3/+3
* gallium/wgl: fix default pixel format issueFrank Richter2017-11-151-2/+21
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-131-1/+0
* st/dri: fix deadlock when waiting on android fencesMarek Olšák2017-11-111-2/+1
* meson: build gallium-xlib based glxDylan Baker2017-11-101-0/+27
* st/dri: fix android fence regressionMarek Olšák2017-11-101-1/+1
* st/dri: use stapi flush instead of pipe flush when creating fencesNicolai Hähnle2017-11-091-5/+6
* 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