1. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  2. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  3. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  4. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  5. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  6. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  7. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  8. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  9. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  10. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  11. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  12. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 8 years ago
  13. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  14. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  15. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  16. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  17. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  18. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  19. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  20. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  21. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  22. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  23. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  24. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  25. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  26. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  27. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  28. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  29. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  30. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  31. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  32. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  33. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  34. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  35. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  36. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  37. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  38. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  39. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  40. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  41. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  42. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  43. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  44. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  45. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  46. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  47. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  48. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  49. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  50. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  51. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  52. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  53. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  54. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  55. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  56. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  57. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  58. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  59. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  60. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  61. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  62. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  63. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  64. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  65. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  66. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  67. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  68. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  69. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  70. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  71. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  72. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  73. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  74. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  75. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  76. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  77. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  78. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  79. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  80. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  81. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  82. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  83. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  84. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  85. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  86. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  87. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  88. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  89. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  90. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  91. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  92. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  93. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  94. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  95. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  96. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  97. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  98. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  99. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  100. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago