Commit 93a1561
committed
optimize the in-order command buffer case
If there is only one command-queue associated with the command-buffer
(so there are no cross-queue dependencies), and if the command-queue
is an in-order queue (so there are no intra-queue dependencies), then
we don't need to track dependencies within the command-buffer.1 parent 5ad3dd0 commit 93a1561
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
1516 | | - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1517 | 1520 | | |
1518 | 1521 | | |
1519 | 1522 | | |
| |||
0 commit comments