1. 8b74188 Split codec-related parts out of tools/Resources.h by Kevin Lubick · 9 months ago
  2. f437d01 Remove slug-related #ifdefs from src/core by Kevin Lubick · 1 year ago
  3. 5c93acf Move SkSurface factories to SkSurfaces namespace by Kevin Lubick · 1 year, 2 months ago
  4. 77472bf Reland "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster"" by Kevin Lubick · 1 year, 3 months ago
  5. 3e6bfdf Revert "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster"" by Kevin Lubick · 1 year, 4 months ago
  6. ecbc27e Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster" by Kevin Lubick · 1 year, 4 months ago
  7. 5b2cbd7 Revert "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster" by Kevin Lubick · 1 year, 4 months ago
  8. d21c3f8 Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Raster by Kevin Lubick · 1 year, 4 months ago
  9. ecd3a2f Remove enums from SkTypes.h by Kevin Lubick · 1 year, 6 months ago
  10. 8c73a59 [includes] Fix includes on tests/ by Kevin Lubick · 1 year, 9 months ago
  11. eed3b01 Rename "GPU" macros to be explicitly for Ganesh backends. by Kevin Lubick · 1 year, 10 months ago
  12. fc58abf Update GPU unit tests to identify an enforced CTS version level by Derek Sollenberger · 1 year, 11 months ago
  13. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  16. 3b68882 remove imageinfo flatten altogether by Cary Clark · 6 years ago
  17. 3338482 remove SkColorSpace_Base by Mike Klein · 6 years ago
  18. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  19. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  20. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  21. 0933bc9 Revert "Revert "resources: remove most uses of GetResourcePath()"" by Mike Reed · 7 years ago
  22. cca2300 Revert "resources: remove most uses of GetResourcePath()" by Mike Reed · 7 years ago
  23. 5093a53 resources: remove most uses of GetResourcePath() by Hal Canary · 7 years ago
  24. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  25. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  26. 907783b don't test index8 -- no longer supported by Mike Reed · 7 years ago
  27. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  28. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  29. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  30. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  31. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 7 years ago
  32. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  33. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  34. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  35. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  36. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  37. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  38. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  39. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  40. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 8 years ago
  41. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  42. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  43. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  44. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  45. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  46. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  47. e8f3062 switch surface to sk_sp by reed · 8 years ago
  48. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  49. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  50. 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
  51. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  52. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  53. 4d06ae6 Enable image is opaque test seems to pass now by joshualitt · 9 years ago
  54. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  55. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 9 years ago
  56. 7534cf1 ensure 4-byte alignment for storage, as SkWriterBuffer requires it by reed · 10 years ago
  57. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  58. b888136 fix Image::isOpaque test to not leak by reed · 10 years ago
  59. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago