aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy2018-10-263-24/+41
* st/nine: Mark transform matrices dirty for D3DSBT_ALLAxel Davy2018-10-261-1/+12
* st/nine: Don't update unused world matricesAxel Davy2018-10-261-0/+6
* st/nine: Remove two unused states.Axel Davy2018-10-262-3/+1
* st/nine: Remove commented nine_context_apply_stateblockAxel Davy2018-10-261-230/+0
* st/va: get mjpeg slice headerBoyuan Zhang2018-10-233-2/+164
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-0/+1
* scons: Remove gles option.Jose Fonseca2018-10-192-6/+2
* st/xlib: Use more appropriate include guardMichał Janiszewski2018-10-181-2/+2
* st/va: use provided sizes and coords for vlVaGetImageBoyuan Zhang2018-10-111-3/+28
* st/dri: Handle BGRA5551 formatMichel Dänzer2018-10-091-0/+13
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-033-26/+6
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-032-4/+5
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-034-26/+16
* st/xa: remove unused xa_screen::d[s]_depth_bits_lastEmil Velikov2018-10-031-2/+0
* st/nine: Do not mark both ff vs and ps updatedAxel Davy2018-09-251-2/+4
* st/nine: Split NINE_STATE_FF_OTHERAxel Davy2018-09-255-23/+23
* st/nine: Add dummy ff shader stateAxel Davy2018-09-252-8/+12
* st/nine: Mark pointsize states as ff statesAxel Davy2018-09-251-3/+3
* st/nine: Minor refactor of a few NINE_STATE_* flagsAxel Davy2018-09-253-17/+14
* st/nine: Increase maximum number of temp registersAxel Davy2018-09-251-1/+1