1. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  2. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  3. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  4. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  5. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  6. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  7. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  8. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  9. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  10. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  11. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 7 years ago
  12. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  13. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  14. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  15. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  16. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  17. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  18. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  19. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  20. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  21. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  22. 4b6bde7 add back purgeResourcesNotUsedInMs() temporarily by Mike Klein · 7 years ago
  23. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  24. 76d917c Ensure we flush TextBlobCache message queue. by Jim Van Verth · 7 years ago
  25. eace8cd Use sk_sp to own GrCaps in GrContext. by Brian Salomon · 7 years ago
  26. 990014d Temporarily readd old signature of GrContext::MakeGL by Brian Salomon · 7 years ago
  27. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  28. 8def8bf Add a GrContextThreadSafeProxy to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  29. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  30. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  31. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  32. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  33. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  34. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  35. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  36. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  37. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  38. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  39. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  40. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  41. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  42. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  43. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  44. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  45. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  46. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  47. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  48. 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
  49. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  50. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  51. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  52. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  53. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  54. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 7 years ago
  55. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 8 years ago
  56. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  57. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  58. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
  59. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  60. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  61. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  62. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  63. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  64. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  65. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 8 years ago
  66. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 8 years ago
  67. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 8 years ago
  68. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 8 years ago
  69. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 8 years ago
  70. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 8 years ago
  71. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  72. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  73. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  74. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  75. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  76. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  77. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  78. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  79. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  80. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  81. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  82. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  83. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  84. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  85. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  86. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  87. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 8 years ago
  88. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  89. 33667da Restore getDevice_just_for_deprecated_compatibility_testing by Robert Phillips · 8 years ago
  90. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  91. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  92. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  93. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  94. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  95. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  96. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  97. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  98. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  99. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  100. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago