aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium: add async flag to pipe_debug_callbackNicolai Hähnle2016-07-081-1/+4
* clover: conditionally use MESA_GIT_SHA1Emil Velikov2016-07-052-2/+8
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+2
* clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2016-07-021-0/+1
* st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh2016-07-013-14/+106
* st/wgl: make own_mutex() non-staticBrian Paul2016-06-302-4/+7
* st/wgl: remove unneeded inline qualifiersBrian Paul2016-06-302-4/+4
* st/wgl: add a stw_device::initialized fieldBrian Paul2016-06-303-24/+35
* st/wgl: refactor framebuffer locking codeBrian Paul2016-06-304-51/+68
* st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca2016-06-301-8/+8
* st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul2016-06-301-1/+6
* st/omx: fix decoder fillout for the OMX result bufferLeo Liu2016-06-281-4/+5
* clover: Fix kernel metadata retrieval after clang r273425Jan Vesely2016-06-271-4/+31
* clover/llvm: Fix copyright attribution of invocation.cpp.Francisco Jerez2016-06-271-1/+5
* st/omx: count number of slicesJulien Isorce2016-06-271-0/+3
* st/omx: add support for nouveau / interlacedJulien Isorce2016-06-271-25/+26
* st/omx: retrieve preferred interlaced and buffer_formatsJulien Isorce2016-06-271-2/+24
* st/va: Check NULL pointerGurkirpal Singh2016-06-271-0/+4
* st/nine: Use offset_units_unscaledAxel Davy2016-06-255-11/+13
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* st/vdpau: we support lumakeying nowChristian König2016-06-161-0/+1
* st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2016-06-142-8/+8
* st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer2016-06-141-0/+1
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-0/+8
* clover: Include generated sources in AM_CPPFLAGSAaron Watry2016-06-141-0/+1
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-132-2/+6
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+0
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce2016-06-131-7/+1
* st/vdpau: implement luma keyingNayan Deshmukh2016-06-092-12/+39
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-095-7/+7
* st/osmesa: remove double-write (overwriting)Eric Engestrom2016-06-021-1/+0
* st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2016-06-022-0/+12
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* gallium: push offset down to driverStanimir Varbanov2016-05-301-5/+2
* st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov2016-05-301-37/+44
* st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov2016-05-301-0/+20
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-1/+1
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+8
* mesa_glinterop: drop mesa_glinterop_device_info::interop_versionEmil Velikov2016-05-241-2/+0
* st/dri: add note about GL interop version checksEmil Velikov2016-05-241-2/+4
* mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION}Emil Velikov2016-05-241-2/+2
* mesa_glinterop: s/struct_version/version/Emil Velikov2016-05-241-2/+2
* mesa_glinterop: use consistent naming scheme for GL interopEmil Velikov2016-05-241-3/+3
* st/xa: don't call close(-1) in xa_tracker_create error pathEmil Velikov2016-05-231-3/+3
* st/dri: don't call close(-1) in dri{2, kms_}_init_screen error pathEmil Velikov2016-05-231-10/+20
* st/dri: Add support for DRIimage extension mapImage/unmapImageRob Herring2016-05-231-1/+42
* st/va: use drm render node for wayland display typeLeo Liu2016-05-191-1/+1
* st/nine: Minor change to support musl libcWang He2016-05-182-8/+9