1. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  2. aeff8a4 Add defaults for GrProtected on createBackendTexture. by Greg Daniel · 5 years ago
  3. a1638a5 Rename "preferredInternalSampleCount" to "internalMultisampleCount" by Chris Dalton · 5 years ago
  4. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  5. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  6. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  7. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  8. 1e6c5b8 Add a "preferredInternalSampleCount" cap by Chris Dalton · 5 years ago
  9. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  10. 8429422 Change GrCFResource to sk_cf_obj and move to include/ports. by Jim Van Verth · 5 years ago
  11. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  12. 7bd7664 Another attempt at a shim to get sk_cf_obj landed. by Jim Van Verth · 5 years ago
  13. 4d74f60 Make feature structs on GrVkBackendContext const. by Greg Daniel · 5 years ago
  14. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  15. 90ef39f Add GrCFResource::reset() to allow Chrome to transition to sk_cf_obj. by Jim Van Verth · 5 years ago
  16. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
  17. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  18. dac1e55 Use GrCFResource class to manage backend surface MtlTexture resources. by Jim Van Verth · 5 years ago
  19. 7730d7c Revert "Change Metal to not take ownership of objects" by Jim Van Verth · 5 years ago
  20. 186a295 Change Metal to not take ownership of objects by Christopher Cameron · 5 years ago
  21. aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  22. f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  23. 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 5 years ago
  24. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  25. fc1dddb Reland "Get EGLimage functions out of GrGLInterface." by Brian Salomon · 5 years ago
  26. 753836f Revert "Get EGLimage functions out of GrGLInterface." by Michael Ludwig · 5 years ago
  27. bc23313 Get EGLimage functions out of GrGLInterface. by Brian Salomon · 5 years ago
  28. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  29. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  30. b0d8b76 Make finish flush procs work with GL. by Brian Salomon · 5 years ago
  31. 5e7fbfd Add ShaderErrorHandler to GrContextOptions by Brian Osman · 5 years ago
  32. 8518f2e Add an AssertOnShaderCompileFailure GrContextOption by Brian Osman · 5 years ago
  33. d425dee Enable opList sorting everywhere by Robert Phillips · 5 years ago
  34. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  35. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  36. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 5 years ago
  37. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 5 years ago
  38. d10c901 Add back deprecated GrCotnext flush API till clients get fixed. by Greg Daniel · 5 years ago
  39. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 5 years ago
  40. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  41. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  42. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  43. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  44. a8fbeba Add a cap to allow coverage counting or not by Chris Dalton · 5 years ago
  45. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  46. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  47. 01ceae9 Control access to adding ref to a GrGpuResource when it's ref count is zero. by Brian Salomon · 5 years ago
  48. 29c8808 Initialize renderability in GrMockOptions by Brian Osman · 5 years ago
  49. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  50. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  51. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 5 years ago
  52. 0f82797 Add a function to compute texture sizes by Adrienne Walker · 5 years ago
  53. d2ca312 Convert GrPorterDuff test from NullGL to Mock context by Brian Osman · 5 years ago
  54. 15dc59e Stop supporting VC8 (Visual Studio 2005) in GrConfig by Brian Osman · 5 years ago
  55. 8aa203c Add macro to decide GrGLStandard by Kevin Lubick · 6 years ago
  56. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 6 years ago
  57. f774818 Reland "Disable coverage counting by default" by Chris Dalton · 6 years ago
  58. 9ff956e Revert "Disable coverage counting by default" by Chris Dalton · 6 years ago
  59. 576b2a5 Disable coverage counting by default by Chris Dalton · 6 years ago
  60. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 6 years ago
  61. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  62. 570f4e5 Always explicitly allocate except in Android Framework (take 3) by Robert Phillips · 6 years ago
  63. 2a2d732 Revert "Always explicitly allocate except in Android Framework (take 2)" by Robert Phillips · 6 years ago
  64. 692147f Revert "Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia" by Robert Phillips · 6 years ago
  65. 13c0f77 Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia by Robert Phillips · 6 years ago
  66. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  67. 88b93da Always explicitly allocate except in Android Framework (take 2) by Robert Phillips · 6 years ago
  68. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 6 years ago
  69. d40dc3f Revert "Always explicitly allocate except in Android Framework" by Robert Phillips · 6 years ago
  70. e157745 Always explicitly allocate except in Android Framework by Robert Phillips · 6 years ago
  71. 387ec9a Make vulkan GrBackendFormats with ycbcr external texture types. by Greg Daniel · 6 years ago
  72. d7291ba Restore support for multisample locations by Chris Dalton · 6 years ago
  73. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 6 years ago
  74. 9ac0407 Distinguish between "flushed" and "finished" idle state callbacks on GrTexture. by Brian Salomon · 6 years ago
  75. 1c1c666 Default implementation of onSetRelease() on GrSurface by Brian Salomon · 6 years ago
  76. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  77. 4c56b03 Drop support for GL_EXT_raster_multisample by Chris Dalton · 6 years ago
  78. cb58060 Pass render target VkImage in GrVkDrawableInfo by Stan Iliev · 6 years ago
  79. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  80. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  81. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 6 years ago
  82. ed632b1 Remove another semicolon. by Nico Weber · 6 years ago
  83. 28bafb0 Add option to force GLSL string caching rather than program binaries. by Brian Salomon · 6 years ago
  84. f5cdd9b Add SK_API to GrContextOptions and GrContextOptions::PersistentCache by Brian Salomon · 6 years ago
  85. c405c27 Remove unused fields related to old multitexturing TextureOp. by Brian Salomon · 6 years ago
  86. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  87. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  88. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 6 years ago
  89. 5257816 Remove a few semicolons. by Nico Weber · 6 years ago
  90. 1f05d45 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 6 years ago
  91. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 6 years ago
  92. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  93. 8c8806f Default init GrGpuResource::UniqueID to invalid id. by Brian Salomon · 6 years ago
  94. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  95. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  96. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 6 years ago
  97. 2d35a1c Move texture release proc to GrSurface so that render targets can also have releases. by Greg Daniel · 6 years ago
  98. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  99. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  100. b45f47d Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2) by Robert Phillips · 6 years ago