1. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  2. 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  3. 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 8 years ago
  4. df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  5. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 8 years ago
  6. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  7. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  8. e736506 Revert of For *ToFixed, in debug mode, assert that the value is in range. (patchset #6 id:140001 of https://codereview.chromium.org/1824733002/ ) by fmalita · 8 years ago
  9. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  10. 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 8 years ago
  11. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  12. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  13. 04cdc4b Remove transitional explicit operator bool. by mtklein · 8 years ago
  14. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  15. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  16. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  17. ca2622b return pictures as sk_sp by reed · 8 years ago
  18. 852f15d free -> reset by mtklein · 8 years ago
  19. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  20. 0e3738d free -> reset by mtklein · 8 years ago
  21. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 8 years ago
  22. 18300a3 detach -> release by mtklein · 8 years ago
  23. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  24. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  25. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  26. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  27. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  28. dd67e3d Add SkScalarTruncToScalar and speed up SkScalarFraction. by bungeman · 8 years ago
  29. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  30. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  31. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  32. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  33. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  34. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  35. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  36. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 8 years ago
  37. 7b0b2ca Make Cmake work with debug build by halcanary · 8 years ago
  38. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  39. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  40. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 8 years ago
  41. f55c364 Wire up stack traces again by joshualitt · 8 years ago
  42. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 8 years ago
  43. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 8 years ago
  44. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago
  45. 15923c9 Modernize SkSpinlock. by mtklein · 8 years ago
  46. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  47. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 8 years ago
  48. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  49. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 8 years ago
  50. 952538e fix undefined signed shifts by caryclark · 8 years ago
  51. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  52. a7e9f05 Move SkTDArray to private. by bungeman · 8 years ago
  53. adab5a2 fix comma in GrAuditTrail json by joshualitt · 8 years ago
  54. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  55. 6b3cf73 Add batch information to json by joshualitt · 8 years ago
  56. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 8 years ago
  57. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  58. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  59. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  60. 1fce558 Work around vs2013sp2-3 bug in skstd::unique_ptr. by bungeman · 9 years ago
  61. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  62. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  63. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  64. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  65. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  66. 4e8f567 add wait on fence without flush by joshualitt · 9 years ago
  67. 11fae87 Virtualize Frames in GrAuditTrail by joshualitt · 9 years ago
  68. 87a721b Convert GrAuditTrail to use scoped frames by joshualitt · 9 years ago
  69. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  70. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  71. 0e10166 Use ::std for is_empty, is_class, add_xxx_reference, remove decay. by bungeman · 9 years ago
  72. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  73. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  74. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  75. de029d0 More <type_traits> for SkTLogic.h. by bungeman · 9 years ago
  76. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  77. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  78. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  79. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  80. 5b1dec7 Add additional assert to GrSingleOwner by joshualitt · 9 years ago
  81. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  82. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  83. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  84. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  85. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  86. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  87. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  88. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  89. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  90. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  91. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  92. c19247f check that SSE2 is available before using __vectorcall by lsalzman · 9 years ago
  93. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  94. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  95. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  96. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  97. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  98. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  99. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  100. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago