1. 179d885 Only test SVG DM sources against direct raster/gpu sinks. by fmalita · 8 years ago
  2. 8fd23a8 Remove SkPreprocessorSeq.h and SkTypedEnum.h. by bungeman · 8 years ago
  3. 6c80a9d SkPDF: Font names need escaping by halcanary · 8 years ago
  4. 28c6d83 SkPDF: eliminate SkPDFCIDfont class by halcanary · 8 years ago
  5. a1b42d9 fix fuzz bug by caryclark · 8 years ago
  6. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  7. 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
  8. 8079ba6 GN: add extra_cflags et al. by mtklein · 8 years ago
  9. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  10. c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
  11. 2f4114a 32-bit fast hash, tidy up murmur3 a bit by mtklein · 8 years ago
  12. af68fa1 Improvements for circluar blurs in GPU backend. by bsalomon · 8 years ago
  13. af23ee5 Reducing number of calls to GLSL mix() from two to one reduces frame render time by 21% by fmenozzi · 8 years ago
  14. 80e9608 Remove isOpaque from SkSpecialImage, just use alpha type by brianosman · 8 years ago
  15. b5b6de9 Disable Nebraska-StateSeal.svg on Win8 bots by fmalita · 8 years ago
  16. c687448 simplify GrTextureAdjuster given there is only one subclass by reed · 8 years ago
  17. d707f2d Moved "drawShadowedPicture" call outside of if cases in onDrawContent. by vjiaoblack · 8 years ago
  18. c5064d9 Revert of Add regression test (patchset #2 id:20001 of https://codereview.chromium.org/2243143002/ ) by msarett · 8 years ago
  19. 36c38cb Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  20. 4ed2f01 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  21. 5ba165e Revert of SkPDF: unify drawText and drawPosText (patchset #2 id:40001 of https://codereview.chromium.org/2241683005/ ) by robertphillips · 8 years ago
  22. e6f8ff0 Defined SkDEBUGFAILF on Release builds by hstern · 8 years ago
  23. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  24. 583bc2e Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t) by brianosman · 8 years ago
  25. 93963ba Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ ) by msarett · 8 years ago
  26. b424936 Print error from driver when shader compiler fails by bsalomon · 8 years ago
  27. 9ea494a Fix up infra bot change by fmalita · 8 years ago
  28. b3a7ef1 Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  29. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  30. 6fb0648 [SVGDom] Add opacity support by fmalita · 8 years ago
  31. d39430d Update blurred rrect mask filter creation method to also handle caching by robertphillips · 8 years ago
  32. c2ad65e add gm that exercises compose shader allocations by caryclark · 8 years ago
  33. 6059dc3 SkPDF: unify drawText and drawPosText by halcanary · 8 years ago
  34. 2ae98b0 just add SkLiteDL::empty() by mtklein · 8 years ago
  35. 6ad75d1 LightingFP now supports multiple directional lights by dvonbeck · 8 years ago
  36. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  37. 3fe0327 Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  38. ea246cd Increase hard and io timeouts for CT builds. by rmistry · 8 years ago
  39. bcae9d3 Add regression test by msarett · 8 years ago
  40. 0dafbde Pull handling of blurred circles out of GrRRectBlurEffect::Make by robertphillips · 8 years ago
  41. 8a65fc8 Revert of increase small allocator limit to encompass compose shader (patchset #1 id:1 of https://codereview.chromium.org/2234423005/ ) by caryclark · 8 years ago
  42. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  43. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  44. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  45. 851d68a [SVGDom] Deferred SampleApp parsing by fmalita · 8 years ago
  46. d5d3287 Skip CompressCheckerboard unit test on N6. by mtklein · 8 years ago
  47. cd9a1d0 Add specialized code for hard stop gradients on GPU by fmenozzi · 8 years ago
  48. 997d017 Documentation: Important things on front page by halcanary · 8 years ago
  49. 8c20069 increase small allocator limit to encompass compose shader by caryclark · 8 years ago
  50. de44222 Webp has_alpha is a hint only by msarett · 8 years ago
  51. 0c685ee Assert fDeviceClipBounds is always empty when clip is empty by msarett · 8 years ago
  52. 40ff5fe Prevent overflows when using gamma_alloc_size by gogil · 8 years ago
  53. 1e4a389 Update SKP version by update-skps · 8 years ago
  54. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  55. ca39d71 [SVGDom] SVGPong sample app by fmalita · 8 years ago
  56. 09e12a6 Re-adding analytical GeoProc for rectangles by dvonbeck · 8 years ago
  57. 8a822ba Revert of Exact Ganesh Gradients for Special Cases (patchset #9 id:160001 of https://codereview.chromium.org/2223203003/ ) by halcanary · 8 years ago
  58. 5b31f32 [SVGDom] <polygon> & <polyline> support by fmalita · 8 years ago
  59. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  60. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  61. e1a3bc6 Add Android Shadow sample by jvanverth · 8 years ago
  62. 106a9ff Add extracting GM comments to the housekeeper bot. by jcgregorio · 8 years ago
  63. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  64. 7e8d5d3 SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  65. 70c43ef Turn on SVGs for all Test bots by rmistry · 8 years ago
  66. 2a49591 Remove generalized gradient code by fmenozzi · 8 years ago
  67. 1eda1eb Create gradient fuzzers by kjlubick · 8 years ago
  68. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  69. cf736d7 Revert of Exact Ganesh Gradients for Special Cases (patchset #8 id:140001 of https://codereview.chromium.org/2223203003/ ) by halcanary · 8 years ago
  70. a825d53 Revert of Fix 4444 on Vulkan devices who don't support RGBA_4444 (patchset #4 id:60001 of https://codereview.chromium.org/2238563002/ ) by egdaniel · 8 years ago
  71. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  72. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  73. ee92063 LightingShader and NormalSource comment and style fixes by dvonbeck · 8 years ago
  74. 5bf60ad Revert of SkPDF: Subset Type3 (fallback) font (patchset #8 id:200001 of https://codereview.chromium.org/2231483002/ ) by halcanary · 8 years ago
  75. 637b3bf Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  76. bcba19d Use SVGs CIPD package and use SVG as a DM source. by rmistry · 8 years ago
  77. 99818d6 Remove generalized gradient code by fmenozzi · 8 years ago
  78. 88b138d SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  79. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  80. c6d855f start working on tiger again by caryclark · 8 years ago
  81. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  82. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  83. 2d961e0 [SVGDom] Add more presentation attributes. by fmalita · 8 years ago
  84. 90b5cc3 Improvements to build_command_buffer.py by bsalomon · 8 years ago
  85. 865606d Always give simple circular rrects a shot at being directly blurred on the GPU by robertphillips · 8 years ago
  86. f5fe4b5 Fix crash in viewer on certain android devices by egdaniel · 8 years ago
  87. 18655ef GN: take over some exisiting bots by mtklein · 8 years ago
  88. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  89. d559eb2 SkLiteDL: turn vtable sideways by mtklein · 8 years ago
  90. 8c67ebe Clean up Xlib viewer by jvanverth · 8 years ago
  91. 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
  92. 8fb6ba5 add legacy flag by reed · 8 years ago
  93. dfd32b7 add legacy flag for google3 by reed · 8 years ago
  94. 0be3534 Remove a useless call: Calling lineVec.dot(qPts[0]) by jcgregorio · 8 years ago
  95. d230149 Revert of SkLiteDL: turn vtable sideways (patchset #7 id:120001 of https://codereview.chromium.org/2231103002/ ) by reed · 8 years ago
  96. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  97. 286a865 [SVGDom] Add rx/ry support for <rect> by fmalita · 8 years ago
  98. d71fe83 Update VERSION of "svg" asset. by rmistry · 8 years ago
  99. 7cffe97 Add constructor to DashInfo to enable initializer lists by hstern · 8 years ago
  100. 5a4b18c Add better bounds checks for getTime to fix perf debug assert below by hstern · 8 years ago