aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Add CP_REG_WRITE documentationConnor Abbott2020-02-052-1/+33
* freedreno: Fix CP_COND_REG_EXEC bit positionsConnor Abbott2020-02-051-3/+3
* freedreno: Allow UBWC on textures with multiple mipmap levels.Eric Anholt2020-02-044-20/+22
* freedreno: Rename the UBWC layer size field and store it as bytes.Eric Anholt2020-02-046-18/+17
* freedreno: Include the layer size in layout debug.Eric Anholt2020-02-041-1/+2
* freedreno: Move the layout debug under FD_MESA_DEBUG=layout.Eric Anholt2020-02-043-22/+33
* freedreno/perfcntrs: fix fd leakEric Engestrom2020-02-041-1/+5
* turnip: Be explicit about converting vk compare func to a6xxKristian H. Kristensen2020-02-041-1/+8
* freedreno/fdperf: Cast away some ignored return valuesKristian H. Kristensen2020-02-041-4/+4
* freedreno/ir3: fix a dirty lieRob Clark2020-02-011-7/+4
* freedreno/ir3: simplify split from collectRob Clark2020-02-011-0/+10
* freedreno/ir3: create fragcoord instructions in input blockRob Clark2020-02-011-2/+2
* freedreno/ir3: remove unused tex arg harderRob Clark2020-02-013-19/+12
* freedreno/ir3: add RA sanity checkRob Clark2020-02-011-0/+33
* freedreno/ir3: two pass register allocationRob Clark2020-02-012-60/+297
* freedreno/ir3: don't precolor unused inputsRob Clark2020-02-011-1/+2
* freedreno/ir3: add is_tex_or_prefetch()Rob Clark2020-02-013-2/+7
* freedreno/ir3: number instructions from oneRob Clark2020-02-011-1/+1
* freedreno/ir3: post-RA sched passRob Clark2020-02-016-5/+679
* freedreno/ir3: fix kill schedulingRob Clark2020-02-012-1/+2
* freedreno/ir3/ra: make use()/def() functions instead of macrosRob Clark2020-02-011-15/+24
* freedreno/ir3: a bit more optmsgs debugRob Clark2020-02-011-0/+10
* freedreno/ir3: move atomic fixup after RARob Clark2020-02-013-28/+38
* freedreno/ir3: move block-scheduling into legalizeRob Clark2020-02-014-49/+45
* freedreno/ir3: move nop padding to legalizeRob Clark2020-02-015-85/+74
* freedreno/ir3: split out delay helpersRob Clark2020-02-015-183/+350
* freedreno/ir3: fix crash when no non-input instructionsRob Clark2020-02-011-1/+1
* freedreno/ir3: cleanup after lower_locals_to_regsRob Clark2020-02-011-8/+17
* freedreno/ir3: shuffle a few ir3_register fieldsRob Clark2020-02-011-14/+16
* freedreno/drm: readonly cmdstreamRob Clark2020-01-314-16/+11
* turnip: Fix vkCmdCopyQueryPoolResults with available flag20.0-branchpointBrian Ho2020-01-301-46/+52
* turnip: Fix vkGetQueryPoolResults with available flagBrian Ho2020-01-301-22/+30
* turnip: Free event->bo on vkDestroyEventBrian Ho2020-01-301-0/+2
* turnip: hook up cmdbuffer event set/waitJonathan Marek2020-01-291-16/+42
* turnip: remove unused descriptor state dirtyAlejandro PiƱeiro2020-01-292-2/+0
* tu: Fix binning address setup after pack macros change.Eric Anholt2020-01-291-1/+2
* turnip: Enable occlusionQueryPreciseBrian Ho2020-01-291-1/+1
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-294-13/+13
* turnip: Fix issues in tu_compute_pipeline_create() that may lead to crashEduardo Lima Mitev2020-01-291-7/+9
* turnip: Remove failed command buffer from poolEduardo Lima Mitev2020-01-291-1/+3
* freedreno/drm: fix invalid-cmdstream-size with older kernelsRob Clark2020-01-281-0/+3
* turnip: Implement vkCmdCopyQueryPoolResults for occlusion queriesBrian Ho2020-01-241-0/+111
* turnip: Implement vkCmdResetQueryPoolBrian Ho2020-01-241-0/+38
* turnip: Implement vkGetQueryPoolResults for occlusion queriesBrian Ho2020-01-241-0/+125
* turnip: Update query availability on render pass endBrian Ho2020-01-244-9/+44
* turnip: Implement vkCmdEndQuery for occlusion queriesBrian Ho2020-01-241-0/+82
* turnip: Implement vkCmdBeginQuery for occlusion queriesBrian Ho2020-01-241-0/+68
* turnip: Implement vkCreateQueryPool for occlusion queriesBrian Ho2020-01-241-0/+52
* turnip: Update tu_query_pool with turnip-specific fieldsBrian Ho2020-01-241-4/+3
* freedreno: Document CP_INDIRECT_BUFFER_CHAINConnor Abbott2020-01-241-0/+6