1. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  2. 7c55422 remove SkGPipe by reed · 9 years ago
  3. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  4. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  5. 1243b70 Revert of Fix handling of radii scaling to force the result to always be less (patchset #14 id:250001 of https://codereview.chromium.org/1567723004/ ) by robertphillips · 9 years ago
  6. a1bfaad Set up some hooks for premul/swizzzle opts. by mtklein · 9 years ago
  7. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  8. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  9. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  10. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  11. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  12. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  13. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  14. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  15. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  16. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  17. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  18. b7f4b8e Add sentinel to GrMemoryPool's block header by robertphillips · 9 years ago
  19. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  20. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  21. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  22. c070d15 Remove SK_SUPPORT_LEGACY_BITMAP_SAMPLER_BIAS by fmalita · 9 years ago
  23. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  24. ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
  25. fb82437 Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ ) by caryclark · 9 years ago
  26. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  27. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  28. 3ab9f2e Fix some SkCodecPrintfs by scroggo · 9 years ago
  29. b50b97d Optimize SkTileImageFilter destination bitmap size. by senorblanco · 9 years ago
  30. 53b1c09 SkPDF: Change handling of large-numbers in matricies. by halcanary · 9 years ago
  31. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  32. 1e1e509 add comment by caryclark · 9 years ago
  33. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  34. e114dd6 fix valgrind by caryclark · 9 years ago
  35. 19c6250 Add debug sentinel to GrMemoryPool to check for memory stomping by robertphillips · 9 years ago
  36. bc348f4 In Google3 build, use SK_SFNTLY_SUBSETTER define to enable/disable sfntly. by benjaminwagner · 9 years ago
  37. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  38. 226aee2 Also ignore sfntly for Google3/iOS. by mtklein · 9 years ago
  39. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  40. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  41. aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
  42. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  43. 20ccd40 Add assert that memory pool is empty when GrTextBlobCache frees by joshualitt · 9 years ago
  44. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  45. 3323b05 Add comment for using infinite check in quad root by caryclark · 9 years ago
  46. 22c6f5c Return 'correct' size from GrMemoryPool by joshualitt · 9 years ago
  47. e56c626 clean up dead x86 filter opts code by mtklein · 9 years ago
  48. dbaec73 give up on quad root if infinite by caryclark · 9 years ago
  49. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  50. 2c2d8ab df generation: single allocation with calloc by mtklein · 9 years ago
  51. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  52. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  53. 279c786 If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. by mtklein · 9 years ago
  54. c4a0d73 Revert of df generation: single allocation with calloc (patchset #2 id:20001 of https://codereview.chromium.org/1544983004/ ) by mtklein · 9 years ago
  55. c8be09a Two malloc+bzero -> calloc. by mtklein · 9 years ago
  56. 29dd813 remove use of malloc.h by mtklein · 9 years ago
  57. 12204d9 df generation: single allocation with calloc by mtklein · 9 years ago
  58. e735f16 Revert of Try using std::call_once (patchset #1 id:1 of https://codereview.chromium.org/1550893002/ ) by mtklein · 9 years ago
  59. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  60. 512f3e3 remove now defunct get_paint_offset by reed · 9 years ago
  61. b3a8358 [Reland] Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  62. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  63. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  64. d814c9c Don't preserve buggy Android behavior of ignoring the paint's alpha. by djsollen · 9 years ago
  65. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  66. 0d48e41 [SkDebugger] Display run glyph positioning modes by fmalita · 9 years ago
  67. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  68. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  69. 2d0e37a Fix -Wunused-function warnings in chrome/ios builds. by thakis · 9 years ago
  70. f0b6c55 replace older/slower/scaler version of conic evalAt by reed · 9 years ago
  71. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  72. 8895b72 Try using std::call_once by mtklein · 9 years ago
  73. e76b4bb Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 9 years ago
  74. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 9 years ago
  75. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  76. 98e7538 make GrRect.h private by reed · 9 years ago
  77. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  78. 0b70f45 remove dead flags by reed · 9 years ago
  79. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  80. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  81. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  82. 40b7d3b fix hair fuzz by caryclark · 9 years ago
  83. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  84. b39f39f remove unused SkCullPoints by reed · 9 years ago
  85. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  86. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  87. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  88. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  89. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  90. fb56218 fix stroked text underline / strikethrough by caryclark · 9 years ago
  91. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  92. 17bc085 check in direct quad length measure by caryclark · 9 years ago
  93. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  94. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  95. d63f60a change all factories to return their base-class by reed · 9 years ago
  96. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  97. ecbed9d Rejigger distance field path rect calcs to avoid underflow by jvanverth · 9 years ago
  98. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  99. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  100. 3e6be16 Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ ) by fmalita · 9 years ago