Bug 88429

Summary: [CSS Shaders] Reuse vertex data across elements with same mesh sizes
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Alexandru Chiculita <achicu>
Status: RESOLVED INVALID    
Severity: Normal CC: jnetterfield, krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 85013    
Bug Blocks: 85086    

Description Alexandru Chiculita 2012-06-06 10:01:53 PDT
CSS Shaders require triangles information that is usually the same for all the elements. Figure out if it is needed to share vertex data across elements and implement it.