1. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  2. a9f1db7 Use SkTArray instead of SkSTArray in movable. by bungeman · 9 years ago
  3. 9700206 New CodeSrc* draw mode kScanline_Subset_Mode by emmaleer · 9 years ago
  4. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  5. 24a366a Fall back to older inorder buffer if we have NVPR by joshualitt · 9 years ago
  6. d8e2d28 Revert of Fall back to older inorder buffer if we have NVPR (patchset #3 id:40001 of https://codereview.chromium.org/1143153008/) by joshualitt · 9 years ago
  7. b72ec98 Fall back to older inorder buffer if we have NVPR by joshualitt · 9 years ago
  8. e932a64 enable reordering by joshualitt · 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. 7dc9190 fixing onSkipScanlines png error by emmaleer · 9 years ago
  12. 9572a10 don't use accessBitmap by reed · 9 years ago
  13. 4b195e5 Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext by robertphillips · 9 years ago
  14. b97e909 Fix SkAndroidSDKCanvas virtuals by tomhudson · 9 years ago
  15. 5bcef1b speculative revert change to pixmap for bitmapscaler by reed · 9 years ago
  16. 7a9c45c real fix for textblob use after gpu free by joshualitt · 9 years ago
  17. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  18. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  19. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  20. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  21. 36ec383 Reorder across clears by joshualitt · 9 years ago
  22. 43315bb sync-and-gyp: make smarter by halcanary · 9 years ago
  23. 340cd84 Disabling ~path_hairline in iOS nanobench by stephana · 9 years ago
  24. cd1d41e remove unneeded device:lockpixels by reed · 9 years ago
  25. 61e9196 Avoid creating GrGLPath to the resource cache when creating GrGLPathRanges by kkinnunen · 9 years ago
  26. 43c5bab Update SKP version by skia.buildbots · 9 years ago
  27. cf01e31 deprecate calling lockPixels by reed · 9 years ago
  28. 95d343f move readPixels from bitmap -> pixmap by reed · 9 years ago
  29. c240e71 remove bitmaps entirely from sprite blits (as source) by reed · 9 years ago
  30. 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
  31. c319c80 Revert of Fix LCD coverage regression in GrPorterDuffXPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1149883004/) by bungeman · 9 years ago
  32. aa999cb Everyone gets a namespace {}. by mtklein · 9 years ago
  33. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  34. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  35. 3e2d59e Fix LCD coverage regression in GrPorterDuffXPFactory by cdalton · 9 years ago
  36. 682c269 Store context options on caps. by bsalomon · 9 years ago
  37. a5f1d5a fix for atlas is abandoned text corruption by joshualitt · 9 years ago
  38. 4e506c2 Simpler version of Plus w/ AA. ~25% faster too. by mtklein · 9 years ago
  39. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  40. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  41. a624d12 use SkPixmap inside sprite blitters by reed · 9 years ago
  42. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  43. 2a97c55 Trivial patch to set a max lookback on reordering by joshualitt · 9 years ago
  44. c9b8276 BUG=skia: NOTRY=true TBR=borenet by stephana · 9 years ago
  45. 27c2b09 Move Sk4px Xfermode code to a header so we can use it twice. by mtklein · 9 years ago
  46. 92c9743 Add more detail on how DM checksums are done. by jcgregorio · 9 years ago
  47. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  48. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  49. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  50. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  51. a76b7a3b remove SK_LEGACY_STROKE_CURVES by caryclark · 9 years ago
  52. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  53. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  54. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  55. 806236e Mark SkPaths created by GrContext fallback draw logic as volatile by kkinnunen · 9 years ago
  56. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  57. 5559ca2 Remove uniform view matrix from GrGLPrimitiveProcessor base class by joshualitt · 9 years ago
  58. 160d08c Fix Plus by mtklein · 9 years ago
  59. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  60. 3ece53e Add mode validation to PtProcRec::init. by ochang · 9 years ago
  61. 5a7cd87 Clean up Sk4f xfermodes and covered _SSE2 xfermodes. by mtklein · 9 years ago
  62. 18b72db Temporarily disable nanobench to see what else is in the way of the bots going green. by stephana · 9 years ago
  63. e59e1b2 Whitespace change to trigger builds by Eric Boren · 9 years ago
  64. 7005a57 Add PlusMergesAA GM by mtklein · 9 years ago
  65. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  66. e797d0d SkBlockMemoryStream implements peek() by halcanary · 9 years ago
  67. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  68. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  69. b4a797f Move font loading in gm tests and benches out of constructors by kkinnunen · 9 years ago
  70. 070e010 Improve caching of special case paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  71. f2539d5 Use high precision vertex attributes. by senorblanco · 9 years ago
  72. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  73. e12fcd5 check for big sizes in NewData by reed · 9 years ago
  74. 76be9c8 Don't serialize SkPictures in SkPictureShaders when in untrusted mode. by mtklein · 9 years ago
  75. 364ad00 Fix for bisector computation bug in GrAAConvexTessellator by robertphillips · 9 years ago
  76. fd6a07b Have SkPicture inherit from SkRefCnt. by mtklein · 9 years ago
  77. 2e172ec Make SkEmptyPicture a singleton. by mtklein · 9 years ago
  78. d41ea1d More efficient SkRecorder::flushMiniRecorder() by mtklein · 9 years ago
  79. 22483d9 Sort build files for consistent link order. by bungeman · 9 years ago
  80. 41868fe Font variations. by bungeman · 9 years ago
  81. d223eb3 fix win 8 bot by caryclark · 9 years ago
  82. c13a773 Unmount before app-install TBR=borenet by stephana · 9 years ago
  83. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  84. 8debd89 small cleanup of GrAtlas by joshualitt · 9 years ago
  85. a65358c Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://codereview.chromium.org/1142263002/) by bungeman · 9 years ago
  86. d706f11 small cleanup of GrAtlas by joshualitt · 9 years ago
  87. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  88. 50bc051 implement --quiet for DM by reed · 9 years ago
  89. 503bd77 Add a newline to the font load debug message by kkinnunen · 9 years ago
  90. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  91. 612f70d handle large conic strokes better by caryclark · 9 years ago
  92. ee2a8ee Documentation: SkCanvas API by halcanary · 9 years ago
  93. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  94. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  95. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  96. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  97. 9b4b91f5 This allows to restart the device. by stephana · 9 years ago
  98. 2e5b4c5 Fix GrAARectRenderer's handling of unsorted nested rects by robertphillips · 9 years ago
  99. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  100. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago