Skip to content

freedreno/ir3: add support for a650 tess shared storage

Jonathan Marek requested to merge flto/mesa:tess4 into master

A650 uses LDL/STL, and the local_primitive_id in tess ctrl shader comes from bits 16-21 in the header instead of 0-5.

Merge request reports