summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2017-12-22freedreno: set missing internal_format when importing textureIlia Mirkin1-0/+1
2017-12-19freedreno: add debug flag to force high priority contextRob Clark3-1/+5
2017-12-19freedreno: context priority supportRob Clark3-2/+20
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-19freedreno/ir3: handle VTXID_BASE for indirect drawsRob Clark1-2/+41
2017-12-19freedreno/ir3: add ctx->mem_to_mem()Rob Clark4-14/+49
2017-12-19freedreno/a5xx: use vertex_id_zero_baseRob Clark2-20/+1
2017-12-17freedreno/a5xx: add a5xx blitterRob Clark8-1/+498
2017-12-17freedreno: add generic blitterRob Clark7-2/+161
2017-12-17freedreno: add non-draw batches for compute/blitRob Clark12-32/+82
2017-12-17freedreno: track staging and shadow perf ctrs for the HUDRob Clark5-0/+16
2017-12-17freedreno: staging upload transfersRob Clark3-43/+135
2017-12-17freedreno: update generated headersRob Clark7-63/+334
2017-12-15freedreno: use u_transfer_helperRob Clark2-229/+44
2017-12-05freedreno/a5xx: hide ARB_base_instanceRob Clark1-1/+8
2017-12-05freedreno/ir3: handle input/output componentRob Clark1-4/+6
2017-12-05gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák3-3/+3
2017-12-04meson: define driver dependenciesDylan Baker1-0/+5
2017-12-04freedreno: mark stencil buffer valid too in case of z32x24s8Rob Clark2-2/+4
2017-12-04freedreno: remove use of u_transferRob Clark11-41/+30
2017-12-04freedreno: add -Wno-packed-bitfield-compat for meson buildEric Engestrom1-2/+12
2017-12-03freedreno/ir3: relax barriersRob Clark1-2/+2
2017-12-03freedreno/ir3: all mem instructions have WAR hazzardRob Clark1-1/+1
2017-12-03freedreno: add debug option to force emulated indirectRob Clark3-0/+12
2017-12-03freedreno: also mark draw-indirect buffer as readRob Clark1-0/+7
2017-12-03freedreno: small cleanupsRob Clark1-17/+8
2017-12-03freedreno: avoid unneccessary batch flushRob Clark1-0/+2
2017-12-03freedreno: avoid mem2gmem for invalidated buffersRob Clark3-2/+17
2017-12-03freedreno: deferred flush supportRob Clark5-4/+32
2017-12-03freedreno: rework fence trackingRob Clark12-61/+109
2017-12-03freedreno: proper locking for iterating dependent batchesRob Clark2-8/+20
2017-12-03freedreno/a5xx: correct max_indicies for indirect drawsRob Clark1-1/+2
2017-12-01meson: use dep_thread instead of dependency('threads') in freedrenoDylan Baker1-1/+1
2017-12-01meson: Add lmsensors supportDylan Baker1-0/+1
2017-11-25freedreno/a4xx: add ARB_framebuffer_no_attachments supportIlia Mirkin2-1/+6
2017-11-25freedreno/a4xx: add indirect draw supportIlia Mirkin2-0/+33
2017-11-25freedreno: regenerate pm4 header, adjust code for new namesIlia Mirkin3-114/+171
2017-11-25freedreno/a4xx: add stencil texturing supportIlia Mirkin3-12/+35
2017-11-25freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xxIlia Mirkin7-3/+151
2017-11-18freedreno/ir3: add texture gather supportRob Clark2-2/+17
2017-11-17freedreno/a5xx: stencil texturing supportRob Clark3-10/+34
2017-11-17freedreno/a5xx/gmem: fix z32/s8 restore/resolveRob Clark1-5/+13
2017-11-17freedreno/a5xx/gmem: move ZS restore tiling hackRob Clark1-20/+22
2017-11-17freedreno: update generated headersRob Clark6-13/+13
2017-11-16freedreno: also mark images used by draw/gridRob Clark1-0/+18
2017-11-16freedreno: mark SSBOs written at draw timeRob Clark1-1/+1
2017-11-16freedreno/a5xx: ARB_framebuffer_no_attachments supportRob Clark3-1/+11
2017-11-14freedreno/a5xx: small comment fixRob Clark1-1/+1
2017-11-14freedreno/a5xx: indirect draw supportRob Clark2-1/+37
2017-11-14freedreno/a5xx: split out helper for pipeline stallsRob Clark2-6/+13