1. f8449ba Update invariant output computation for various texture effects. by egdaniel · 10 years ago
  2. 74d80eb Remove unnessary check to skip drawing. by egdaniel · 10 years ago
  3. 785982e Eliminate static initializers in SkColor_SSE2.h. by mtklein · 10 years ago
  4. 6f78a64 fix for the msvs gyp generator that produces nonposix path separators by djsollen · 10 years ago
  5. be2284d Use text size on Mac. by bungeman · 10 years ago
  6. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  7. 821e352 Rebaselines by robertphillips · 10 years ago
  8. 21180e2 Revert of Blink hasn't rolled yet, better. (patchset #1 id:1 of https://codereview.chromium.org/758693002/) by mtklein · 10 years ago
  9. 6ff4ace Optimize highQualityFilter by qiankun.miao · 10 years ago
  10. 2253aa9 Add SkBlendARGB32_SSE2() to clean up code by qiankun.miao · 10 years ago
  11. 551051c Marking three GMs ignore-failure by robertphillips · 10 years ago
  12. 533a327 Cleanup with SkAlphaMulQ_SSE2() by qiankun.miao · 10 years ago
  13. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  14. 03bee31 Rebaselines for https://codereview.chromium.org/748853002 by robertphillips · 10 years ago
  15. d7e49ce Update SKP version by skia.buildbots · 10 years ago
  16. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  17. afa278e more c by reed · 10 years ago
  18. 0674fc7 Cleanup: Remove bug_chomper entry from .gitignore. by tfarina · 10 years ago
  19. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  20. 8a84db9 Don't count a leading 1 as a signficant digit in the ratio. by Mike Klein · 10 years ago
  21. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  22. 89ff084 Blink hasn't rolled yet, better. by Mike Klein · 10 years ago
  23. a2a5cd4 Revert of Blink hasn't rolled yet. (patchset #1 id:1 of https://codereview.chromium.org/754133002/) by mtklein · 10 years ago
  24. 3c850c5 restore old convention of asserting refcnt==1 in destructor by reed · 10 years ago
  25. fa14113 Blink hasn't rolled yet. by Mike Klein · 10 years ago
  26. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  27. 7ba39cb Add nanobench stats scripts to Skia repo. by mtklein · 10 years ago
  28. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  29. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  30. 9891317 Revert of More rebaselines (patchset #1 id:1 of https://codereview.chromium.org/754833003/) by tomhudson · 10 years ago
  31. 2a42d15 Revert of more rebaselines (patchset #1 id:1 of https://codereview.chromium.org/755653003/) by tomhudson · 10 years ago
  32. 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
  33. 6247fa0 Suppress additional multipicturedraw GM for Android by robertphillips · 10 years ago
  34. 02758c7 Sigh - remove whitespace from end of suppressions text line by robertphillips · 10 years ago
  35. 0bcf523 Add suppressions for https://codereview.chromium.org/748853002 by robertphillips · 10 years ago
  36. 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
  37. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  38. 7ef849d Add Sk prefix to CreateBitmapShader. by mtklein · 10 years ago
  39. 01c412e Remove android-framework-only unused parameter. by scroggo · 10 years ago
  40. 0ef7ba2 More rebaselines by bsalomon · 10 years ago
  41. 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
  42. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  43. f2fdc8b more rebaselines by bsalomon · 10 years ago
  44. 65ba7b5 rebaselines by bsalomon · 10 years ago
  45. af000f4 Add gpu support for Apple specific 'Vertex Arrays' functions by paraboul · 10 years ago
  46. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  47. 52e74c6 Cleanup of S32_D565_Opaque_SSE2() by qiankun.miao · 10 years ago
  48. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  49. 735f548 use int instead of size_t to match skia convention by reed · 10 years ago
  50. 033b7b9 Update SKP version by skia.buildbots · 10 years ago
  51. 1ed35df Update SKP version by skia.buildbots · 10 years ago
  52. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  53. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  54. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  55. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  56. fc1e996 ack verylargebitmap diffs by mtklein · 10 years ago
  57. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  58. 1794651 Switch SkBitmapProcState's SkFractionalInt to 32.32. by mtklein · 10 years ago
  59. 76b3ac9 Simplfy DEPS: always pull all deps, remove unused barelinux platform. by mtklein · 10 years ago
  60. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  61. 04038eb public SkNVRefCnt<SnapshotArray> by mtklein · 10 years ago
  62. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  63. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  64. ec8bb94 Fix error in Ganesh' tiled bitmap drawing by robertphillips · 10 years ago
  65. 947556f remove GrAllocPool by joshualitt · 10 years ago
  66. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  67. 4af267b add SkImage::newSurface by reed · 10 years ago
  68. 41d2c2e simplify uniqueID code in picture by reed · 10 years ago
  69. 8f81b69 Ignore a flaky msaa4 GM and some perma-broken S4 GMs by robertphillips · 10 years ago
  70. 186a08e Fix memory leak in nanobench by robertphillips · 10 years ago
  71. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  72. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  73. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  74. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  75. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  76. 60b24d0 Cleanup: Delete webtry.gyp by tfarina · 10 years ago
  77. 5f3e081 rebasing a bunch of 0% android mismatches by joshualitt · 10 years ago
  78. c07379d Adding GeometryData object by joshualitt · 10 years ago
  79. ffe2f1c Rebaseline textblobshader expectation for nvpr by cdalton · 10 years ago
  80. 844aa33 Add SkNVRefCnt::getRefCnt() by Florin Malita · 10 years ago
  81. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  82. d6ab2a8 Add SkNVRefCnt::deref(). by mtklein · 10 years ago
  83. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  84. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  85. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  86. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  87. 0728031 Stop overloading internal_dispose in SkTextBlob and SkData by bsalomon · 10 years ago
  88. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  89. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  90. ace7f42 Preventing division by 0 in non-separable blend mode shaders. by rosca · 10 years ago
  91. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  92. ac1383d even more stragglers -- hopefully this makes the gtx machine go green? by Greg Humphreys · 10 years ago
  93. c58a33c more rebaseline stragglers by Greg Humphreys · 10 years ago
  94. 008f1ea Store DM failures in an array, not a single string. by mtklein · 10 years ago
  95. c66d813 a few straggling rebaselines by Greg Humphreys · 10 years ago
  96. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  97. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  98. 72f92ac No need to short circuit the query rect here anymore. by mtklein · 10 years ago
  99. 48b411a Remove debug-only fData from SKTDArray. by mtklein · 10 years ago
  100. 54e0c12 scissor state on optstate by joshualitt · 10 years ago