1. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  2. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago[Renamed (74%) from src/gpu/GrDrawContext.cpp]
  3. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  4. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  5. 79839d4 Add distance values to interior of filled RRects by Robert Phillips · 8 years ago
  6. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  7. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  12. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  13. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  15. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  16. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  17. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  18. b3e9ae6 Remove unneeded bounds outset in GrDrawContext::drawVertices. by bsalomon · 8 years ago
  19. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  20. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  21. 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
  22. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  23. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  24. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  25. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  26. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  27. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  28. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  29. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  30. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  31. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  32. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  33. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  34. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  35. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  36. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  37. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  38. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  39. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  40. 09e12a6 Re-adding analytical GeoProc for rectangles by dvonbeck · 8 years ago
  41. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  42. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  43. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  44. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  45. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  46. 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  47. fc49d56 Implement coverage AA for skewed rects with local coords by csmartdalton · 8 years ago
  48. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  49. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  50. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  51. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  52. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  53. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  54. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  55. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  56. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  57. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  58. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  59. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  60. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  61. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  62. 3ab14ca Fix misplaced guard by robertphillips · 8 years ago
  63. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  64. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  65. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  66. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  67. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  68. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  69. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  70. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  71. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 8 years ago
  72. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  73. 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
  74. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  75. 656dbe4 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  76. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  77. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  78. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  79. ab0bf2e Unref GrXPFactory. by bungeman · 8 years ago
  80. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  81. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  82. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  83. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  84. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  85. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  86. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  87. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  88. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  89. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  90. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  91. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  92. 40ef485 When filling nested rect path check for empty inner and empty outer rects by bsalomon · 8 years ago
  93. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  94. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 9 years ago
  95. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  96. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  97. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  98. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  99. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  100. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago