1. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  2. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  3. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  4. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  5. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  6. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  7. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  8. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  9. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  10. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  11. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  12. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  13. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  14. 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
  15. 0736f33 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  16. 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
  17. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  18. 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
  19. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  20. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  21. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  22. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  23. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  24. e8f3062 switch surface to sk_sp by reed · 8 years ago
  25. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  26. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  27. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  28. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 8 years ago
  29. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  30. 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
  31. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  32. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 8 years ago
  33. 2fba809 Fix memory leaks in SurfaceClear_Gpu test by bsalomon · 8 years ago
  34. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  35. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 8 years ago
  36. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  37. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  38. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  39. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  40. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  41. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  42. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  43. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  44. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  45. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  46. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  47. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  48. 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
  49. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  50. a449779 Remove test of illegal behavior that modifies a texture backing an SkImage. by bsalomon · 9 years ago
  51. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  52. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  53. 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
  54. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  55. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  56. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  57. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  58. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  59. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  60. 3c06511 Add image->bitmap by reed · 9 years ago
  61. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  62. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  63. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  64. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  65. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  66. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  67. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  68. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  69. 871872f change old picture serialization to really handle images by reed · 9 years ago
  70. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  71. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  72. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  73. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  74. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  75. 8b26b99 new image from backend desc by reed · 9 years ago
  76. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  77. c8e9340 Yet more ASAN fixes. by senorblanco · 9 years ago
  78. 84bfd39 Another speculative ASAN fix. by senorblanco · 9 years ago
  79. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  80. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  81. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  82. 31ff298 Don't leak image in Surface test. by mtklein · 10 years ago
  83. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  84. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  85. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  86. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  87. 96472de dd readPixels to SkImage by reed · 10 years ago
  88. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  89. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  90. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  91. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  92. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  93. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  94. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  95. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  96. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  97. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  98. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  99. 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  100. 9594da1 use SkData::NewUninitialized by reed · 10 years ago