summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-03st/dri: make swrast_no_present member of dri_screenEmil Velikov2-4/+5
2018-10-03st/dri: inline dri2_buffer.h within dri2.cEmil Velikov4-26/+16
2018-10-03st/xa: remove unused xa_screen::d[s]_depth_bits_lastEmil Velikov1-2/+0
2018-09-25st/nine: Do not mark both ff vs and ps updatedAxel Davy1-2/+4
2018-09-25st/nine: Split NINE_STATE_FF_OTHERAxel Davy5-23/+23
2018-09-25st/nine: Add dummy ff shader stateAxel Davy2-8/+12
2018-09-25st/nine: Mark pointsize states as ff statesAxel Davy1-3/+3
2018-09-25st/nine: Minor refactor of a few NINE_STATE_* flagsAxel Davy3-17/+14
2018-09-25st/nine: Increase maximum number of temp registersAxel Davy1-1/+1
2018-09-25st/nine: Lock the entire buffer in some cases.Axel Davy1-0/+8
2018-09-25st/nine: Don't call SetCursor until a cursor is setAxel Davy1-1/+8
2018-09-25st/nine: Avoid redundant SetCursorPos callsAxel Davy1-0/+4
2018-09-25st/nine: Init cursor position at device creationAxel Davy1-2/+5