- 60d08fe [Win][Direct2D] Implement basic SVG support by bfulgham@apple.com · 8 years ago
- 8c553fa [Win][Direct2D] Add D2D Bitmap Image handling code by bfulgham@apple.com · 8 years ago
- 8c5ff68 <img> with a wide gamut PDF does not display using a wide gamut color space by commit-queue@webkit.org · 9 years ago
- 9276c90 Unreviewed, rolling out r202867. https://bugs.webkit.org/show_bug.cgi?id=159491 by ryanhaddad@apple.com · 9 years ago
- 919ecea <img> with a wide gamut PDF does not display using a wide gamut color space by commit-queue@webkit.org · 9 years ago
- eab925d Web Inspector: Memory Timeline sometimes shows impossible value for bmalloc size (underflowed) by commit-queue@webkit.org · 9 years ago
- ffe3e04 REGRESSION (r201629): Weird button glitching on github.com by simon.fraser@apple.com · 9 years ago
- 0f9edcc [iOS] PDFDocumentImage should not create a cached image larger than 4M pixels by commit-queue@webkit.org · 9 years ago
- ee1218c Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL by akling@apple.com · 9 years ago
- 32e0530 Move ImageBuffer::clip() code into GraphicsContext by simon.fraser@apple.com · 9 years ago
- cff4fb2 Make it more obvious when using an unaccelerated image buffer, and fix a few callers who do by timothy_horton@apple.com · 9 years ago
- f9aa844 [Cairo][WebGL] Upload the accelerated canvas as a texture by copying via GPU directly by commit-queue@webkit.org · 10 years ago
- a93d7ef Migrate GraphicsContexts from pointers to references by mmaxfield@apple.com · 10 years ago
- b5a71a9 Applying a filter on an SVG element, which is larger than 4096 pixels, causes this element to be rendered shifted to the left by said@apple.com · 10 years ago
- ef9df18 Applying a filter on an SVG element, which is larger than 4096 pixels, causes this element to be rendered shifted to the left by commit-queue@webkit.org · 10 years ago
- 6ce84df Remove some includes from image-related headers, and Document.h by simon.fraser@apple.com · 11 years ago
- bbc09d1 Subpixel rendering: Transition class Image (and its dependencies) from int to float to enable subpixel positioned/sized images. by zalan@apple.com · 11 years ago
- 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
- 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
- 46b0fd5 Remove the ACCELERATED_COMPOSITING flag by abucur@adobe.com · 11 years ago
- 33b85d5 Remove the BlackBerry port from trunk by benjamin@webkit.org · 11 years ago
- d316b1c ImageBuffer::create should return a std::unique_ptr instead of OwnPtr. by commit-queue@webkit.org · 11 years ago
- 3f23d7a Remove the remaining Skia #ifdefs https://bugs.webkit.org/show_bug.cgi?id=114886 by mrobinson@webkit.org · 12 years ago
- 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
- f80f945 Fix multiple definition of ImageBuffer::platformLayer() in the BlackBerry port by commit-queue@webkit.org · 12 years ago
- a86b195 Unreviewed, rolling out r148262. by zandobersek@gmail.com · 12 years ago
- cd8dcdb Unreviewed, rolling out r148247. by zandobersek@gmail.com · 12 years ago
- 6d6f591 [GTK] Add accelerated 2D canvas support using cairo-gl by mrobinson@webkit.org · 12 years ago
- a7d09fc Web Inspector: Native Memory Instrumentation: provide edge names to class members in all WebCore instrumented classes. by loislo@chromium.org · 12 years ago
- f50296b [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice by junov@google.com · 12 years ago
- e3f6e9d9 Web Inspector: NMI instrument HTMLCanvas element. by loislo@chromium.org · 12 years ago
- 8a3af35 [Chromium] Change implementing a fast-path for copying GPU-accelerated Canvas2D instances to WebGL textures. by commit-queue@webkit.org · 13 years ago
- c38c0b3 WebCore::ImageBuffer.cpp has broken color table code by schenney@chromium.org · 13 years ago
- 1262e44 Change ImageData to reference Uint8ClampedArray rather than CanvasPixelArray by kbr@google.com · 13 years ago
- 1f6973c Add ImageBuffer support for having a hi-res backing store. This allows by mdelaney@apple.com · 13 years ago
- 8bef0b5 toDataURL() uses stale data after putImageData() by mdelaney@apple.com · 13 years ago
- 1db55c1 Canvas resizing can be slow https://bugs.webkit.org/show_bug.cgi?id=66251 by senorblanco@chromium.org · 14 years ago
- 6f46121 Unreviewed build fix after r90676. by paroga@webkit.org · 14 years ago
- 0995b2d Refactoring luminance code in RenderSVGResourceMasker by krit@webkit.org · 14 years ago
- f226d9f 2011-04-17 Patrick Gansterer <paroga@webkit.org> by paroga@webkit.org · 14 years ago
- 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/platform/graphics/ImageBuffer.cpp]
- 2f1d535 2010-10-20 Dirk Schulze <krit@webkit.org> by krit@webkit.org · 14 years ago
- 353ebc7 Fixed the inverse function of f(x) = ((x + 0.055) / 1.055) ^ 2.4 by zherczeg@webkit.org · 15 years ago
- 8479247 2009-08-08 Dirk Schulze <krit@webkit.org> by krit@webkit.org · 16 years ago
- 961374c Reviewed by Eric. by zimmermann · 17 years ago
- 8099d6b 2007-10-03 Eric Seidel <eric@webkit.org> by oliver · 17 years ago
- d2948ef JavaScriptCore: by mjs · 18 years ago
- 4bc83c3 Reviewed and significantly tweaked by Darin. by darin · 18 years ago
- e702ec1 Rubber stamped by Mitz. by darin · 18 years ago
- 77dcead Reviewed by Mitz. Rename isKCanvasContainer to isRenderSVGContainer. by zimmermann · 18 years ago
- e6fbf9a Build fix by aliceli1 · 18 years ago
- f10700a Reviewed by Sam. Previous attempts reviewed by Oliver & Eric. by zimmermann · 18 years ago[Copied (63%) from WebCore/platform/graphics/svg/SVGResourceImage.h]
- 3908f87 Reviewed by Oliver. by zimmermann · 18 years ago
- 6de7ece - quick attempt to fix the no-SVG build by darin · 18 years ago
- d96d33d 2006-11-01 Oliver Hunt <oliver@apple.com> by oliver · 18 years ago
- 7cf2d68 2006-10-31 Nikolas Zimmermann <zimmermann@kde.org> by oliver · 18 years ago[Renamed (63%) from WebCore/kcanvas/device/quartz/KCanvasResourcesQuartz.h]
- 962ed808 by oliver · 18 years ago
- bc4bac2 2006-10-31 Nikolas Zimmermann <zimmermann@kde.org> by oliver · 18 years ago
- a2e6697 2006-09-20 Eric Seidel <eric@eseidel.com> by eseidel · 18 years ago
- ca69973 2006-09-19 Eric Seidel <eric@eseidel.com> by eseidel · 18 years ago
- b53ebdc Rubber stamped by Maciej (kinda). by darin · 19 years ago
- 9e2e28b 2006-04-28 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago
- 6142065 Rubber-stamped by Anders. by darin · 19 years ago
- 36d1136 JavaScriptCore: by darin · 19 years ago
- b9481ed - global rename, done by script by darin · 19 years ago
- d76e27b 2006-02-11 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago
- ab9f5a8 2006-01-29 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago
- b944359 Fix for 6867. Rename QPixmap to Image and move it to platform/. by hyatt · 19 years ago
- bbe6466 Reviewed by John Sullivan. by darin · 19 years ago
- 673184e Convert QRect/QRectF -> IntRect/FloatRect. Same drill as point by hyatt · 19 years ago
- 4b3688b Eliminate QSize and add the new class IntSize in the by hyatt · 19 years ago
- 3176626 2006-01-13 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago
- e4b1e1c Bug #: 4462 by eseidel · 19 years ago
- 55f1df2 Bug #: 4780 by eseidel · 19 years ago
- a0a1fd61 Bug #: none by eseidel · 19 years ago
- 3fdfa78 Bug #: 3249 by eseidel · 19 years ago
- 62607d1 Bug #: 4752 by eseidel · 20 years ago
- 044d7d2 Bug #: 4382 by eseidel · 20 years ago
- b8402f9 Bug #: 3250 by eseidel · 20 years ago