1. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
  2. ce79a3a Initialize subrun variables to make Valgrind happy by jvanverth · 9 years ago
  3. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  4. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  5. cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
  6. 8e74046 Remove race. by herb · 9 years ago
  7. 25507d9 fix leaked picture by reed · 9 years ago
  8. 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
  9. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  10. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  11. bf29888 Parallel cache. by herb · 9 years ago
  12. 7628967 add picture-image variant by reed · 9 years ago
  13. 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
  14. 4228c1f switch over to using images by reed · 9 years ago
  15. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  16. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  17. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  18. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  19. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  20. 336cda3 wire up incNumDraws by joshualitt · 9 years ago
  21. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  22. 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
  23. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  24. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  25. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  26. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  27. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  28. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  29. 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
  30. 894a2e4 skia: Initialize value passed to GetShaderiv in GLBench by hendrikw · 9 years ago
  31. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  32. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  33. 00c3252 Update documentation of colors on Status. by benjaminwagner · 9 years ago
  34. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  35. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  36. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  37. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  38. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  39. a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
  40. 189aef7 Create module system for VisualBench by joshualitt · 9 years ago
  41. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  42. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  43. 1512029 skia: use msaaConfigAttribList for SkOSWindow_win by hendrikw · 9 years ago
  44. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
  45. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  46. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  47. 3e9a452 Update SKP version by rmistry · 9 years ago
  48. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  49. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  50. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  51. 9260296 Bot fix by msarett · 9 years ago
  52. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  53. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  54. 19e9b35 Ico bug fix for opaque embedded images by msarett · 9 years ago
  55. 6f2a486 Parallel cache. by herb · 9 years ago
  56. 714a710 SkOncePtr by mtklein · 9 years ago
  57. 58e524c draw 3 moveTos followed by various others [moves, lines, closes] by reed · 9 years ago
  58. f4a6d30 remove duplicated sample (already have a gm) by reed · 9 years ago
  59. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  60. 5514321 Minor tweak to visual bench timing by joshualitt · 9 years ago
  61. c8b350d update gm test size to include new elements by caryclark · 9 years ago
  62. 500ab75 change for issue 562 by caryclark · 9 years ago
  63. 6ff734b remove unused fields from SkOpSegment by caryclark · 9 years ago
  64. 5a9a5b3 CMAKE + install command by halcanary · 9 years ago
  65. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  66. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  67. d34d947 Appurify bot: don't use flags that visualbench doesn't support by borenet · 9 years ago
  68. 214046e Fix memory leak in build example by mdempsky · 9 years ago
  69. ad54ffc adb_wait_for_device: Skip `adb wait-for-device` by borenet · 9 years ago
  70. fbf908c Add some useful information to trooper doc. by benjaminwagner · 9 years ago
  71. d705958 Will try composing a linear gradient with a color bitmap as well as an alpha8 bitmap to make sure the paint's color is being used/ignored in the right places. by wangyix · 9 years ago
  72. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  73. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  74. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  75. 1a9caff add interactive xfer sample by reed · 9 years ago
  76. 1dec47a Testing CQ committer list by rmistry · 9 years ago
  77. d67d08e Fix bug in ico decodes by msarett · 9 years ago
  78. 613f20a Moved committer list to chrome-infra-auth and deleted it from the repo by sergiyb · 9 years ago
  79. 36c3796 Remove unwanted images in Gold by msarett · 9 years ago
  80. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  81. 5a42c33 Add new surface flag by jvanverth · 9 years ago
  82. 06f989a Revert of Minor cleanup in GrTessellatingPathRenderer. (patchset #1 id:1 of https://codereview.chromium.org/1322023002/ ) by senorblanco · 9 years ago
  83. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  84. 4f588b5 Replace font name table access with standard Skia function. by caryclark · 9 years ago
  85. d6b3031 forgot base impl by reed · 9 years ago
  86. 9446930 Fix for distancefield text uses override descriptor by joshualitt · 9 years ago
  87. e5a38f0 VisualBenchTest: Read nanobench_flags.txt by borenet · 9 years ago
  88. a3710c3 Specify try_job_retry_config for Skia try jobs by rmistry · 9 years ago
  89. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  90. 9aa32d1 Fix bmp bug in ReadHeader() by msarett · 9 years ago
  91. f29a0c7 Experimental: fix document by halcanary · 9 years ago
  92. e212789 Experimental: document that cmake + c api example now works in Ubuntu. by halcanary · 9 years ago
  93. 0e050c6 Remove an extra newline in documentation. by halcanary · 9 years ago
  94. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago
  95. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  96. 12d40c1 Restore old NEON blit_mask_d32_a8 methods. by mtklein · 9 years ago
  97. c911906 Documentation: C API comments by halcanary · 9 years ago
  98. 2a4a421 Cmake: fix to make linking work on Ubuntu by halcanary · 9 years ago
  99. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  100. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago