1. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. b27667a Remove ToolUtils::write_pixels by Brian Osman · 5 years ago
  4. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  5. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  6. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 6 years ago
  7. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  8. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  9. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  10. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  11. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  12. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  13. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  14. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  15. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  16. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  17. 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
  18. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  19. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  20. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  21. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  22. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  23. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  24. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  25. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  26. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  27. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  28. e83909f Add some debugging to PremulAlphaRoundTrip test. by mtklein · 10 years ago
  29. 184ff37 Keep at most one GPU device alive at a time. by mtklein · 10 years ago
  30. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  31. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  32. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  33. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  34. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  35. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  36. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  37. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  38. b0b03d9 Patch for r10995 by robertphillips@google.com · 11 years ago
  39. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  40. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  41. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  42. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  43. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  44. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  46. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  47. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  48. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago