RESOLVED WONTFIX 100906
Update ValidatedCustomFilterOperation to be able to store just the strings of the shaders
https://bugs.webkit.org/show_bug.cgi?id=100906
Summary Update ValidatedCustomFilterOperation to be able to store just the strings of...
Alexandru Chiculita
Reported 2012-10-31 17:30:21 PDT
Update ValidatedCustomFilterOperation to support using both the CustomFilterValidatedProgram and a simpler class that will just store the shader strings. This is needed for the WebKit2 implementation of the CoordinatedGraphicsArgumentCoders. In the UI Process it will use just the strings + maybe the precompiled shader while in the web process it use the CustomFilterValidatedProgram. Note that CustomFilterValidatedProgram can store a reference to the WebCustomFilterProgram in order to speed up the serializations + avoid to recompile the shaders.
Attachments
Alexandru Chiculita
Comment 1 2012-11-02 09:48:13 PDT
I think we can reuse CustomFilterOperation in the Texture Mapper as it is today. I'm closing this bug for now.
Note You need to log in before you can comment on or make changes to this bug.