Commit 337f7c7
Adsk Contrib - Vulkan support (#2176)
* Support for Vulkan GLSL (not yet active).
Signed-off-by: Michael Horsch <[email protected]>
* Activated Vulkan shader generation, fixed bool handling.
Signed-off-by: Michael Horsch <[email protected]>
* Replaced tabs with spaces.
Signed-off-by: Michael Horsch <[email protected]>
* Documentation added for new methods, return values and member variables.
Signed-off-by: Michael Horsch <[email protected]>
* Padding and alignment for uniform buffers optimized, smaller fixes.
Signed-off-by: Michael Horsch <[email protected]>
* Restored ociodisplay and removed code for testing.
Signed-off-by: Michael Horsch <[email protected]>
* Added functions to set/get descriptor set index and texture binding start index.
Signed-off-by: Michael Horsch <[email protected]>
* Added exception for invalid texture binding index, smaller fixes.
Signed-off-by: Michael Horsch <[email protected]>
* Suggested documentation update
Co-authored-by: Aleksi Sapon <[email protected]>
Signed-off-by: Michael Horsch <[email protected]>
* Merge conflicts fixed.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed missing space for non-Vulkan GLSL uniforms.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed descriptorSetIndex for textures.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed uniform buffer array stride and size.
Signed-off-by: Michael Horsch <[email protected]>
* Fixes documentation, formatting. Adds test and py functions.
Signed-off-by: Michael Horsch <[email protected]>
* Added missing python bindings.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed Metal unit tests.
Signed-off-by: Michael Horsch <[email protected]>
* Fixes for MyOSLShaderCreator.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed spaces at beginning of uniform declarations.
Signed-off-by: Michael Horsch <[email protected]>
* Fixed Vulkan unit test.
Signed-off-by: Michael Horsch <[email protected]>
---------
Signed-off-by: Michael Horsch <[email protected]>
Co-authored-by: Aleksi Sapon <[email protected]>
Co-authored-by: Doug Walker <[email protected]>1 parent 7e7f2de commit 337f7c7
File tree
23 files changed
+512
-173
lines changed- include/OpenColorIO
- src
- OpenColorIO
- ops
- exposurecontrast
- fixedfunction
- gradingprimary
- gradingrgbcurve
- gradingtone
- lut1d
- lut3d
- bindings/python
- libutils/oglapphelpers
- tests
- cpu
- osl
23 files changed
+512
-173
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3383 | 3383 | | |
3384 | 3384 | | |
3385 | 3385 | | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
| 3392 | + | |
| 3393 | + | |
| 3394 | + | |
| 3395 | + | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
3386 | 3403 | | |
3387 | 3404 | | |
3388 | 3405 | | |
| |||
3426 | 3443 | | |
3427 | 3444 | | |
3428 | 3445 | | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
| 3449 | + | |
3429 | 3450 | | |
3430 | 3451 | | |
3431 | | - | |
| 3452 | + | |
| 3453 | + | |
3432 | 3454 | | |
| 3455 | + | |
| 3456 | + | |
| 3457 | + | |
| 3458 | + | |
3433 | 3459 | | |
3434 | 3460 | | |
3435 | | - | |
| 3461 | + | |
| 3462 | + | |
3436 | 3463 | | |
3437 | 3464 | | |
3438 | 3465 | | |
| |||
3468 | 3495 | | |
3469 | 3496 | | |
3470 | 3497 | | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
3471 | 3501 | | |
3472 | | - | |
3473 | | - | |
3474 | | - | |
3475 | | - | |
3476 | | - | |
3477 | | - | |
3478 | | - | |
| 3502 | + | |
| 3503 | + | |
| 3504 | + | |
| 3505 | + | |
| 3506 | + | |
| 3507 | + | |
| 3508 | + | |
3479 | 3509 | | |
3480 | 3510 | | |
3481 | 3511 | | |
| |||
3484 | 3514 | | |
3485 | 3515 | | |
3486 | 3516 | | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
3487 | 3520 | | |
3488 | | - | |
| 3521 | + | |
3489 | 3522 | | |
3490 | 3523 | | |
3491 | 3524 | | |
3492 | 3525 | | |
3493 | 3526 | | |
3494 | 3527 | | |
3495 | | - | |
| 3528 | + | |
| 3529 | + | |
3496 | 3530 | | |
3497 | 3531 | | |
3498 | 3532 | | |
| |||
3506 | 3540 | | |
3507 | 3541 | | |
3508 | 3542 | | |
3509 | | - | |
| 3543 | + | |
| 3544 | + | |
3510 | 3545 | | |
3511 | 3546 | | |
3512 | 3547 | | |
| |||
3695 | 3730 | | |
3696 | 3731 | | |
3697 | 3732 | | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
3698 | 3738 | | |
3699 | 3739 | | |
3700 | 3740 | | |
3701 | 3741 | | |
| 3742 | + | |
3702 | 3743 | | |
3703 | 3744 | | |
3704 | 3745 | | |
| |||
3717 | 3758 | | |
3718 | 3759 | | |
3719 | 3760 | | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
| 3766 | + | |
| 3767 | + | |
| 3768 | + | |
| 3769 | + | |
| 3770 | + | |
3720 | 3771 | | |
3721 | 3772 | | |
3722 | 3773 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
| |||
0 commit comments