1. d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 6 years ago
  2. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 6 years ago
  3. 985741a First draft of Dawn backend: clears are working. by Stephen White · 6 years ago
  4. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 6 years ago
  5. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 6 years ago
  6. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 6 years ago
  7. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 6 years ago
  8. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 6 years ago
  9. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 6 years ago
  10. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 6 years ago
  11. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 6 years ago
  12. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
  13. 27ae52c Make deferred render target context without config or format by Brian Salomon · 6 years ago
  14. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
  15. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  16. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
  17. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 6 years ago
  18. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  19. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 6 years ago
  20. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  21. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  22. 4b432fa run rewrite_includes.py by Mike Klein · 6 years ago
  23. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  24. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  25. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
  26. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 6 years ago
  27. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  28. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 6 years ago
  29. 1013ecf Revert "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 6 years ago
  30. d0d66fb Remove call to copy in GrcontextPriv read/write pixel calls. by Greg Daniel · 6 years ago
  31. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 6 years ago
  32. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  33. 0c6daf0 Direct backend object allocation API by Robert Phillips · 6 years ago
  34. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 6 years ago
  35. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 6 years ago
  36. d0503a7 Add flush() to SkImage. by Brian Salomon · 6 years ago
  37. 7ecb8d1 Change flushing policy in GrContextPriv::writeSurfacePixels by Robert Phillips · 6 years ago
  38. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  39. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
  40. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 6 years ago
  41. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
  42. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  43. 602df41 Reduce the number of flush entry points by Robert Phillips · 6 years ago
  44. 8e1529c Stop using pendingIO in read/writeSurfacePixels (take 2) by Robert Phillips · 6 years ago
  45. cd657f1 Revert "Stop using pendingIO in read/writeSurfacePixels" by Robert Phillips · 6 years ago
  46. 76cf552 Stop using pendingIO in read/writeSurfacePixels by Robert Phillips · 6 years ago
  47. f7cdb68 Remove redundant setup code in readSurfacePixels by Brian Osman · 6 years ago
  48. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 6 years ago
  49. ba4178e Remove unused PixelOpsFlags values by Robert Phillips · 6 years ago
  50. 4f98dbe Improve color space logic in read/writeSurfacePixels by Brian Osman · 6 years ago
  51. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 6 years ago
  52. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  53. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 6 years ago
  54. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 6 years ago
  55. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 6 years ago
  56. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  57. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 6 years ago
  58. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  59. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  60. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 7 years ago
  61. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 7 years ago
  62. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 7 years ago
  63. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 7 years ago