1. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  2. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  3. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  4. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  5. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  6. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  7. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  8. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  9. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  10. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  11. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  12. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  13. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  14. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  15. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  16. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 8 years ago
  17. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  18. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  19. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  20. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  21. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  22. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  23. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  24. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  25. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  26. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  27. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  28. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  29. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  30. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  31. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  32. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 8 years ago
  33. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  34. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  35. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  36. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  37. 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
  38. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  39. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  40. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  41. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  42. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  43. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  44. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  45. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  46. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  47. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  48. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  49. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  50. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  51. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  52. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  53. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  54. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  55. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  56. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  57. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  58. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  59. 76948d4 Add Gr*Proxy classes by robertphillips · 9 years ago
  60. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  61. 92605b3 Add Gr*Proxy classes by robertphillips · 9 years ago
  62. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  63. de5bf0c Add Gr*Proxy classes by robertphillips · 9 years ago
  64. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  65. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 9 years ago
  66. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  67. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  68. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 9 years ago
  69. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  70. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  71. 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
  72. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  73. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  74. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  75. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  76. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  77. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  78. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  79. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  80. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  81. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  82. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  83. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  84. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  85. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  86. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  87. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  88. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  89. 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
  90. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  91. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  92. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  93. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  94. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  95. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  96. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  97. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  98. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  99. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  100. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago