1. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  2. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  3. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  4. 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) by reed · 10 years ago
  5. 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
  6. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  7. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  8. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  9. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  10. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  11. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  12. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  13. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  14. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  15. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  16. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  17. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  18. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  19. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  20. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  21. 4ccf0b9 Fix GrUnPreMulColor. by egdaniel · 10 years ago
  22. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  23. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  24. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  25. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  26. f4e0d9e clear() is now an alias for drawPaint, so remove its virtual by reed · 10 years ago
  27. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  28. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  29. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  30. c92aadc clean up default precision handling by bsalomon · 10 years ago
  31. eb2a676 Remove backend factories by joshualitt · 10 years ago
  32. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  33. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  34. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  35. b8eb85c make clear private (before we delete it) by reed · 10 years ago
  36. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  37. e575072 Revert of Revert of remove unused device::eraseColor (patchset #1 id:1 of https://codereview.chromium.org/777003002/) by reed · 10 years ago
  38. 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
  39. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  40. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  41. 8b0197e Revert of remove unused device::eraseColor (patchset #1 id:1 of https://codereview.chromium.org/765643004/) by halcanary · 10 years ago
  42. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  43. b1ab276 remove unused device::eraseColor by reed · 10 years ago
  44. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  45. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  46. 9503ac7 Add matrix operations to C canvas API by abarth · 10 years ago
  47. 701dd4f Flail a little against LLVM crash. by mtklein · 10 years ago
  48. ca0e672 Remove SK_SUPPORT_DEPRECATED_SCALARROUND. by scroggo · 10 years ago
  49. 5234075 Adding a PictureResolution option to SkPictureImageFilter by Justin Novosad · 10 years ago
  50. 3729469 Change clear() to respect the clip by reed · 10 years ago
  51. cc969c4 Make SkColorTable explicitly thread-safe. by mtklein · 10 years ago
  52. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  53. 2fc6ea6 Add scale and skew to C canvas API by abarth · 10 years ago
  54. 05d6115 SkDrawLooper: No need for virtual bounds computation methods. by mtklein · 10 years ago
  55. 4bd4e80 Add function to return an unpremuled version of a GrColor by egdaniel · 10 years ago
  56. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  57. ca92fbd Remove orphaned SkImageDecoder::Target. by scroggo · 10 years ago
  58. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  59. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  60. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  61. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  62. 5c9c9be Force path bounds in recording. by mtklein · 10 years ago
  63. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  64. 5eefe42 Fix assert in GrMaskFormatBytesPerPixel. by jvanverth · 10 years ago
  65. 267ce48 remove proc key by joshualitt · 10 years ago
  66. f3ca41c Add an Android-framework-only stable ID to SkPixelRef. by scroggo · 10 years ago
  67. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  68. 21180e2 Revert of Blink hasn't rolled yet, better. (patchset #1 id:1 of https://codereview.chromium.org/758693002/) by mtklein · 10 years ago
  69. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  70. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  71. afa278e more c by reed · 10 years ago
  72. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  73. 89ff084 Blink hasn't rolled yet, better. by Mike Klein · 10 years ago
  74. a2a5cd4 Revert of Blink hasn't rolled yet. (patchset #1 id:1 of https://codereview.chromium.org/754133002/) by mtklein · 10 years ago
  75. 3c850c5 restore old convention of asserting refcnt==1 in destructor by reed · 10 years ago
  76. fa14113 Blink hasn't rolled yet. by Mike Klein · 10 years ago
  77. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  78. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  79. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  80. 01c412e Remove android-framework-only unused parameter. by scroggo · 10 years ago
  81. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  82. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  83. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  84. 735f548 use int instead of size_t to match skia convention by reed · 10 years ago
  85. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  86. 1794651 Switch SkBitmapProcState's SkFractionalInt to 32.32. by mtklein · 10 years ago
  87. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  88. 04038eb public SkNVRefCnt<SnapshotArray> by mtklein · 10 years ago
  89. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  90. 4af267b add SkImage::newSurface by reed · 10 years ago
  91. 41d2c2e simplify uniqueID code in picture by reed · 10 years ago
  92. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  93. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  94. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  95. 844aa33 Add SkNVRefCnt::getRefCnt() by Florin Malita · 10 years ago
  96. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  97. d6ab2a8 Add SkNVRefCnt::deref(). by mtklein · 10 years ago
  98. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  99. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  100. 0728031 Stop overloading internal_dispose in SkTextBlob and SkData by bsalomon · 10 years ago