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