diff options
author | Rob Clark <[email protected]> | 2015-04-30 11:38:43 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-06-21 07:53:09 -0400 |
commit | adf1659ff5f07d907eca552be3b566e408c8601e (patch) | |
tree | 4ff28e1f2e21d41d29bfd36c56828e83497ac9c8 /src/gallium/drivers/freedreno/freedreno_util.h | |
parent | 67d994c6761e09205dbc9a0515c510fc9dde02c7 (diff) |
freedreno/ir3: use standard list implementation
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: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_util.h')
0 files changed, 0 insertions, 0 deletions