aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: drop duplicate #defineEric Engestrom2019-02-141-4/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-142-1/+3
* st/va/vp9: set max reference as default of VP9 reference numberLeo Liu2019-02-111-1/+6
* st/va: fix the incorrect max profiles reportLeo Liu2019-02-111-1/+1
* st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh2019-02-111-2/+5
* xvmc: fix string comparisonEric Engestrom2019-02-061-3/+3
* xvmc: fix string comparisonEric Engestrom2019-02-061-10/+10
* st/dri: invalidate_resource depth/stencil before flush_resourceJonathan Marek2019-01-291-7/+7
* st/nine: Enable debug info if NDEBUG is not setAxel Davy2019-01-2611-26/+26
* st/nine: Immediately upload user provided texturesAxel Davy2019-01-261-0/+13
* meson/vdpau: add missing soversionEric Engestrom2019-01-251-1/+8
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-5/+12
* st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák2019-01-141-1/+1
* st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das2019-01-091-0/+31
* clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIRPierre Moreau2019-01-081-1/+1
* meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker2018-12-281-0/+3
* st/nine: Increase the limit of cached ff shadersAxel Davy2018-12-231-2/+2
* st/nine: Add src reference to nine_context_range_uploadAxel Davy2018-12-233-1/+8
* st/nine: Bind src not dst in nine_context_box_uploadAxel Davy2018-12-234-6/+6
* st/nine: Fix volumetexture dtor on ctor failureAxel Davy2018-12-231-1/+2
* st/nine: Switch to presentation buffer if resize is detectedAxel Davy2018-12-231-1/+36
* st/nine: Use helper to release swapchain buffers laterAxel Davy2018-12-232-8/+42
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-182-352/+149
* st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach2018-12-181-12/+18
* clover: Fix build after clang r348827Jan Vesely2018-12-161-1/+6
* drisw: Use separate drisw_loader_funcs for shmMichal Srb2018-12-051-3/+11
* st/xvmc: Add X11 include path.Vinson Lee2018-11-301-0/+1
* st/xa: Fix a memory leakThomas Hellstrom2018-11-291-0/+1
* st/nine: Allow 'triple buffering' with thread_submitAxel Davy2018-11-212-17/+50
* st/xa: Bump minorThomas Hellstrom2018-11-141-1/+1
* st/xa: Support Component Alpha with trivial blendingThomas Hellstrom2018-11-143-17/+35
* st/xa: Minor renderer cleanupsThomas Hellstrom2018-11-141-12/+12
* st/xa: Fix transformations when we have both source and mask samplersThomas Hellstrom2018-11-141-68/+49
* st/xa: Support a couple of new formatsThomas Hellstrom2018-11-142-9/+29
* st/xa: Support higher color precision for solid picturesThomas Hellstrom2018-11-142-26/+100
* st/xa: Render update. Better support for solid picturesThomas Hellstrom2018-11-145-440/+225
* st/nine: clean up thead shutdown sequence a bitAndre Heider2018-11-091-4/+2
* st/nine: plug thread related leaksAndre Heider2018-11-092-0/+9
* st/nine: fix stack corruption due to ABI mismatchAndre Heider2018-11-091-1/+13
* st/va: fix incorrect use of resource_destroyMarek Olšák2018-11-051-4/+2
* gallium/util: move memory debug declarations into u_debug_galliumDylan Baker2018-10-301-0/+1
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-308-23/+18
* st/dri: remove leftover local variableEric Engestrom2018-10-301-1/+0
* clover: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* st/nine: Handle window resize when a presentation buffer is usedAxel Davy2018-10-261-1/+30
* st/nine: Reduce MaxSimultaneousTextures to 8Axel Davy2018-10-262-9/+8
* st/nine: Enable shadow mapping for ps 1.XAxel Davy2018-10-263-10/+14
* st/nine: Do not set unused states for stateblocksAxel Davy2018-10-261-21/+3
* st/nine: Fix aliasing states for stateblocksAxel Davy2018-10-261-2/+1
* st/nine: Never update device changed.* fieldsAxel Davy2018-10-264-48/+59