1. 075931a Add a new DrawDecomposedGlyphs display list item to avoid repeatedly sending glyphs when using the GlyphDisplayListCache by heycam@apple.com · 2 years, 9 months ago
  2. 109f5ae Revert r295516 and r295373 https://bugs.webkit.org/show_bug.cgi?id=241621 by heycam@apple.com · 2 years, 10 months ago
  3. 19b04ff Add a new DrawDecomposedGlyphs display list item to avoid repeatedly sending glyphs when using the GlyphDisplayListCache by heycam@apple.com · 2 years, 10 months ago
  4. bb0442f Unreviewed, reverting r295278. https://bugs.webkit.org/show_bug.cgi?id=241336 by commit-queue@webkit.org · 2 years, 10 months ago
  5. 797bf69 Add a new DrawDecomposedGlyphs display list item to avoid repeatedly sending glyphs when using the GlyphDisplayListCache by heycam@apple.com · 2 years, 10 months ago
  6. 7f2486d [GPU Process] [iOS] Vertical text is incorrectly displaced by said@apple.com · 3 years ago
  7. 7575cdc [GPU Process] Ensure DisplayList::Recorder and its base class are initialized with the same GraphicsContextState by said@apple.com · 3 years ago
  8. 687570f [GPU Process] Make GraphicsContextState a class by said@apple.com · 3 years ago
  9. 5513cec [GPU Process] Make GraphicsContextState keep track of changes till they are applied by said@apple.com · 3 years ago
  10. 2784120 [GPU Process] Move other classes out of GraphicsContext.h by said@apple.com · 3 years ago
  11. 7f23b62 Fix the build by timothy_horton@apple.com · 3 years, 1 month ago
  12. 82fb82d [GPU Process] dont load Apple Pay button/logo PDFs in the WebProcess by drousso@apple.com · 3 years, 1 month ago
  13. a22fc22 Source/WebCore: by said@apple.com · 3 years, 1 month ago
  14. 9060dfc [GPU Process] Enable drawing the SVGImage in the GPU Process by said@apple.com · 3 years, 1 month ago
  15. d10de90 [GPU Process] Route the call to ImageBuffer::drawPattern() through GraphicsContext by said@apple.com · 3 years, 1 month ago
  16. 8933e4d [GPU Process] Implement GraphicsContext::drawLineForText() in terms of GraphicsContext::drawLinesForText() by said@apple.com · 3 years, 1 month ago
  17. a3d1cbc [GPU Process] Delete GraphicsContext::clipToDrawingCommands() by said@apple.com · 3 years, 1 month ago
  18. 41c5b18 Fix linker errors when CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER is enabled by commit-queue@webkit.org · 3 years, 1 month ago
  19. 8eabfa2 [GPU Process] Move ImageBuffer::createCompatibleImageBuffer() and SVGRenderingContext::createImageBuffer to GraphicsContext by said@apple.com · 3 years, 2 months ago
  20. 8a46d06 .: Remove support for Direct2D https://bugs.webkit.org/show_bug.cgi?id=234999 by weinig@apple.com · 3 years, 3 months ago
  21. 5391763 [GPU Process] Remove the result FilterImage from FilterEffect by said@apple.com · 3 years, 3 months ago
  22. ccfe0de [GPU Process] Add the encoding/decoding for Filter and FilterEffect by said@apple.com · 3 years, 4 months ago
  23. 2c239ea [GPU Process] Apply the filter to an ImageBuffer through GraphicsContext and ImageBuffer by said@apple.com · 3 years, 4 months ago
  24. 306bce1 Yahoo.com has fragments of wrongly-scaled content throughout when using CGDisplayListImageBufferBackend by timothy_horton@apple.com · 3 years, 5 months ago
  25. aaf1e5b Borders are not drawn when using BifurcatedGraphicsContext by timothy_horton@apple.com · 3 years, 6 months ago
  26. ede60f9 Introduce RemoteDisplayListRecorderProxy and RemoteDisplayListRecorder by wenson_hsieh@apple.com · 3 years, 6 months ago
  27. 6e6bb22 De-virtualize two overrides of GraphicsContext::drawImage by timothy_horton@apple.com · 3 years, 6 months ago
  28. 36e5865 Choose an appropriate color space when converting an SVG image into a NativeImage for canvas drawImage by heycam@apple.com · 3 years, 6 months ago
  29. 8eb4119 Allow `DrawGlyphsRecorder` to be used with any `GraphicsContext` instead of just `DisplayList::Recorder` by drousso@apple.com · 3 years, 6 months ago
  30. b442d4b [iOS Family] Delete letterpress support by mmaxfield@apple.com · 3 years, 6 months ago
  31. 327511c [Cairo][Win] Remove unneeded GraphicsContextPlatformPrivate by Hironori.Fujii@sony.com · 3 years, 9 months ago
  32. 7ae5baa [Cairo] Merge PlatformContextCairo into GraphicsContextCairo by Hironori.Fujii@sony.com · 3 years, 9 months ago
  33. 94a65fb [Win] Remove unused GraphicsContext::shouldIncludeChildWindows() by Hironori.Fujii@sony.com · 3 years, 10 months ago
  34. b67b736 [Win] Remove unused GraphicsContext::hdc() by Hironori.Fujii@sony.com · 3 years, 10 months ago
  35. a4ddc78 Remove WTF::Optional synonym for std::optional, using that class template directly instead by darin@apple.com · 3 years, 10 months ago
  36. 7c840b6 Next step toward using std::optional directly instead of through WTF::Optional typedef by darin@apple.com · 3 years, 10 months ago
  37. 3a4184a [Win] Remove unused GraphicsContext::WindowsBitmap class by Hironori.Fujii@sony.com · 3 years, 10 months ago
  38. 6db1066 Virtualize GraphicsContext https://bugs.webkit.org/show_bug.cgi?id=226170 by timothy_horton@apple.com · 3 years, 10 months ago
  39. 403f631 Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) by weinig@apple.com · 3 years, 10 months ago
  40. 464f94d Unreviewed, reverting r277940. https://bugs.webkit.org/show_bug.cgi?id=226182 by commit-queue@webkit.org · 3 years, 10 months ago
  41. ee066bb Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) by weinig@apple.com · 3 years, 10 months ago
  42. 58f45c8 Use ImageBuffer scaling in RemoteLayerBackingStore, rather than handling scale in the class by timothy_horton@apple.com · 3 years, 11 months ago
  43. c16152d Compact GraphicsContextState https://bugs.webkit.org/show_bug.cgi?id=224317 by simon.fraser@apple.com · 4 years ago
  44. 96af18d Build fails when video is disabled by commit-queue@webkit.org · 4 years ago
  45. 6912bae [GTK] X11 build fixes https://bugs.webkit.org/show_bug.cgi?id=223577 by commit-queue@webkit.org · 4 years ago
  46. 52a1305 drawGlyphs() should take a Glyph* and an Advance* instead of a GlyphBuffer by mmaxfield@apple.com · 4 years, 1 month ago
  47. 666bf8e Differentiate between color spaces used to tag colors and color spaces used to tag destinations by weinig@apple.com · 4 years, 2 months ago
  48. 1a45e3b Remove the dead code of USE(WINGDI) by Hironori.Fujii@sony.com · 4 years, 2 months ago
  49. 5cf8d22 Move the space transform outside the Gradient class by said@apple.com · 4 years, 2 months ago
  50. 4ba26ad [LFC Display] Add basic opacity support. by simon.fraser@apple.com · 4 years, 4 months ago
  51. 0feab20 Final refactor for WebGL implementation to use only GraphicsContextGL by commit-queue@webkit.org · 4 years, 4 months ago
  52. 4fac18a [GPU Process] GraphicsContext::drawPattern() should take a NativeImage argument by said@apple.com · 4 years, 4 months ago
  53. 14886b7 Use GraphicsContext instead of CGContext in RemoteLayerBackingStore by timothy_horton@apple.com · 4 years, 5 months ago
  54. fa7dd51 [GPU Process] Control the life cycle of the platform image by a new class named NativeImage by said@apple.com · 4 years, 5 months ago
  55. 103a7c7 [Concurrent display lists] Encode display list items directly into shared memory by wenson_hsieh@apple.com · 4 years, 5 months ago
  56. 604a4f6 [GPU Process] Make ImageBuffer RefCounted by said@apple.com · 4 years, 5 months ago
  57. 0396157 [GPU Process] Clean the DisplayList recording of the NativeImage by commit-queue@webkit.org · 4 years, 5 months ago
  58. 1ba742e [GPU Process] Support CanvasRenderingContext2D.drawImage() with HTMLVideoElement by wenson_hsieh@apple.com · 4 years, 6 months ago
  59. a9831b1 [GPU Process] Several layout tests in fast/canvas crash under GraphicsContext::clipToImageBuffer by wenson_hsieh@apple.com · 4 years, 6 months ago
  60. 7c2e178 Make FontCascade.drawText() return a FloatSize instead of a float by mmaxfield@apple.com · 4 years, 8 months ago
  61. e170e34 Simplify and improve Gradient, some other small color-related removals by darin@apple.com · 4 years, 9 months ago
  62. 9b725a4 [IPC hardening] OptionSet<> values should be validated by ddkilzer@apple.com · 4 years, 9 months ago
  63. fd07fe9 [IPC] Add WTF::EnumTraits<> for every enum type used in IPC by ddkilzer@apple.com · 4 years, 10 months ago
  64. 9769ff6 Implement FCP (first contentful paint) by noam@webkit.org · 5 years ago
  65. 067ffd7 IPC serialization of enums should serialize std::underlying_type instead of uint64_t by commit-queue@webkit.org · 5 years ago
  66. 7541c62 Unreviewed, reverting r259804. by ryanhaddad@apple.com · 5 years ago
  67. aaa757c IPC serialization of enums should serialize std::underlying_type instead of uint64_t by achristensen@apple.com · 5 years ago
  68. 8945bcd [GPU Process] GraphicsContextStateChange must accumulate fill and stroke fields as single properties by commit-queue@webkit.org · 5 years ago
  69. 2fbdd0f [GPU Process] Implement CanvasRenderingContext2D.putImageData() by mmaxfield@apple.com · 5 years ago
  70. 62a57b9 Make RenderingMode and AlphaPremultiplication enum classes and move them to separate headers by commit-queue@webkit.org · 5 years ago
  71. 92f9916 Rename GraphicsContext3D to GraphicsContextGL by dino@apple.com · 5 years ago
  72. 9767c8f Ensure transparency layers are properly ended when only painting root background by simon.fraser@apple.com · 5 years ago
  73. 986d496 Finish encoding/decoding support for DisplayList::SetState by wenson_hsieh@apple.com · 5 years ago
  74. c61f015 Add encoding and decoding support for more DisplayListItems by wenson_hsieh@apple.com · 5 years ago
  75. fc43a3c Implement encoding for DrawImage and DrawRoundedRect display list items by timothy_horton@apple.com · 5 years ago
  76. 3b599f3 Start adding encoding support for DisplayList and some DisplayListItems by timothy_horton@apple.com · 5 years ago
  77. fca17da Start adding encoding support for DisplayList and some DisplayListItems by timothy_horton@apple.com · 5 years ago
  78. 3a2b0ce7 Make CompositeOperator and BlendMode encodable by timothy_horton@apple.com · 5 years ago
  79. 66329be Reimplement some PlatformCALayer methods using GraphicsContext instead of CGContextRef by timothy_horton@apple.com · 5 years ago
  80. 60abb7b Move style building state to a class of its own by antti@apple.com · 5 years ago
  81. 8ed1cac Source/WebCore: by commit-queue@webkit.org · 6 years ago
  82. ca780b5 All image drawing functions should take an argument of type ImagePaintingOptions by commit-queue@webkit.org · 6 years ago
  83. 0f3f2dd [WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part by ysuzuki@apple.com · 6 years ago
  84. 491f379 shouldRespectImageOrientation should be a value in ImageOrientation by commit-queue@webkit.org · 6 years ago
  85. b035696 [FTW] Refactor Direct2D code to follow Cairo's model to support modern WebKit by bfulgham@apple.com · 6 years ago
  86. 6b04173 Use IWICBitmap (rather than ID2D1Bitmap) for NativeImagePtr on FTW by bfulgham@apple.com · 6 years ago
  87. 5e993fa [Async overflow scroll] Clipped composited layers inside overflow scroll jitter and get incorrectly clipped by simon.fraser@apple.com · 6 years ago
  88. 0ce67df Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276 by darin@apple.com · 6 years ago
  89. 0447741 Plumb dark appearance down to GraphicsContext. by timothy_horton@apple.com · 6 years ago
  90. c6dedcd Separate out outline-style: auto user-agent appearance from Mac animated focus ring drawing by dbates@webkit.org · 6 years ago
  91. 4c9a89a CSS auto focus-ring outlines don't render on iOS by dbates@webkit.org · 6 years ago
  92. 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
  93. bb2f61c Move URL from WebCore to WTF https://bugs.webkit.org/show_bug.cgi?id=190234 by keith_miller@apple.com · 6 years ago
  94. 9b4c944 Clean up text decoration drawing code by mmaxfield@apple.com · 6 years ago
  95. 6f5c11e Clean up drawLineForDocumentMarker() by mmaxfield@apple.com · 6 years ago
  96. d70ccb9 Make FindOptionsShowOverlay work on iOS by timothy_horton@apple.com · 6 years ago
  97. 14ce60a Spelling dots do not scale with page on iOS; share spelling dot painting code between Mac and iOS by dbates@webkit.org · 7 years ago
  98. ecfaca7 Make BlendMode an enum class https://bugs.webkit.org/show_bug.cgi?id=188325 by commit-queue@webkit.org · 7 years ago
  99. 55712e8 Source/WebCore: by commit-queue@webkit.org · 7 years ago
  100. c826bcb Dark Mode: document markers are difficult to see by graouts@webkit.org · 7 years ago