1. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  2. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  3. 33fdb8d Refactor GrTextBlobCache by Florin Malita · 8 years ago
  4. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  5. 3a9aab9 GrTessellator: convert contours to VertexLists. by Stephen White · 8 years ago
  6. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
  7. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 8 years ago
  8. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  9. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  10. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  11. 488f0d6 Add ability to insert systrace markers for the android framework by Derek Sollenberger · 8 years ago
  12. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  13. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  14. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  15. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  16. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  17. ae9718f Remove unnecessary use of GrGLIRect in GrRenderTargetOpList by Brian Salomon · 8 years ago
  18. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  19. 651cbe9 GrTessellator: Implement a fast path in poly emission. by Stephen White · 8 years ago
  20. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  21. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  22. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  23. 90732fd GrTessellator: add a null-check for a clusterfuzz test case. by Stephen White · 8 years ago
  24. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  25. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  26. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  27. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  28. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 8 years ago
  29. b56dedf GrTessellator (AA): restore rounding in Line::intersect(). by Stephen White · 8 years ago
  30. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  31. bfafcba Determine whether any fp uses local coords in FragmentProcessorAnalysis rather than GrPipeline creation by Brian Salomon · 8 years ago
  32. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  33. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  34. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  35. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  36. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  37. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  38. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 8 years ago
  39. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 8 years ago
  40. 6641212 GrTessellator: minor cleanups and speedups. by Stephen White · 8 years ago
  41. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  42. af9847e Use GrAAType in instanced rendering. by Brian Salomon · 8 years ago
  43. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  44. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  45. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  46. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  47. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  48. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 8 years ago
  49. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  50. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  51. e30cf80 GrTessellator: take sweep_gt out behind the woodshed. by Stephen White · 8 years ago
  52. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 8 years ago
  53. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  54. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  55. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  56. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  57. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  58. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  59. 1a9e8f3 Fix a confusing typo in a comment about MSAA by Brian Osman · 8 years ago
  60. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  61. 5ad721e GrTessellator (AA): simplify boundary extraction. by Stephen White · 8 years ago
  62. 8e15cdf Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlas by Robert Phillips · 8 years ago
  63. 372953b Don't use mixed samples if NVPR is disabled by csmartdalton · 8 years ago
  64. 16a40cb GrTessellator (AA): sorting and comparison performance improvements. by Stephen White · 8 years ago
  65. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 8 years ago
  66. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  67. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  68. fa24d34 abstract access to device-clip-bounds by Mike Reed · 8 years ago
  69. 9d01fbc Check for bounds intersection when batching MSAAPathOps by Jim Van Verth · 8 years ago
  70. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  71. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  72. e549a05 Add new GMs to stress rendering of many circles and rrects by Jim Van Verth · 8 years ago
  73. 99330ba remove device field from SkDraw by Mike Reed · 8 years ago
  74. d2743ea Remove GrPipelineBuilder.cpp by Brian Salomon · 8 years ago
  75. 8a0bfc5 GrTessellator: misc. cleanups and minor tweaks. by Stephen White · 8 years ago
  76. c663953 Print GL shader source with line numbers when there is a compile error by csmartdalton · 8 years ago
  77. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  78. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  79. e026511 Fix ComposeOneFragmentProcessor coverage as alpha optimization. by Brian Salomon · 8 years ago
  80. 4978906 GrTessellator (AA): implement fast path for removing non-boundary edges. by Stephen White · 8 years ago
  81. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  82. eb868aa Prefer EllipseOp instead of DIEllipseOp by Stan Iliev · 8 years ago
  83. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  84. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  85. 25b8ca1 Clean up DFs for extremely small paths by Jim Van Verth · 8 years ago
  86. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  87. 7fc4a2d Fix -Wshadow-field warning in class NullInterface by Brian Salomon · 8 years ago
  88. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  89. 2e777ea Add a workaround for platforms with broken geo shader invocations by csmartdalton · 8 years ago
  90. 1d2aed0 Check for GL_EXT_geometry_shader on ES by csmartdalton · 8 years ago
  91. 11f65e0 GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  92. dab4811 Revert "GrTessellator (AA): Performance tweaks and cleanup." by Ben Wagner · 8 years ago
  93. dc0cae1 Let DFPathRenderer accept smaller paths. by Jim Van Verth · 8 years ago
  94. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  95. e595bbf GrTessellator (AA): Performance tweaks and cleanup. by Stephen White · 8 years ago
  96. d25cc9b Fix DistanceFieldPathRenderer assert. by Jim Van Verth · 8 years ago
  97. f9e678d Use SDF path miplevels based on the original path's size by Jim Van Verth · 8 years ago
  98. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  99. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  100. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago