1. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  2. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  3. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago
  4. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  5. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  6. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  7. e5ddff5 Add basic metal build files for backend by Greg Daniel · 7 years ago
  8. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  9. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 7 years ago
  10. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  11. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 7 years ago
  12. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  13. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 7 years ago
  14. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  15. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  16. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  17. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  18. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  19. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  20. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  21. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 7 years ago
  22. 7e910df Implement an SkImage backed by a Android hardware buffer by Stan Iliev · 7 years ago
  23. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  24. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  25. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  26. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  27. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  28. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  29. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  30. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  31. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  32. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  33. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  34. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  35. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  36. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  37. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  38. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  39. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  40. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 8 years ago
  41. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 8 years ago
  42. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 8 years ago
  43. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 8 years ago
  44. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 8 years ago
  45. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  46. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  47. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  48. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  49. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 8 years ago
  50. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  51. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  52. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 8 years ago
  53. 0727f67 Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu by Brian Salomon · 8 years ago
  54. fe71b9d Add GrSemaphoreOp to support deferred semaphore use by Greg Daniel · 8 years ago
  55. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  56. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  57. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  58. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  59. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  60. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  61. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  62. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  63. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  64. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  65. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  66. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  67. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  68. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  69. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  70. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  71. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  72. d2743ea Remove GrPipelineBuilder.cpp by Brian Salomon · 8 years ago
  73. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  74. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  75. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 8 years ago
  76. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  77. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  78. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  79. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  80. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  81. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  82. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  83. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  84. 8cbb424 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  85. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  86. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  87. 4784225 Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  88. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  89. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  90. a8b1e6d Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  91. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  92. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  93. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  94. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  95. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  96. 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
  97. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  98. 09e019e Rename GrAtlasTextBatch files to GrAtlasTextOp by Brian Salomon · 8 years ago
  99. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  100. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago