summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-08-31 16:54:02 -0700
committerJason Ekstrand <[email protected]>2015-08-31 18:17:07 -0700
commite16531fbe3a79bc27cf00701616a260b452597ef (patch)
tree80ad0634b9e9565596495e0d154ae6e52fc12e10 /src/mapi/glapi
parentf3a483069a6f0d38c10cec88417ae2b5b5aa3392 (diff)
nir/builder: Use nir_after_instr to advance the cursor
This *should* ensure that the cursor gets properly advanced in all cases. We had a problem before where, if the cursor was created using nir_after_cf_node on a non-block cf_node, that would call nir_before_block on the block following the cf node. Instructions would then get inserted in backwards order at the top of the block which is not at all what you would expect from nir_after_cf_node. By just resetting to after_instr, we avoid all these problems. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
0 files changed, 0 insertions, 0 deletions