summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* meson: Use consistent styleDylan Baker2018-01-111-2/+4
* freedreno: set missing internal_format when importing textureIlia Mirkin2017-12-221-0/+1
* freedreno: add debug flag to force high priority contextRob Clark2017-12-193-1/+5
* freedreno: context priority supportRob Clark2017-12-193-2/+20
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* freedreno/ir3: handle VTXID_BASE for indirect drawsRob Clark2017-12-191-2/+41
* freedreno/ir3: add ctx->mem_to_mem()Rob Clark2017-12-194-14/+49
* freedreno/a5xx: use vertex_id_zero_baseRob Clark2017-12-192-20/+1
* freedreno/a5xx: add a5xx blitterRob Clark2017-12-178-1/+498
* freedreno: add generic blitterRob Clark2017-12-177-2/+161
* freedreno: add non-draw batches for compute/blitRob Clark2017-12-1712-32/+82
* freedreno: track staging and shadow perf ctrs for the HUDRob Clark2017-12-175-0/+16
* freedreno: staging upload transfersRob Clark2017-12-173-43/+135
* freedreno: update generated headersRob Clark2017-12-177-63/+334
* freedreno: use u_transfer_helperRob Clark2017-12-152-229/+44
* freedreno/a5xx: hide ARB_base_instanceRob Clark2017-12-051-1/+8
* freedreno/ir3: handle input/output componentRob Clark2017-12-051-4/+6
* gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák2017-12-053-3/+3
* meson: define driver dependenciesDylan Baker2017-12-041-0/+5
* freedreno: mark stencil buffer valid too in case of z32x24s8Rob Clark2017-12-042-2/+4
* freedreno: remove use of u_transferRob Clark2017-12-0411-41/+30
* 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