aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Change a few advertised capsAxel Davy2019-03-091-3/+3
* st/nine: Do not advertise CANMANAGERESOURCEAxel Davy2019-03-091-1/+1
* st/nine: Do not advertise support for D15S1 and D24X4S4Axel Davy2019-03-091-2/+2
* st/nine: Disable depth write when nothing gets updatedAxel Davy2019-03-091-1/+4
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* st/nine: Ignore multisample quality level if no msAxel Davy2019-03-041-0/+4
* st/nine: Ignore window size if errorAxel Davy2019-03-041-1/+8
* st/wgl: init a variable to silence MinGW warningBrian Paul2019-03-041-1/+1
* clover: Fix indentation issuesPierre Moreau2019-02-262-34/+34
* clover: Only use devices supporting IR_NATIVEPierre Moreau2019-02-261-1/+2
* clover: Move platform extensions definitions to clover/platform.cppPierre Moreau2019-02-263-2/+9
* clover: Move device extensions definitions to core/device.cppPierre Moreau2019-02-263-10/+16
* clover: Validate program and library linking optionsPierre Moreau2019-02-261-0/+35
* clover: Disallow creating libraries from other librariesPierre Moreau2019-02-261-3/+18
* clover/api: Fail if trying to build a non-executable binaryPierre Moreau2019-02-261-0/+7
* clover/api: Rework the validation of devices for buildingPierre Moreau2019-02-262-10/+11
* clover: Add an helper for checking if an IR is supportedPierre Moreau2019-02-262-0/+7
* clover: Remove the TGSI backend as unusedPierre Moreau2019-02-267-196/+9
* clover: Avoid warnings from new OpenCL headersPierre Moreau2019-02-264-0/+10
* clover: update ICD table to support everything up to 2.2Karol Herbst2019-02-262-1/+218
* include/CL: Update to the latest OpenCL 2.2 headersPierre Moreau2019-02-261-0/+5
* 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