Bug 100906

Summary: Update ValidatedCustomFilterOperation to be able to store just the strings of the shaders
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Alexandru Chiculita <achicu>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dongseong.hwang, mvujovic
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 100905    

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.