1. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  2. 546dc32 Use SkAutoTExclusive guard in DirectWrite port. by herb · 9 years ago
  3. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  4. 19e82e3 Update SrcRectConstraint doc. Previous doc never matched the implementation or the c2d spec. by bsalomon · 9 years ago
  5. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
  6. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  7. ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
  8. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  9. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  10. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  11. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  12. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  13. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  14. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  15. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  16. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  17. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  18. 12449a9 Add lighter weight lock guards. by herb · 9 years ago
  19. e71000f Move SkChecksum::Murmur3 out of the header. by mtklein · 9 years ago
  20. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  21. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  22. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  23. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  24. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  25. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  26. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  27. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  28. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  29. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  30. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  31. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  32. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  33. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  34. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  35. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  36. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  37. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  38. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  39. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  40. f028003 change more effects to only expose factories by reed · 9 years ago
  41. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  42. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  43. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  44. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  45. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  46. bf90520 SkPath::fFirstDirection: seq-cst -> relaxed by mtklein · 9 years ago
  47. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  48. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  49. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  50. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  51. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  52. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  53. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  54. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  55. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  56. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  57. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  58. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  59. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  60. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  61. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  62. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  63. b39abc4 remove unused helper function by reed · 9 years ago
  64. e4c1735 Unify ThreadID. by herb · 9 years ago
  65. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  66. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  67. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  68. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  69. 3d09665 update memset16/32 inlining heuristics by mtklein · 9 years ago
  70. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  71. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  72. 9f4dbca Make SkPath fFirstDirection atomic to fix tsan. by herb · 9 years ago
  73. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  74. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  75. 0869267 Add cast and assignment operators to SkAtomic. by herb · 9 years ago
  76. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  77. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  78. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  79. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  80. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  81. 3f9deab Remove SkImage::newImage() by fmalita · 9 years ago
  82. 7f0a3d7 Make mutex semaphore based. by herb · 9 years ago
  83. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  84. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  85. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  86. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  87. 07ed41f Fix possible integer overflow in SkTSearch's midpoint calculation by mdempsky · 9 years ago
  88. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  89. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  90. b758bbd Revert of Combined approach. (patchset #2 id:20001 of https://codereview.chromium.org/1356133002/ ) by mtklein · 9 years ago
  91. 46243a7 Combined approach. by mtklein · 9 years ago
  92. 0fc1dbe SK_API for include/gpu/gl/GrGLInterface.h by halcanary · 9 years ago
  93. b1cc9da Revert of try simplest code: inline whenever vaguely sensible (patchset #1 id:1 of https://codereview.chromium.org/1351403005/ ) by mtklein · 9 years ago
  94. 527a0c8 try simplest code: inline whenever vaguely sensible by mtklein · 9 years ago
  95. c566fdd Revert of try stosd/w (patchset #2 id:20001 of https://codereview.chromium.org/1355063002/ ) by mtklein · 9 years ago
  96. 3ca0f62 try stosd/w by mtklein · 9 years ago
  97. b63d816 Revert of update memset16/32 inlining heuristics (patchset #1 id:1 of https://codereview.chromium.org/1357193002/ ) by mtklein · 9 years ago
  98. b68fa40 update memset16/32 inlining heuristics by mtklein · 9 years ago
  99. 966e3d3 Add debug mode to shared mutex. by herb · 9 years ago
  100. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago