1. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  2. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  3. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  4. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  5. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  6. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  7. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  8. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  9. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  10. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  11. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  12. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  13. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  14. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  15. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  16. b350ae2 Add GrContextOption to disable distance field path renderer by Brian Osman · 7 years ago
  17. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  18. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  19. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  20. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  21. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  22. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  23. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  24. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  25. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  26. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  27. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  28. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  29. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  30. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  31. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  32. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  33. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  34. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  35. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  36. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  37. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  38. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  39. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  40. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  41. 79e4d1b Fail to make render target context if GrContext is abandoned by Brian Salomon · 7 years ago
  42. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  43. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  44. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  45. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  46. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  47. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  48. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  49. 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
  50. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  51. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  52. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  53. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  54. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  55. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  56. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  57. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  58. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  59. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  60. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  61. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  62. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  63. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  64. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  65. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  66. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  67. 7b2391b Remove incorrect assert by Brian Osman · 7 years ago
  68. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  69. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  70. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 7 years ago
  71. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 7 years ago
  72. d2ca59a Further unify logic in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  73. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 7 years ago
  74. 2d2da4f Do sRGB premul/unpremul on the GPU by Brian Osman · 7 years ago
  75. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  76. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  77. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  78. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  79. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  80. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  81. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  82. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  83. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  84. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  85. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  86. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  87. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  88. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  89. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  90. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  91. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  92. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  93. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 7 years ago
  94. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  95. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  96. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  97. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  98. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  99. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  100. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago