aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.h
Commit message (Expand)AuthorAgeFilesLines
* freedreno/all: move more emit helpers to screenRob Clark2019-08-131-0/+8
* freedreno/a3xx-a6xx+ir3: move emit_const* to screenRob Clark2019-08-131-0/+8
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* freedreno/a6xx: KHR_blend_equation_advanced supportRob Clark2019-05-021-0/+1
* freedreno: add robustness supportRob Clark2019-04-251-0/+1
* freedreno/a6xx: compute supportRob Clark2019-02-161-1/+1
* freedreno: a2xx: a20x hw binningJonathan Marek2019-01-281-0/+6
* freedreno: add renderonly scanoutJonathan Marek2019-01-261-1/+6
* freedreno: core buffer modifier supportRob Clark2019-01-221-0/+1
* freedreno: add query for dmabuf modifiersFritz Koenig2019-01-221-0/+3
* freedreno: import libdrm_freedreno + redesign submitRob Clark2018-10-261-2/+2
* freedreno: add resource seqnoRob Clark2018-10-171-0/+2
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* freedreno: Add a6xx backendKristian H. Kristensen2018-08-161-1/+7
* freedreno: batch query support (perfcounters)Rob Clark2018-07-181-0/+8
* freedreno: add a20xJonathan Marek2018-06-221-0/+6
* freedreno: add some more compute capsRob Clark2018-03-051-0/+1
* freedreno/a5xx: texture tilingRob Clark2018-01-141-0/+1
* freedreno: add screen->setup_slices() for tex layoutRob Clark2018-01-141-0/+2
* freedreno: context priority supportRob Clark2017-12-191-0/+1
* freedreno: per-context fd_pipeRob Clark2017-10-241-0/+5
* freedreno/a5xx: hw binning supportRob Clark2017-05-131-0/+1
* freedreno/a5xx: compute shader supportRob Clark2017-05-041-1/+1
* freedreno: core compute state supportRob Clark2017-05-041-0/+6
* freedreno: core SSBO supportRob Clark2017-05-041-0/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* freedreno/a5xx: fixup capsRob Clark2016-12-181-1/+1
* freedreno: pitch alignment should match gmem alignmentRob Clark2016-12-061-1/+1
* freedreno/a5xx: initial supportRob Clark2016-11-301-0/+6
* freedreno: make gmem tile size alignment configurableRob Clark2016-11-301-0/+1
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-0/+3
* freedreno: reject imports with bogus pitchRob Clark2016-09-071-2/+1
* freedreno: some lockingRob Clark2016-07-301-0/+3
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-301-1/+5
* freedreno: hw timestamp supportRob Clark2016-07-231-0/+1
* freedreno: query max gpu freqRob Clark2016-02-171-0/+1
* freedreno: one screen to rule them allRob Clark2015-09-161-0/+10
* freedreno: cap cleanupsRob Clark2015-08-121-0/+8
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* freedreno/ir3: introduce ir3_compiler objectRob Clark2015-06-211-1/+3
* freedreno: convert blit program to array for each number of rtsIlia Mirkin2015-04-021-0/+1
* freedreno: add is_a3xx()/is_a4xx() helpersRob Clark2014-12-131-0/+12
* freedreno: fix borked check for a320.0Rob Clark2014-11-141-1/+1
* freedreno: fix typo in gpu version checkRob Clark2014-07-251-1/+1
* freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark2014-07-251-1/+9
* freedreno: prepare for a3xxRob Clark2013-06-081-0/+1
* freedreno: gallium driver for adrenoRob Clark2013-03-111-0/+70