1. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  2. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  3. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  4. c59308d Revert of Possible fix to Restore text vertex buffer alloc and other optimizations. (patchset #1 of https://codereview.chromium.org/513863004/) by djsollen · 10 years ago
  5. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago
  6. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  7. 85f9484 Possible fix to Restore text vertex buffer alloc and other optimizations. by egdaniel · 10 years ago
  8. af013bf Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  9. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  10. 9c3d24b Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  11. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  12. 3031350 Add missing text blob SkDrawCommand string. by fmalita · 10 years ago
  13. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  14. 5219e57 Remove skip draw check in GrContext by egdaniel · 10 years ago
  15. d3f6e89 Improve performance of highQualityFilter by qiankun.miao · 10 years ago
  16. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  17. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  18. f87650c Ensure SkFontMgr_fontconfig debug thread locking is initialized. by bungeman · 10 years ago
  19. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  20. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  21. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  22. 21aed57 Create Read-only Base class for GrDrawState that holds data members and getters by egdaniel · 10 years ago
  23. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  24. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  25. 6a9c7b1 Prevent malformed ICO files from recursively decoding by djsollen · 10 years ago
  26. ad726a3 Always use cpu-features library on android. by djsollen · 10 years ago
  27. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  28. 32eb063 remove commented-out code by reed · 10 years ago
  29. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  30. 97b4947 Fix overflow when comparing two ints by promoting the sum to 64-bits. by djsollen · 10 years ago
  31. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  32. 3d2e50d Remove unused header file in SkScaledImageCache.cpp by qiankun.miao · 10 years ago
  33. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  34. 131a22b Bound everything except drawText(). by mtklein · 10 years ago
  35. 68199a2 Unfurl catch-all bounds(). This makes it a little easier to track progress. by mtklein · 10 years ago
  36. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  37. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  38. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  39. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  40. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  41. 76db31a XPS to use PathOps for inverse winding paths. by bungeman · 10 years ago
  42. aace997 Reverse swap order in DirectWrite typeface. by bungeman · 10 years ago
  43. 2e40381 add const to arrays of member functions by caryclark · 10 years ago
  44. a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
  45. 045bb7f Clean up useless comments in SkScaledImageCache.h by qiankun.miao · 10 years ago
  46. b00f54d Don't leak the shader by reffing twice in SkRectShaderImageFilter. by mtklein · 10 years ago
  47. fa115bd Disable Neon optimization of bad S32A/D565 blend. by mtklein · 10 years ago
  48. da5a1b8 Add testing flag for XPS for deterministic ids. by Ben Wagner · 10 years ago
  49. 02e36f2 Fix leak of GrResourceCacheEntry by bsalomon · 10 years ago
  50. 84cab93 Disable Neon optimization of bad S32A/D565 blend. by mtklein · 10 years ago
  51. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  52. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  53. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  54. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  55. 5b2c2c6 disable neon proc that is triggering asserts by reed · 10 years ago
  56. 233c295 fix numerical overflows in 565 blends by reed · 10 years ago
  57. ab78e06 Store vertex size in DrawState when setVertexAttribs is called by egdaniel · 10 years ago
  58. f0f6c40 fix leak in new createproc by reed · 10 years ago
  59. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  60. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  61. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  62. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  63. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  64. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  65. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  66. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  67. d5176a2 remember to init fOrigPos in legacy constructor by reed · 10 years ago
  68. 55de40b Does this fix things? by mtklein · 10 years ago
  69. a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 10 years ago
  70. 0461713 expose generalized imagecache key by reed · 10 years ago
  71. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  72. 00d5c2c SkTextBlob by fmalita · 10 years ago
  73. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  74. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  75. ef24b7d Use medium filtering when downscaling bitmap glyphs in FreeType host by djsollen · 10 years ago
  76. 01a492f Fix == operator in GrTextureDomain so we don't compair uninitilized values by egdaniel · 10 years ago
  77. 8cbf3d5 Remove State struct from GrDrawState by egdaniel · 10 years ago
  78. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  79. 4082d29 Revert back to SkPictureData pictures. Huge perf regression. by mtklein · 10 years ago
  80. 1b523ba Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  81. 39cd5b9 Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now) by halcanary · 10 years ago
  82. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  83. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  84. df2ec35 Directly compute glyphToUnicode array in DirectWrite. by bungeman · 10 years ago
  85. 46bc621 Dump out more information if this assert fails. by mtklein · 10 years ago
  86. ec924b9 Dump out more information if this assert fails. by mtklein · 10 years ago
  87. bdbb242 copy points in array that may stretch by caryclark · 10 years ago
  88. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  89. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  90. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  91. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  92. 9a657fa fix #if to #ifdef for SK_DEBUG by caryclark · 10 years ago
  93. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  94. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  95. cecc91c Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  96. a19afb4 Cheat to go fast, but be careful in debug mode. by mtklein · 10 years ago
  97. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  98. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  99. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  100. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago