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