1. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  2. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  3. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  4. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  5. 45561a0 drawTextRSXform by reed · 8 years ago
  6. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  7. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  8. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  9. d0e402f Make container classes in SkTemplates.h more consistent by csmartdalton · 8 years ago
  10. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  11. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  12. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  13. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  14. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  15. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  16. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  17. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  18. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  19. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  20. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  21. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  22. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  23. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  24. 42846ed Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  25. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  26. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  27. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  28. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  29. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  30. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  31. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  32. b37c68a Simplify implementation of SkOnce to not need so many comments. by mtklein · 8 years ago
  33. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  34. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  35. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  36. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  37. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  38. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  39. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  40. e86e51f Add reminders that these classes have constexpr default constructors. by mtklein · 8 years ago
  41. b4d46f0 Remove skstd::is_function. by bungeman · 8 years ago
  42. 801b44c Remove skstd::is_convertible. by bungeman · 8 years ago
  43. 1541130 remove SK_SUPPORT_LEGACY_DIVBITS_UB -- chrome no longer defines this by reed · 8 years ago
  44. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 8 years ago
  45. 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 8 years ago
  46. e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 8 years ago
  47. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  48. 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  49. 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 8 years ago
  50. df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  51. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 8 years ago
  52. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  53. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  54. 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
  55. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  56. 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 8 years ago
  57. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  58. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  59. 04cdc4b Remove transitional explicit operator bool. by mtklein · 8 years ago
  60. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  61. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  62. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  63. ca2622b return pictures as sk_sp by reed · 8 years ago
  64. 852f15d free -> reset by mtklein · 8 years ago
  65. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  66. 0e3738d free -> reset by mtklein · 8 years ago
  67. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 8 years ago
  68. 18300a3 detach -> release by mtklein · 8 years ago
  69. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  70. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  71. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  72. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  73. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  74. dd67e3d Add SkScalarTruncToScalar and speed up SkScalarFraction. by bungeman · 8 years ago
  75. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  76. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  77. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  78. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  79. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  80. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  81. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  82. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 9 years ago
  83. 7b0b2ca Make Cmake work with debug build by halcanary · 9 years ago
  84. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  85. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  86. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  87. f55c364 Wire up stack traces again by joshualitt · 9 years ago
  88. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  89. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  90. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  91. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  92. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  93. 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 · 9 years ago
  94. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  95. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  96. 952538e fix undefined signed shifts by caryclark · 9 years ago
  97. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  98. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
  99. adab5a2 fix comma in GrAuditTrail json by joshualitt · 9 years ago
  100. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago