You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposed option to allow/disallow 1D texture GPU resources for 1D LUTs. (#1762)
* Exposed option to allow/disallow 1D texture GPU resources for 1D LUTs.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* New API to get or add 1D LUT textures with the specified dimensions.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Fix errors relevealed by CIS related to texture dimension API change.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Update gpu shader tests away from now deprecated get/add texture functions.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Converted deprecated get/add texture functions from pure virtual to virtual.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Commenting out unused parameters on deprecated functions to mitigate warnings.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Addressing review notes.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Updated python addTexture/getTextures test with latest interface.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Further update python and metal samples to new texture dimensions API.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Improvements: moved default deprecated implementations to base classes, avoided asserts, fixed typo and naming.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Follow spacing/formatting convention arguments.
Signed-off-by: Eric Renaud-Houde <[email protected]>
* Removed the original addTexture and getTexture methods.
Signed-off-by: Eric Renaud-Houde <[email protected]>
---------
Signed-off-by: Eric Renaud-Houde <[email protected]>
Co-authored-by: Rémi Achard <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
0 commit comments