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