WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
85030
[chromium] Separate IOSurface layer type from texture layers
https://bugs.webkit.org/show_bug.cgi?id=85030
Summary
[chromium] Separate IOSurface layer type from texture layers
James Robinson
Reported
2012-04-26 22:29:02 PDT
[chromium] Separate IOSurface layer type from texture layers
Attachments
Patch
(51.88 KB, patch)
2012-04-26 22:32 PDT
,
James Robinson
enne
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
James Robinson
Comment 1
2012-04-26 22:32:19 PDT
Created
attachment 139133
[details]
Patch
WebKit Review Bot
Comment 2
2012-04-26 22:34:39 PDT
Please wait for approval from
abarth@webkit.org
,
dglazkov@chromium.org
,
fishd@chromium.org
,
jamesr@chromium.org
or
tkent@chromium.org
before submitting, as this patch contains changes to the Chromium public API. See also
https://trac.webkit.org/wiki/ChromiumWebKitAPI
.
WebKit Review Bot
Comment 3
2012-04-26 22:35:01 PDT
Attachment 139133
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/Platform/ChangeLog', u'Source/Platf..." exit_code: 1 Source/WebKit/chromium/src/WebIOSurfaceLayer.cpp:28: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 20 files If any of these errors are false positives, please file a bug against check-webkit-style.
Adrienne Walker
Comment 4
2012-04-27 10:53:18 PDT
Comment on
attachment 139133
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=139133&action=review
R=me.
> Source/WebCore/platform/graphics/chromium/cc/CCIOSurfaceLayerImpl.cpp:52 > + // FIXME: it seems there is no layer renderer / GraphicsContext3D available here. Ideally we > + // would like to delete m_ioSurfaceTextureId.
This feels kind of like a job for TextureManager/ManagedTexture, but those classes aren't quite smart enough to handle IO surface textures.
James Robinson
Comment 5
2012-04-27 20:37:05 PDT
It's a "normal" texture, just needs a deleteTexture() call.
James Robinson
Comment 6
2012-04-27 20:37:36 PDT
http://trac.webkit.org/changeset/115509
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug