1. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  2. 36a86db remove flags that are now in chrome's SkUserConfig.h by reed · 10 years ago
  3. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  4. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  5. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  6. e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
  7. 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
  8. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  9. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  10. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  11. c4fda92 remove unused drawData by reed · 10 years ago
  12. d582cab remove flags now in chrome's SkUserConfig.h by reed · 10 years ago
  13. c8a2131 undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers by reed · 10 years ago
  14. 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
  15. 152d42f remove flag (not ready for it yet) by reed · 10 years ago
  16. caf7e93 improve precision of gradients (disabled for now) by reed · 10 years ago
  17. 438d23c remove flags that are now in chrome's userconfig by reed · 10 years ago
  18. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  19. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  20. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  21. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  22. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  23. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  24. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  25. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  26. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  27. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  28. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  29. baae2f1 remove flags that now live in chrome's SkUserConfig.h by reed · 10 years ago
  30. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  31. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  32. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  33. 1cf15b4 remove flags that are already mirrored in chrome's SkUserConfig.h by reed · 10 years ago
  34. 8482504 make allocPixels throw on failure by reed · 10 years ago
  35. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  36. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  37. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  38. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  39. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  40. b6638bd Chromium no longer needs the SkPicture default constructor by robertphillips · 10 years ago
  41. 4fdba1c Reallow default SkPicture constructor for Chromium by Robert Phillips · 10 years ago
  42. 12ffdb3 remove flags that are now in chrome's SkUserConfig.h by reed · 10 years ago
  43. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  44. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  45. 98e34ba remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE for chrome by reed · 10 years ago
  46. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  47. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  48. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  49. 02830f0 Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag by robertphillips · 10 years ago
  50. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  51. e2b78a7 Fix Chrome build after 9f1c241e (https://codereview.chromium.org/316143003/) by robertphillips · 10 years ago
  52. 5713352 Chromium should no longer need the legacy SkCanvas::drawPicture interface by robertphillips · 10 years ago
  53. d71be5d remove SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS from chrome by reed · 10 years ago
  54. fe68617 Relocate SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  55. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  56. abc0733 readd SK_SUPPORT_LEGACY_SETCONFIG_INFO -- missed a place in a blink test by reed · 10 years ago
  57. 9307073 remove unneeded flags SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_DEVICE_CONFIG by reed · 10 years ago
  58. 14052a0 Allow chrome to use old version of installPixels. by scroggo · 10 years ago
  59. 9b4353c remove unneeded flags by reed · 10 years ago
  60. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  61. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  62. b458795 Revert of remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS (https://codereview.chromium.org/308083010/) by commit-bot@chromium.org · 10 years ago
  63. 1fd263e remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 10 years ago
  64. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  65. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  66. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  67. ff33677 add SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 10 years ago
  68. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  69. a32260d add flag to disable changes to image scaling to avoid breaking every single by commit-bot@chromium.org · 10 years ago
  70. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  71. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  72. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  73. 53c63a5 remove SK_SUPPORT_LEGACY_BUILDMIPMAP by commit-bot@chromium.org · 10 years ago
  74. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  75. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  76. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  77. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  78. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  79. b3c836b add SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX for chrome by commit-bot@chromium.org · 10 years ago
  80. 5b8d047 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag from chromium_defines. by commit-bot@chromium.org · 10 years ago
  81. 68867b3 Revert "remove SK_SUPPORT_LEGACY_BUILDMIPMAP" by reed@google.com · 10 years ago
  82. 259ea9a remove SK_SUPPORT_LEGACY_BUILDMIPMAP by commit-bot@chromium.org · 10 years ago
  83. 5e674b2 Revert of Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag from chromium_defines. (https://codereview.chromium.org/265973002/) by commit-bot@chromium.org · 10 years ago
  84. 54f98fc Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag from chromium_defines. by commit-bot@chromium.org · 10 years ago
  85. a8e52df remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by reed@google.com · 10 years ago
  86. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  87. e9d8ef5 Revert "remove unneeded SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE" by commit-bot@chromium.org · 10 years ago
  88. 95b03ce remove unneeded SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by reed@google.com · 10 years ago
  89. 725b082 remove unneeded SK_SUPPORT_LEGACY_PROCXFERMODE by commit-bot@chromium.org · 10 years ago
  90. 6988588 Eliminate SkPicture-related flags Chromium no longer requires by commit-bot@chromium.org · 10 years ago
  91. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  92. 94e2872 Restore SkPicture-related guard flags for Chrome by robertphillips@google.com · 10 years ago
  93. e107edb Remove 2 SkPicture-related flags Chrome should be able to live without by commit-bot@chromium.org · 10 years ago
  94. 40afe0e Remove guards Chromium no longer needs by commit-bot@chromium.org · 10 years ago
  95. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  96. 6fa0e32 Reverting Skia r14299 ( Remove guards Chromium no longer needs - https://codereview.chromium.org/246403004) by robertphillips@google.com · 10 years ago
  97. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  98. e221a7f Remove guards Chromium no longer needs by commit-bot@chromium.org · 10 years ago
  99. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  100. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago