1. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  2. d20b5c4 use #ifdef instead of #if for SK_VULKAN by Mike Reed · 7 years ago
  3. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  4. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  5. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  6. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  7. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  8. 31550db Revert "Revert "Workaround Adreno driver issue with stencil clears."" by Mike Klein · 7 years ago
  9. 8b06ed7 Revert "Workaround Adreno driver issue with stencil clears." by Mike Klein · 7 years ago
  10. 4e8c581 Workaround Adreno driver issue with stencil clears. by Brian Salomon · 7 years ago
  11. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  12. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  13. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  14. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  15. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 7 years ago
  16. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  17. 05441c4 Convert GrOvalOpFactory from GrLegacyMeshDrawOp to GrMeshDrawOp using GrSimpleDrawOpHelper. by Brian Salomon · 7 years ago
  18. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  19. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  20. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  21. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  22. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  23. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  24. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  25. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  26. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  27. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  28. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  29. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  30. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  31. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  32. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  33. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  34. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  35. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  36. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  37. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  38. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  39. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  40. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  41. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  42. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  43. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  44. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  45. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  46. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  47. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  48. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  49. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  50. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  51. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  52. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  53. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  54. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  55. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  56. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  57. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  58. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 8 years ago
  59. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  60. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  61. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  62. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  63. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  64. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  65. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  66. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  67. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  68. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  69. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  70. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  71. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  72. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  73. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  74. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  75. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  76. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  77. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  78. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  79. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  80. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  81. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  82. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  83. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  84. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  85. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  86. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  87. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  88. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  89. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  90. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  91. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  92. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  93. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  94. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  95. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  96. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  97. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  98. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  99. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  100. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago