1. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  2. 4e18413 Move SkImage tests from SurfaceTest to ImageTest by kkinnunen · 9 years ago
  3. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  4. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  8. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  9. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  10. 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
  11. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  12. a449779 Remove test of illegal behavior that modifies a texture backing an SkImage. by bsalomon · 9 years ago
  13. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  14. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  15. 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
  16. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  17. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  18. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  19. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  20. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  21. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  22. 3c06511 Add image->bitmap by reed · 9 years ago
  23. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  24. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  25. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  26. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  27. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  28. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  29. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  30. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  31. 871872f change old picture serialization to really handle images by reed · 9 years ago
  32. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  33. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  34. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  35. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  36. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  37. 8b26b99 new image from backend desc by reed · 9 years ago
  38. 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
  39. c8e9340 Yet more ASAN fixes. by senorblanco · 9 years ago
  40. 84bfd39 Another speculative ASAN fix. by senorblanco · 9 years ago
  41. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  42. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
  43. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  44. 31ff298 Don't leak image in Surface test. by mtklein · 10 years ago
  45. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  46. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  47. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  48. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  49. 96472de dd readPixels to SkImage by reed · 10 years ago
  50. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  51. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  52. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  53. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  54. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  55. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  56. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  57. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  58. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  59. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  60. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  61. 0d276f7 Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  62. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  63. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  64. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  65. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  66. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  67. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  68. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  69. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  70. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  71. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  72. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  73. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  74. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  75. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  76. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  77. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 11 years ago
  79. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
  81. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  83. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  84. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  85. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  86. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  87. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  88. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  90. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 11 years ago
  91. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  92. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  93. 3bddb38 Fix crash in tests on valgrind bot by robertphillips@google.com · 11 years ago
  94. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  95. d1ce77d Fix valgrind uninitialized memory complaint by robertphillips@google.com · 11 years ago
  96. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  97. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  98. 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 11 years ago
  99. b516a41 Build fix for SurfaceTest on non-gpu platforms by junov@chromium.org · 11 years ago
  100. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 11 years ago