1. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
  2. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
  3. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  4. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  5. 0f82797 Add a function to compute texture sizes by Adrienne Walker · 6 years ago
  6. 56181ba Make DDL contexts/drawing managers always sort opLists by Robert Phillips · 6 years ago
  7. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  8. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  9. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  10. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 6 years ago
  11. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 6 years ago
  12. 7e90be9 Stop using resourceProvider in GrRenderTargetContext's ctor by Robert Phillips · 6 years ago
  13. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  14. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  15. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 7 years ago
  16. 1f05d45 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 7 years ago
  17. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 7 years ago
  18. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 7 years ago
  19. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 7 years ago
  20. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 7 years ago
  21. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  22. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 7 years ago
  23. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 7 years ago
  24. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 7 years ago
  25. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 7 years ago
  26. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 7 years ago
  27. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 7 years ago
  28. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 7 years ago
  29. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 7 years ago
  30. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 7 years ago
  31. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 7 years ago
  32. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 7 years ago
  33. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  34. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  35. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 7 years ago
  36. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 7 years ago
  37. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 7 years ago
  38. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 7 years ago
  39. 69e5785 Add RG_88 texture format by Jim Van Verth · 7 years ago
  40. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 7 years ago
  41. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 7 years ago
  42. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 7 years ago
  43. 0ec1c57 remove sk_atomic_inc by Mike Klein · 7 years ago
  44. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  45. 8f8995a Add single thread assertions to GrResourceCache functions called by GrGpuResource by Brian Salomon · 7 years ago
  46. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  47. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  48. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  49. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  50. 0bfdb4a remove SkUnpremultiplyRow() by Mike Klein · 7 years ago
  51. 6c3879d ccpr: Age out path cache entries by Chris Dalton · 7 years ago
  52. 71652e2 gpu: Dump GrTextBlobCache stats in memory dumps. by Khushal · 7 years ago
  53. 9c11135 Reland "Preserve pixel config in makeColorSpace of GPU backed images" by Brian Osman · 7 years ago
  54. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 7 years ago
  55. 2091fbb Fix some bugs around opaque color types and computeIsOpaque by Brian Osman · 7 years ago
  56. 9c37cd9 Revert "Fix image info checking for always-opaque color types" by Brian Osman · 7 years ago
  57. 9835dd5 Fix image info checking for always-opaque color types by Brian Osman · 7 years ago
  58. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 7 years ago
  59. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 7 years ago
  60. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 7 years ago
  61. 4374e96 Disable write pixels fast path on vulkan mali to workaround driver bug. by Greg Daniel · 7 years ago
  62. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 7 years ago
  63. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  64. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 7 years ago
  65. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  66. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  67. 6196fc1 In GrContext::readSurfacePixels fail gracefully if temp pixmap allocation fails. by Brian Salomon · 7 years ago
  68. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  69. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  70. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  71. 5ffcb4d Disable NVPR path renderer in DDL mode by Robert Phillips · 7 years ago
  72. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 7 years ago
  73. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
  74. ef12509 ccpr: Add a context option to disable ccpr by Chris Dalton · 7 years ago
  75. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago
  76. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 7 years ago
  77. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 7 years ago
  78. 5540528 Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" by Ben Wagner · 7 years ago
  79. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 7 years ago
  80. 0513dd8 Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Timothy Liang · 7 years ago
  81. c8cee44 Move op memory storage to GrContext by Robert Phillips · 7 years ago
  82. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 7 years ago
  83. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 7 years ago
  84. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  85. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 7 years ago
  86. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 7 years ago
  87. cf9086c Revert "Allow CCPR in DDL mode" by Robert Phillips · 7 years ago
  88. 93540dd Allow CCPR in DDL mode by Robert Phillips · 7 years ago
  89. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 7 years ago
  90. b12175f Remove memory pool use from SkTextBlobCache by Herb Derby · 7 years ago
  91. 3e7548c Reland fonts: Add support for distance field text to font remoting. by Khushal · 7 years ago
  92. 7257e22 Revert "fonts: Add support for distance field text to font remoting." by Mike Klein · 7 years ago
  93. 35e0a1a fonts: Add support for distance field text to font remoting. by Khushal · 7 years ago
  94. 3d945e8 Clear temp buffer in GrContextPriv::readSurfacePixels2 by Brian Salomon · 7 years ago
  95. 103d6f6 Define ~GrContextThreadSafeProxy in GrContext.cpp by Brian Salomon · 7 years ago
  96. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  97. 817847c Update canvas2D read/write pixels fast path to handle BGRA input/output by Brian Salomon · 7 years ago
  98. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 7 years ago
  99. 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 7 years ago
  100. 93b4ddd Update our config fallback switch in GrContext. by Greg Daniel · 7 years ago