Summary: | [Chromium] Add TextureUploader which allows us to use persistent GC3D state for texture uploads. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Reveman <reveman> | ||||||
Component: | WebKit Misc. | Assignee: | David Reveman <reveman> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | cc-bugs, dglazkov, jamesr, nduca, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 81004 | ||||||||
Attachments: |
|
Description
David Reveman
2012-04-13 21:19:21 PDT
Created attachment 137197 [details]
Patch
Comment on attachment 137197 [details] Patch Attachment 137197 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12405225 Created attachment 137229 [details]
Patch
Comment on attachment 137229 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137229&action=review > Source/WebCore/platform/graphics/chromium/TextureUploader.h:40 > +class AcceleratedTextureUploader : public TextureUploader { What would a non-accelerated TextureUploader be, out of curiosity? (In reply to comment #4) > (From update of attachment 137229 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=137229&action=review > > > Source/WebCore/platform/graphics/chromium/TextureUploader.h:40 > > +class AcceleratedTextureUploader : public TextureUploader { > > What would a non-accelerated TextureUploader be, out of curiosity? Heh, hard to say :) I think this will become SubImageTextureUploader as we move the LayerTexureSubImage logic into the uploader class. Comment on attachment 137229 [details] Patch Clearing flags on attachment: 137229 Committed r114450: <http://trac.webkit.org/changeset/114450> All reviewed patches have been landed. Closing bug. |