1. 8a03055 Fix flag collision in GrDrawVerticesOp by Brian Osman · 7 years ago
  2. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  3. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  4. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  5. 33f8315 Revert "Update clearOp for split-OpList world" by Robert Phillips · 7 years ago
  6. 7f1ce29 Update clearOp for split-OpList world by Robert Phillips · 7 years ago
  7. 955235f Switch over GrDiscardOp to IORef-ing the GrRenderTargetProxy by Robert Phillips · 7 years ago
  8. fd773fb Adjust start and end points of arcs based on CTM by Brian Osman · 7 years ago
  9. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  10. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  11. 05441c4 Convert GrOvalOpFactory from GrLegacyMeshDrawOp to GrMeshDrawOp using GrSimpleDrawOpHelper. by Brian Salomon · 7 years ago
  12. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  13. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  14. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  15. ec8f8b0 Fix GPU text colors when color spaces are involved by Brian Osman · 7 years ago
  16. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  17. 05fd8cf Clean up shadow assert. by Jim Van Verth · 7 years ago
  18. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  19. 2a55c8e Avoid assertion in MSAA rendering buffer about indexed draw with zero index count by Brian Salomon · 7 years ago
  20. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  21. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  22. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  23. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  24. ce78bad header cleanup by Hal Canary · 7 years ago
  25. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  26. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  27. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  28. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  29. e80e618 headers: fix by Hal Canary · 7 years ago
  30. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  31. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  32. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  33. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  34. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  35. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  36. d952a99 Fix reflected ovals. by Jim Van Verth · 7 years ago
  37. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  38. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  39. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  40. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 7 years ago
  41. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  42. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  43. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  44. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  45. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  46. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  47. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  48. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  49. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  50. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  51. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  52. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  53. 32ebaba Use correct tolerance for conic chopping in MSAA and default path renderers by Brian Salomon · 7 years ago
  54. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  55. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  56. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  57. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  58. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  59. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 7 years ago
  60. cc26127 Find cubic KLM functionals directly by csmartdalton · 7 years ago
  61. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  62. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  63. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  64. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  65. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  66. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  67. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 7 years ago
  68. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  69. 510dd42 In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack. by Brian Salomon · 7 years ago
  70. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 7 years ago
  71. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  72. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  73. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 7 years ago
  74. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  75. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 7 years ago
  76. eaaebb1 store vertices arrays inline with object by Mike Reed · 7 years ago
  77. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  78. 97eb4fe add SkVertices::Builder by Mike Reed · 7 years ago
  79. b66b42f Preparatory Proxification by Robert Phillips · 7 years ago
  80. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  81. 8d2f90b Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation. by Brian Salomon · 7 years ago
  82. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  83. fe71b9d Add GrSemaphoreOp to support deferred semaphore use by Greg Daniel · 7 years ago
  84. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  85. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  86. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 7 years ago
  87. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  88. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  89. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 7 years ago
  90. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  91. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 7 years ago
  92. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 7 years ago
  93. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  94. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 7 years ago
  95. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  96. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 7 years ago
  97. 9d01fbc Check for bounds intersection when batching MSAAPathOps by Jim Van Verth · 7 years ago
  98. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  99. e549a05 Add new GMs to stress rendering of many circles and rrects by Jim Van Verth · 7 years ago
  100. eb868aa Prefer EllipseOp instead of DIEllipseOp by Stan Iliev · 7 years ago