Skip to content
  • Rob Clark's avatar
    freedreno/a6xx: single cmdstream for draw+binning · 24d57a6d
    Rob Clark authored
    
    
    Now that state which is different for draw vs binning pass is split out
    into different state-groups with appropriate enable_mask (so the
    appropriate one is chosen for draw vs binning), switch over to using a
    single cmdstream for both passes.
    
    This should significantly lower draw overhead for CPU bound benchmarks.
    
    Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
    24d57a6d