Skip to content
  • Rob Clark's avatar
    freedreno/ir3: use standard list implementation · adf1659f
    Rob Clark authored
    
    
    Use standard list_head double-linked list and related iterators,
    helpers, etc, rather than weird combo of instruction array and next
    pointers depending on stage.  Now block has an instrs_list.  In
    certain stages where we want to remove and re-add to the blocks list
    we just use list_replace() to copy the list to a new list_head.
    
    Signed-off-by: default avatarRob Clark <robclark@freedesktop.org>
    adf1659f