This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit b07147b
committed
Provoking vertex fixes
A few things were buggy in the last provoking vertex cl:
- There were 2 separate loops for rasterizationState extensions.
Correctly combined them into a single loop.
- There was a missing break statement in vkCreateDevice
- There was a missing case in vkGetPhysicalDeviceFeatures2
Bug: angleproject:3677, angleproject:3430
Change-Id: Id4a16168933fc8c440b7339851a39e8cc4683491
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/37688
Presubmit-Ready: Alexis Hétu <sugoi@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
Tested-by: Alexis Hétu <sugoi@google.com>1 parent f8f6103 commit b07147b
2 files changed
+23
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | 393 | | |
419 | 394 | | |
420 | 395 | | |
| |||
425 | 400 | | |
426 | 401 | | |
427 | 402 | | |
428 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
429 | 407 | | |
430 | 408 | | |
431 | 409 | | |
432 | 410 | | |
433 | 411 | | |
434 | 412 | | |
435 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
436 | 421 | | |
437 | 422 | | |
438 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| 614 | + | |
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
| |||
2371 | 2372 | | |
2372 | 2373 | | |
2373 | 2374 | | |
2374 | | - | |
| 2375 | + | |
2375 | 2376 | | |
2376 | 2377 | | |
2377 | 2378 | | |
| |||
2421 | 2422 | | |
2422 | 2423 | | |
2423 | 2424 | | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
2424 | 2435 | | |
2425 | 2436 | | |
2426 | 2437 | | |
| |||
0 commit comments