1. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  2. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  3. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  4. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  5. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  6. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  7. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  8. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  9. 267be7f Revert "Revert "IWYU"" by Mike Reed · 7 years ago
  10. 3c727d2 Revert "IWYU" by Robert Phillips · 7 years ago
  11. 2aeae78 IWYU by Mike Reed · 7 years ago
  12. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  13. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  14. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  15. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 7 years ago
  16. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 7 years ago
  17. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  18. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  19. 85ff848 remove unused ForceUnique option from makeImageSnapshot by Mike Reed · 8 years ago
  20. e11b614 Delete unnecessary SkSurface_Base API by Matt Sarett · 8 years ago
  21. a16ea18 Fix NoGPU bot by Matt Sarett · 8 years ago
  22. 22886c4 Add SkOverdrawCanvas to detect overdraw by Matt Sarett · 8 years ago
  23. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  24. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  25. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  26. eb21ef6 Loosen restriction on F16 surfaces - allow "legacy" F16 mode by Brian Osman · 8 years ago
  27. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  28. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  29. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  30. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  31. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  32. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  33. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  34. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  35. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  36. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  37. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  38. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  39. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  40. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  41. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  42. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  43. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  44. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  45. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  46. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  47. 31f25a0 Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ ) by jvanverth · 8 years ago
  48. 0736f33 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  49. db1adf5 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ ) by jvanverth · 8 years ago
  50. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  51. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 8 years ago
  52. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  53. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  54. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  55. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  56. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  57. e8f3062 switch surface to sk_sp by reed · 8 years ago
  58. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  59. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  60. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  61. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 8 years ago
  62. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  63. 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
  64. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  65. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 8 years ago
  66. 2fba809 Fix memory leaks in SurfaceClear_Gpu test by bsalomon · 8 years ago
  67. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  68. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 8 years ago
  69. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  70. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  71. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  72. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  73. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  74. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  75. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  76. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  77. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  78. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  79. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  80. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  81. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  82. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  83. a449779 Remove test of illegal behavior that modifies a texture backing an SkImage. by bsalomon · 9 years ago
  84. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  85. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  86. bea0150 Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https://codereview.chromium.org/1226123012/) by bsalomon · 9 years ago
  87. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  88. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  89. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  90. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  91. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  92. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  93. 3c06511 Add image->bitmap by reed · 9 years ago
  94. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  95. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  96. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  97. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  98. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  99. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  100. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago