aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add -Wno-packed-bitfield-compat for meson buildEric Engestrom2017-12-041-2/+12
* freedreno/ir3: relax barriersRob Clark2017-12-031-2/+2
* freedreno/ir3: all mem instructions have WAR hazzardRob Clark2017-12-031-1/+1
* freedreno: add debug option to force emulated indirectRob Clark2017-12-033-0/+12
* freedreno: also mark draw-indirect buffer as readRob Clark2017-12-031-0/+7
* freedreno: small cleanupsRob Clark2017-12-031-17/+8
* freedreno: avoid unneccessary batch flushRob Clark2017-12-031-0/+2
* freedreno: avoid mem2gmem for invalidated buffersRob Clark2017-12-033-2/+17
* freedreno: deferred flush supportRob Clark2017-12-035-4/+32
* freedreno: rework fence trackingRob Clark2017-12-0312-61/+109
* freedreno: proper locking for iterating dependent batchesRob Clark2017-12-032-8/+20
* freedreno/a5xx: correct max_indicies for indirect drawsRob Clark2017-12-031-1/+2
* meson: use dep_thread instead of dependency('threads') in freedrenoDylan Baker2017-12-011-1/+1
* meson: Add lmsensors supportDylan Baker2017-12-011-0/+1
* freedreno/a4xx: add ARB_framebuffer_no_attachments supportIlia Mirkin2017-11-252-1/+6
* freedreno/a4xx: add indirect draw supportIlia Mirkin2017-11-252-0/+33
* freedreno: regenerate pm4 header, adjust code for new namesIlia Mirkin2017-11-253-114/+171
* freedreno/a4xx: add stencil texturing supportIlia Mirkin2017-11-253-12/+35
* freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xxIlia Mirkin2017-11-257-3/+151
* freedreno/ir3: add texture gather supportRob Clark2017-11-182-2/+17
* freedreno/a5xx: stencil texturing supportRob Clark2017-11-173-10/+34
* freedreno/a5xx/gmem: fix z32/s8 restore/resolveRob Clark2017-11-171-5/+13
* freedreno/a5xx/gmem: move ZS restore tiling hackRob Clark2017-11-171-20/+22
* freedreno: update generated headersRob Clark2017-11-176-13/+13
* freedreno: also mark images used by draw/gridRob Clark2017-11-161-0/+18
* freedreno: mark SSBOs written at draw timeRob Clark2017-11-161-1/+1
* freedreno/a5xx: ARB_framebuffer_no_attachments supportRob Clark2017-11-163-1/+11
* freedreno/a5xx: small comment fixRob Clark2017-11-141-1/+1
* freedreno/a5xx: indirect draw supportRob Clark2017-11-142-1/+37
* freedreno/a5xx: split out helper for pipeline stallsRob Clark2017-11-142-6/+13
* freedreno: update generated headersRob Clark2017-11-146-16/+135
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-131-1/+0
* freedreno/a5xx: fix SSBO emit for non-zero offsetRob Clark2017-11-121-1/+1
* freedreno/a5xx: remove obsolete commentRob Clark2017-11-121-4/+0
* freedreno/ir3: don't create split/fo if only writing .xRob Clark2017-11-121-0/+6
* freedreno/a5xx: indirect gridsRob Clark2017-11-123-20/+86
* freedreno/a5xx: add global size compute capRob Clark2017-11-121-0/+5
* freedreno/ir3: turn on std430 packingRob Clark2017-11-121-1/+6
* freedreno/a5xx: image supportRob Clark2017-11-128-31/+306
* freedreno/ir3: moar better schedulerRob Clark2017-11-125-58/+227
* freedreno/ir3: move macrosRob Clark2017-11-121-15/+15
* freedreno/ir3: image supportRob Clark2017-11-125-0/+337
* freedreno/ir3: shared variable supportRob Clark2017-11-123-2/+177
* freedreno/ir3: some SSBO cleanups/fixesRob Clark2017-11-122-15/+39
* freedreno/ir3: split out INSTR4F instructionsRob Clark2017-11-122-29/+64
* freedreno/ir3: cat6 encoding fixesRob Clark2017-11-124-32/+151
* freedreno/ir3: add barriersRob Clark2017-11-122-0/+55
* freedreno/ir3: invert is_same_type_mov() logicRob Clark2017-11-121-10/+16
* freedreno/ir3: add cat7 instructionsRob Clark2017-11-124-2/+79
* freedreno/ir3: add SSBO get_buffer_size() supportRob Clark2017-11-126-11/+122