1. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  2. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  3. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  4. 7634330 reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o by Mike Klein · 7 years ago
  5. 8761e0c Add ability to pre-initialize vulkan semaphores when flushing surfaces by Greg Daniel · 7 years ago
  6. 807371c Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget." by Brian Salomon · 7 years ago
  7. e2d37c2 Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget. by Brian Salomon · 7 years ago
  8. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  9. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  10. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  11. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  12. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  13. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  14. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  15. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 7 years ago
  16. ec045b4 Add SK_API to GrBackendTexture and GrBackendRenderTarget by Brian Salomon · 7 years ago
  17. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  18. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  19. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  20. e5ddff5 Add basic metal build files for backend by Greg Daniel · 7 years ago
  21. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  22. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  23. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 7 years ago
  24. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  25. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  26. b894c2b Fix failing dm with GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  27. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  28. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  29. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  30. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  31. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  32. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  33. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  34. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  35. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  36. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 7 years ago
  37. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  38. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  39. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  40. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  41. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 7 years ago
  42. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 7 years ago
  43. 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
  44. 1c21431 Revert "Clear atlas textures at creation in Chrome" by Brian Salomon · 7 years ago
  45. ac1e496 Workaround Mali static analysis bug by Brian Osman · 7 years ago
  46. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  47. 8785df1 Clear atlas textures at creation in Chrome by Brian Salomon · 7 years ago
  48. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  49. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  50. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  51. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  52. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  53. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  54. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  55. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 7 years ago
  56. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  57. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  58. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  59. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  60. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  61. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  62. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  63. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  64. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  65. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  66. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  67. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  68. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  69. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  70. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  71. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  72. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  73. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  74. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  75. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  76. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  77. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  78. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  79. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  80. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  81. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  82. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  83. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  84. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  85. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  86. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  87. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  88. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  89. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  90. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  91. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  92. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  93. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  94. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  95. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  96. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  97. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  98. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  99. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  100. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago