Bug 88429 - [CSS Shaders] Reuse vertex data across elements with same mesh sizes
Summary: [CSS Shaders] Reuse vertex data across elements with same mesh sizes
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexandru Chiculita
URL:
Keywords:
Depends on: 85013
Blocks: 85086
  Show dependency treegraph
 
Reported: 2012-06-06 10:01 PDT by Alexandru Chiculita
Modified: 2014-03-02 09:35 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.