1. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  2. f3b8f10 Remove SK_ANDROID_FREETYPE_HAS_MM from build. by bungeman · 9 years ago
  3. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  4. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  5. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  6. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  7. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  8. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  9. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  10. a681433 SkPDF: with opaque draws, treat SRC mode as SRC_OVER by halcanary · 9 years ago
  11. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  12. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  13. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  14. 682c269 Store context options on caps. by bsalomon · 9 years ago
  15. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  16. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  17. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  18. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  19. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  20. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  21. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  22. 22483d9 Sort build files for consistent link order. by bungeman · 9 years ago
  23. 41868fe Font variations. by bungeman · 9 years ago
  24. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  25. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  26. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  27. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  28. 7be0ce0 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  29. 4e149c0 Remove SK_LEGACY_DRAWPICTURECALLBACK from skia_for_chromium_defines.gypi by Florin Malita · 9 years ago
  30. 9bedfc2 Revert of SkPDF: Add Sfntly to DEPS, gyp, SkUserConfig (patchset #7 id:570001 of https://codereview.chromium.org/1134683006/) by halcanary · 9 years ago
  31. 6a53b04 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  32. 2e0303f Gyp: Sanity Part II (GM+Tests) by halcanary · 9 years ago
  33. b91f756 Experiment with find as a road to Gyp sanity. by mtklein · 9 years ago
  34. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  35. 3489ee0 Font variations. by bungeman · 9 years ago
  36. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  37. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  38. 05773ed Font variations. by bungeman · 9 years ago
  39. b1207e8 opt into SkScalarDiv until we can fix android call-sites by reed · 9 years ago
  40. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  41. 7da2e55 quickie tool to exercise chrome filter fuzz files by caryclark · 9 years ago
  42. 1107e90 Fix blur on large glyphs in runs < SkGlyphCache::max by joshualitt · 9 years ago
  43. e4cee1f fix for cached textblobs look garbled by joshualitt · 9 years ago
  44. 624637c Path ops formerly found the topmost unprocessed edge and determined its angle sort order to initialize the winding. This never worked correctly with cubics and was flaky with paths consisting mostly of vertical edges. by caryclark · 9 years ago
  45. e16dfdb Enable GrAAConvexTessellator in GrAAConvexPathRenderer by robertphillips · 9 years ago
  46. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  47. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  48. 96287f7 SkPDF: detect YUV-JPEG without relying on ImageGenerator by halcanary · 9 years ago
  49. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 9 years ago
  50. 44d43d8 Add a control benchmark. by mtklein · 9 years ago
  51. 84b0088 Add GrAAConvexTessellator class by robertphillips · 9 years ago
  52. af24295 create GrInOrderCommandBuilder by joshualitt · 9 years ago
  53. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  54. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  55. e46760e Create GrCommandBuilder by joshualitt · 9 years ago
  56. deee298 cleanup by stephana · 9 years ago
  57. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  58. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  59. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  60. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  61. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 9 years ago
  62. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  63. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  64. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  65. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 9 years ago
  66. 5b6db07 SkRWBuffer for thread-safe 'stream' sharing by reed · 9 years ago
  67. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  68. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  69. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  70. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  71. 7272935 Add new GM/bench for line-only convex paths by robertphillips · 9 years ago
  72. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  73. 261c3ad Change to add zoom animations to nanobench by joshualitt · 9 years ago
  74. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  75. 87cbcf3 Add GM to test non-AA pixel snapping for points, lines, rects. by bsalomon · 9 years ago
  76. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 9 years ago
  77. 7e4186a add GM to test imagefilters + xfermodes by reed · 9 years ago
  78. f3f9440 Revert of Allow NEON on iOS. (patchset #3 id:40001 of https://codereview.chromium.org/1091823002/) by mtklein · 9 years ago
  79. 523ed6c adding new gm to rotate, translate, and scale textblobs by joshualitt · 9 years ago
  80. e5043b7 Allow NEON on iOS. by mtklein · 9 years ago
  81. 4afe21e add a GM to demo the blend bug by mtklein · 9 years ago
  82. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  83. ea6075e Default iOS builds to our code signing identity. by mtklein · 9 years ago
  84. a863e41 This section is moot: we divert ios to opts_none above. by mtklein · 9 years ago
  85. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  86. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  87. 8cf1d95 Add GM that tests bmp filter qualities with repeat mode by bsalomon · 9 years ago
  88. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  89. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  90. e16b04a SkJpegCodec by msarett · 9 years ago
  91. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  92. f5ac972 Add GM to exercise high quality anisotropic scaling by robertphillips · 9 years ago
  93. 86e5ab6 GM: add fadefilter gm by halcanary · 9 years ago
  94. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  95. c5e0891 Replace NEON assembly memset16 and memset32 with intrinsic versions. by mtklein · 9 years ago
  96. d0b5c33 Adding draw looper gm for textblobs by joshualitt · 9 years ago
  97. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  98. a67572f Remove ARM assembly memsets. by mtklein · 9 years ago
  99. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 9 years ago
  100. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 9 years ago