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
While working on CSP compliance for plotly, we had the challenge of avoiding codegen in regl. We found that some changes in Regl were necessary to make this possible, in particular making generated code stable.
The changes we needed are in #637 and I believe they are beneficial to regl:
Make generated code for the same shader identical
across runs in any app and construction order
across all devices
Cache for the generated code, which is practical now that a lot of generated code will be identical.
The PR text has more details.
Issue
While working on CSP compliance for plotly, we had the challenge of avoiding codegen in regl. We found that some changes in Regl were necessary to make this possible, in particular making generated code stable.
The changes we needed are in #637 and I believe they are beneficial to regl:
The PR text has more details.
PR
#637
The text was updated successfully, but these errors were encountered: