1. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  2. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  3. 1e114f1 *SkTCast<int*>(float*) -> memcpy by Mike Klein · 8 years ago
  4. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  5. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  6. 4b5179b skpbench by csmartdalton · 8 years ago
  7. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  8. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  9. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  10. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  11. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  12. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  13. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  14. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  15. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  16. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  17. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  18. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  19. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  20. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  21. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  22. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  23. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  24. 3ff2cc8 constexpr NaN,+Inf,-Inf by mtklein · 8 years ago
  25. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  26. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  27. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  28. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  29. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  30. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  31. 570c868 Clean up some unused atomic routines. by mtklein · 8 years ago
  32. e93393b don't specialize drawBitmapRect for minirecorder; no longer called by blink by reed · 8 years ago
  33. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  34. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  35. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  36. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  37. 0d2c234 Fix SkFixedDiv macro by liyuqian · 8 years ago
  38. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  39. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  40. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  41. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  42. 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
  43. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  44. 45561a0 drawTextRSXform by reed · 8 years ago
  45. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  46. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  47. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  48. d0e402f Make container classes in SkTemplates.h more consistent by csmartdalton · 8 years ago
  49. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  50. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  51. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  52. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  53. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  54. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  55. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  56. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  57. 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
  58. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  59. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  60. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  61. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  62. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  63. 42846ed Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  64. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  65. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  66. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  67. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  68. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  69. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  70. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  71. b37c68a Simplify implementation of SkOnce to not need so many comments. by mtklein · 8 years ago
  72. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  73. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  74. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  75. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  76. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  77. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  78. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  79. e86e51f Add reminders that these classes have constexpr default constructors. by mtklein · 8 years ago
  80. b4d46f0 Remove skstd::is_function. by bungeman · 8 years ago
  81. 801b44c Remove skstd::is_convertible. by bungeman · 8 years ago
  82. 1541130 remove SK_SUPPORT_LEGACY_DIVBITS_UB -- chrome no longer defines this by reed · 8 years ago
  83. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 8 years ago
  84. 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 8 years ago
  85. e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 8 years ago
  86. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 8 years ago
  87. 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  88. 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 8 years ago
  89. df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 8 years ago
  90. 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 8 years ago
  91. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  92. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  93. 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
  94. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  95. 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 8 years ago
  96. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  97. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  98. 04cdc4b Remove transitional explicit operator bool. by mtklein · 8 years ago
  99. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  100. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago