Commit fc2e476
authored
D3dx12residency fixes for errors with debug layer enabled. (#930)
These changes reset the evict count after the call to evict in ProcessPagingWork, it ports #785 into the other forks of the residency library file,
and also removes the D3D12 WARNING: ID3D12CommandQueue1::Wait: Fence values can never be less than zero, so waiting for a fence value of zero will always be satisfied [ EXECUTION WARNING #1424: FENCE_ZERO_WAIT] messages.1 parent 8b4e9c9 commit fc2e476
3 files changed
Lines changed: 37 additions & 13 deletions
File tree
- Libraries/D3DX12Residency
- Samples
- Desktop/D3D12Residency/src
- UWP/D3D12Residency/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
412 | 419 | | |
413 | 420 | | |
414 | 421 | | |
| |||
1332 | 1339 | | |
1333 | 1340 | | |
1334 | 1341 | | |
| 1342 | + | |
1335 | 1343 | | |
1336 | 1344 | | |
1337 | 1345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
412 | 419 | | |
413 | 420 | | |
414 | 421 | | |
| |||
1296 | 1303 | | |
1297 | 1304 | | |
1298 | 1305 | | |
1299 | | - | |
1300 | | - | |
| 1306 | + | |
| 1307 | + | |
1301 | 1308 | | |
1302 | 1309 | | |
1303 | 1310 | | |
| |||
1332 | 1339 | | |
1333 | 1340 | | |
1334 | 1341 | | |
| 1342 | + | |
1335 | 1343 | | |
1336 | 1344 | | |
1337 | 1345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
412 | 419 | | |
413 | 420 | | |
414 | 421 | | |
| |||
1296 | 1303 | | |
1297 | 1304 | | |
1298 | 1305 | | |
1299 | | - | |
1300 | | - | |
| 1306 | + | |
| 1307 | + | |
1301 | 1308 | | |
1302 | 1309 | | |
1303 | 1310 | | |
| |||
1332 | 1339 | | |
1333 | 1340 | | |
1334 | 1341 | | |
| 1342 | + | |
1335 | 1343 | | |
1336 | 1344 | | |
1337 | 1345 | | |
| |||
0 commit comments