1. 2fc6ea6 Add scale and skew to C canvas API by abarth · 10 years ago
  2. 9dc2468 Clean up FreeType library ref counting. by bungeman · 10 years ago
  3. f786901 add gm to test rounding between clips and drawBitmapRect by reed · 10 years ago
  4. 05d6115 SkDrawLooper: No need for virtual bounds computation methods. by mtklein · 10 years ago
  5. 4bd4e80 Add function to return an unpremuled version of a GrColor by egdaniel · 10 years ago
  6. 742cacd multipage_pdf_profiler, gmtoskp by halcanary · 10 years ago
  7. 435eba7 Pre-cache local matrix type in shader constructor. by mtklein · 10 years ago
  8. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  9. bc0c4bd Add additional clean up code in MPD path by robertphillips · 10 years ago
  10. ca92fbd Remove orphaned SkImageDecoder::Target. by scroggo · 10 years ago
  11. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  12. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  13. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  14. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  15. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 10 years ago
  16. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  17. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  18. 5c9c9be Force path bounds in recording. by mtklein · 10 years ago
  19. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  20. bb25e44 Add extra safety check to the EGL context setup. by joakim.landberg · 10 years ago
  21. 8a2198a Fix Windows SkTime version by robertphillips · 10 years ago
  22. 43044dd add clip to PictureRenderer to better mimic Chromium's rendering method by robertphillips · 10 years ago
  23. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  24. 9881d63 Make skia trace category disabled by default. by danakj · 10 years ago
  25. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  26. 5eefe42 Fix assert in GrMaskFormatBytesPerPixel. by jvanverth · 10 years ago
  27. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  28. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  29. c67870c Update effect key for descriptor to not record offsets. by egdaniel · 10 years ago
  30. 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
  31. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  32. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  33. 1dbd816 Fix early out in GrResourceCache2::purgeAsNeeded by bsalomon · 10 years ago
  34. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  35. 267ce48 remove proc key by joshualitt · 10 years ago
  36. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  37. 60030bc remove one place we read from gpu key in effects by joshualitt · 10 years ago
  38. f3ca41c Add an Android-framework-only stable ID to SkPixelRef. by scroggo · 10 years ago
  39. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  40. b116619 Sk4x_sse.h by mtklein · 10 years ago
  41. f8449ba Update invariant output computation for various texture effects. by egdaniel · 10 years ago
  42. 74d80eb Remove unnessary check to skip drawing. by egdaniel · 10 years ago
  43. 785982e Eliminate static initializers in SkColor_SSE2.h. by mtklein · 10 years ago
  44. 6f78a64 fix for the msvs gyp generator that produces nonposix path separators by djsollen · 10 years ago
  45. be2284d Use text size on Mac. by bungeman · 10 years ago
  46. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  47. 821e352 Rebaselines by robertphillips · 10 years ago
  48. 21180e2 Revert of Blink hasn't rolled yet, better. (patchset #1 id:1 of https://codereview.chromium.org/758693002/) by mtklein · 10 years ago
  49. 6ff4ace Optimize highQualityFilter by qiankun.miao · 10 years ago
  50. 2253aa9 Add SkBlendARGB32_SSE2() to clean up code by qiankun.miao · 10 years ago
  51. 551051c Marking three GMs ignore-failure by robertphillips · 10 years ago
  52. 533a327 Cleanup with SkAlphaMulQ_SSE2() by qiankun.miao · 10 years ago
  53. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  54. 03bee31 Rebaselines for https://codereview.chromium.org/748853002 by robertphillips · 10 years ago
  55. d7e49ce Update SKP version by skia.buildbots · 10 years ago
  56. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  57. afa278e more c by reed · 10 years ago
  58. 0674fc7 Cleanup: Remove bug_chomper entry from .gitignore. by tfarina · 10 years ago
  59. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  60. 8a84db9 Don't count a leading 1 as a signficant digit in the ratio. by Mike Klein · 10 years ago
  61. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  62. 89ff084 Blink hasn't rolled yet, better. by Mike Klein · 10 years ago
  63. a2a5cd4 Revert of Blink hasn't rolled yet. (patchset #1 id:1 of https://codereview.chromium.org/754133002/) by mtklein · 10 years ago
  64. 3c850c5 restore old convention of asserting refcnt==1 in destructor by reed · 10 years ago
  65. fa14113 Blink hasn't rolled yet. by Mike Klein · 10 years ago
  66. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  67. 7ba39cb Add nanobench stats scripts to Skia repo. by mtklein · 10 years ago
  68. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  69. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  70. 9891317 Revert of More rebaselines (patchset #1 id:1 of https://codereview.chromium.org/754833003/) by tomhudson · 10 years ago
  71. 2a42d15 Revert of more rebaselines (patchset #1 id:1 of https://codereview.chromium.org/755653003/) by tomhudson · 10 years ago
  72. 612e926 Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/) by tomhudson · 10 years ago
  73. 6247fa0 Suppress additional multipicturedraw GM for Android by robertphillips · 10 years ago
  74. 02758c7 Sigh - remove whitespace from end of suppressions text line by robertphillips · 10 years ago
  75. 0bcf523 Add suppressions for https://codereview.chromium.org/748853002 by robertphillips · 10 years ago
  76. 55fe3d7 Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/) by tomhudson · 10 years ago
  77. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  78. 7ef849d Add Sk prefix to CreateBitmapShader. by mtklein · 10 years ago
  79. 01c412e Remove android-framework-only unused parameter. by scroggo · 10 years ago
  80. 0ef7ba2 More rebaselines by bsalomon · 10 years ago
  81. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  82. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  83. f2fdc8b more rebaselines by bsalomon · 10 years ago
  84. 65ba7b5 rebaselines by bsalomon · 10 years ago
  85. af000f4 Add gpu support for Apple specific 'Vertex Arrays' functions by paraboul · 10 years ago
  86. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  87. 52e74c6 Cleanup of S32_D565_Opaque_SSE2() by qiankun.miao · 10 years ago
  88. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  89. 735f548 use int instead of size_t to match skia convention by reed · 10 years ago
  90. 033b7b9 Update SKP version by skia.buildbots · 10 years ago
  91. 1ed35df Update SKP version by skia.buildbots · 10 years ago
  92. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  93. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  94. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  95. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  96. fc1e996 ack verylargebitmap diffs by mtklein · 10 years ago
  97. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  98. 1794651 Switch SkBitmapProcState's SkFractionalInt to 32.32. by mtklein · 10 years ago
  99. 76b3ac9 Simplfy DEPS: always pull all deps, remove unused barelinux platform. by mtklein · 10 years ago
  100. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago