1. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  2. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  3. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  4. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  5. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  6. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  7. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  8. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  9. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  10. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  11. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  12. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  13. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  14. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  15. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  16. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  17. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  18. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  19. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  20. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  21. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  22. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  23. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  24. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  25. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  26. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  27. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  28. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  29. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  30. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  31. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  32. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  33. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  34. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  35. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  36. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  37. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  38. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  39. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  40. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  41. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  42. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  43. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  44. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  45. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  46. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  47. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  48. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  49. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  50. 0cf45f6 Split SkCrossContextImageData into Image and BackendTexture subclasses by Greg Daniel · 7 years ago
  51. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 7 years ago
  52. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  53. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 7 years ago
  54. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  55. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  56. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  57. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  58. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  59. 9dab18f Fix GrGLSync definition by Brian Salomon · 7 years ago
  60. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  61. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  62. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  63. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  64. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  65. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  66. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  67. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  68. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  69. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  70. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  71. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  72. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  73. 5869ea9 Fully remove coord transform precision code by Brian Osman · 7 years ago
  74. 8576014 Convert all coord transforms to high precision by Brian Osman · 7 years ago
  75. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 7 years ago
  76. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  77. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  78. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 7 years ago
  79. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 7 years ago
  80. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  81. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  82. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  83. 609e7cc Add glPolygonMode support. by Jim Van Verth · 7 years ago
  84. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  85. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  86. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  87. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 7 years ago
  88. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  89. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  90. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 7 years ago
  91. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  92. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  93. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  94. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  95. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  96. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  97. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  98. e411a07 Add const to GrColorSpaceXform member arguments by Brian Osman · 7 years ago
  99. 0727f67 Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu by Brian Salomon · 7 years ago
  100. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago