1. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  2. c552eaf Avoid making new image snapshot in GPU->GPU SkSurface::draw() by Brian Salomon · 5 years ago
  3. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  4. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  5. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  6. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  7. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  8. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  9. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  10. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  11. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago
  12. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  13. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  14. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  15. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 6 years ago
  16. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 6 years ago
  17. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 6 years ago
  18. 7ffbcf9 Add unit test for SkDeferredDisplayLists (take 2) by Robert Phillips · 7 years ago
  19. 8172c0a Revert "Add unit test for SkDeferredDisplayLists" by Robert Phillips · 7 years ago
  20. 8458a28 Add unit test for SkDeferredDisplayLists by Robert Phillips · 7 years ago
  21. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  22. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  23. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  24. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  25. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  26. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  27. c64ee46 Add return to surface semaphore calls to indicate when we don't support them by Greg Daniel · 7 years ago
  28. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  29. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  30. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  31. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  32. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  33. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  34. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  35. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  36. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  37. 7eb01f8 remove unused parameter in onNewimageSnapshot by Mike Reed · 8 years ago
  38. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  39. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  40. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  41. e8f3062 switch surface to sk_sp by reed · 8 years ago
  42. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  43. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  44. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  45. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 8 years ago
  46. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 8 years ago
  47. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  48. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  49. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  50. 9572a10 don't use accessBitmap by reed · 9 years ago
  51. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  52. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  53. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 9 years ago
  54. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  55. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  56. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago