summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2019-01-14st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák1-1/+1
2019-01-09st/va: Return correct status from vlVaQuerySurfaceStatusIndrajit Das1-0/+31
2019-01-08clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIRPierre Moreau1-1/+1
2018-12-28meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker1-0/+3
2018-12-23st/nine: Increase the limit of cached ff shadersAxel Davy1-2/+2
2018-12-23st/nine: Add src reference to nine_context_range_uploadAxel Davy3-1/+8
2018-12-23st/nine: Bind src not dst in nine_context_box_uploadAxel Davy4-6/+6
2018-12-23st/nine: Fix volumetexture dtor on ctor failureAxel Davy1-1/+2
2018-12-23st/nine: Switch to presentation buffer if resize is detectedAxel Davy1-1/+36
2018-12-23st/nine: Use helper to release swapchain buffers laterAxel Davy2-8/+42
2018-12-18st/dri: replace format conversion functions with single mapping tableLucas Stach2-352/+149
2018-12-18st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach1-12/+18
2018-12-16clover: Fix build after clang r348827Jan Vesely1-1/+6
2018-12-05drisw: Use separate drisw_loader_funcs for shmMichal Srb1-3/+11
2018-11-30st/xvmc: Add X11 include path.Vinson Lee1-0/+1
2018-11-29st/xa: Fix a memory leakThomas Hellstrom1-0/+1
2018-11-21st/nine: Allow 'triple buffering' with thread_submitAxel Davy2-17/+50
2018-11-14st/xa: Bump minorThomas Hellstrom1-1/+1
2018-11-14st/xa: Support Component Alpha with trivial blendingThomas Hellstrom3-17/+35
2018-11-14st/xa: Minor renderer cleanupsThomas Hellstrom1-12/+12
2018-11-14st/xa: Fix transformations when we have both source and mask samplersThomas Hellstrom1-68/+49
2018-11-14st/xa: Support a couple of new formatsThomas Hellstrom2-9/+29
2018-11-14st/xa: Support higher color precision for solid picturesThomas Hellstrom2-26/+100
2018-11-14st/xa: Render update. Better support for solid picturesThomas Hellstrom5-440/+225
2018-11-09st/nine: clean up thead shutdown sequence a bitAndre Heider1-4/+2
2018-11-09st/nine: plug thread related leaksAndre Heider2-0/+9
2018-11-09st/nine: fix stack corruption due to ABI mismatchAndre Heider1-1/+13
2018-11-05st/va: fix incorrect use of resource_destroyMarek Olšák1-4/+2
2018-10-30gallium/util: move memory debug declarations into u_debug_galliumDylan Baker1-0/+1
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák8-23/+18
2018-10-30st/dri: remove leftover local variableEric Engestrom1-1/+0
2018-10-29clover: add missing meson build dependencyEric Engestrom1-1/+1
2018-10-26st/nine: Handle window resize when a presentation buffer is usedAxel Davy1-1/+30
2018-10-26st/nine: Reduce MaxSimultaneousTextures to 8Axel Davy2-9/+8
2018-10-26st/nine: Enable shadow mapping for ps 1.XAxel Davy3-10/+14
2018-10-26st/nine: Do not set unused states for stateblocksAxel Davy1-21/+3
2018-10-26st/nine: Fix aliasing states for stateblocksAxel Davy1-2/+1
2018-10-26st/nine: Never update device changed.* fieldsAxel Davy4-48/+59
2018-10-26st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy3-24/+41
2018-10-26st/nine: Mark transform matrices dirty for D3DSBT_ALLAxel Davy1-1/+12
2018-10-26st/nine: Don't update unused world matricesAxel Davy1-0/+6
2018-10-26st/nine: Remove two unused states.Axel Davy2-3/+1
2018-10-26st/nine: Remove commented nine_context_apply_stateblockAxel Davy1-230/+0
2018-10-23st/va: get mjpeg slice headerBoyuan Zhang3-2/+164
2018-10-22android: Build kms_swrast for the Android platformRob Herring1-0/+1
2018-10-19scons: Remove gles option.Jose Fonseca2-6/+2
2018-10-18st/xlib: Use more appropriate include guardMichał Janiszewski1-2/+2
2018-10-11st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang1-3/+28
2018-10-09st/dri: Handle BGRA5551 formatMichel Dänzer1-0/+13
2018-10-03pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov3-26/+6