Bug 151516 - Allow more buffer formats in the IOSurface pool
Summary: Allow more buffer formats in the IOSurface pool
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-11-20 14:20 PST by Simon Fraser (smfr)
Modified: 2015-11-23 03:35 PST (History)
4 users (show)

See Also:


Attachments
Patch (10.86 KB, patch)
2015-11-20 14:22 PST, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-11-20 14:20:30 PST
Allow more buffer formats in the IOSurface pool
Comment 1 Simon Fraser (smfr) 2015-11-20 14:22:23 PST
Created attachment 265998 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2015-11-20 14:42:05 PST
<rdar://problem/23636684>
Comment 3 Csaba Osztrogonác 2015-11-23 03:23:49 PST
Just to document, it landed in https://trac.webkit.org/changeset/192701
Comment 4 Csaba Osztrogonác 2015-11-23 03:24:15 PST
(In reply to comment #3)
> Just to document, it landed in https://trac.webkit.org/changeset/192701

... and it broke the Apple Mac cmake build:

In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm:38:
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebCore/IOSurfacePool.h:1:
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/platform/graphics/cg/IOSurfacePool.h:32:10: fatal error: 'IOSurface.h' file not found
#include "IOSurface.h"
         ^
1 error generated.
Comment 5 Csaba Osztrogonác 2015-11-23 03:35:17 PST
and the buildfix landed in https://trac.webkit.org/changeset/192742