1. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  2. fe4d5d3 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  3. 3e11da7 Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode. (patchset #4 id:60001 of https://codereview.chromium.org/1954863002/ ) by robertphillips · 8 years ago
  4. 2139303 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  5. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  6. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  7. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  8. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  9. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  10. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  11. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  12. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  13. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  14. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  15. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  16. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  17. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  18. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  19. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 9 years ago
  20. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  21. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  22. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  23. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  24. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  25. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  26. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  27. 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
  28. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  29. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  30. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  31. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  32. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  33. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  34. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  35. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  36. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  37. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  38. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  39. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  40. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  41. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  42. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  43. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  44. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  45. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  46. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  47. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  48. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  49. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  50. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  51. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  52. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  53. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  54. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  55. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  56. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  57. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  58. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  59. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  60. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  61. 3dc6ae5 Move GrDrawingManager methods to their own .cpp file by robertphillips · 9 years ago
  62. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  63. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  64. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  65. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  66. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  67. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  68. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  69. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  70. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  71. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  72. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  73. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  74. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  75. 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
  76. 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
  77. 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
  78. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  79. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  80. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  81. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  82. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  83. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  84. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  85. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  86. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  87. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  88. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  89. 7441782 Make folder for batches by joshualitt · 9 years ago
  90. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  91. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  92. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  93. a52b7a0 Don't read from unref'ed RT in GrContext::readSurfacePixels by bsalomon · 9 years ago
  94. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  95. c3fb746 Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/) by bsalomon · 9 years ago
  96. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  97. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  98. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  99. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  100. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago