1. fd674dd Remove SkDrawPictureCallback by fmalita · 9 years ago
  2. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  3. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  4. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  5. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  6. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  7. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  8. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  9. 8f08602 fix deserialization after FirstDirection change to paths by reed · 9 years ago
  10. 7147cc1 retro add copyright by reed · 9 years ago
  11. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 9 years ago
  12. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  13. 523beb7 Label some unused static vars as SK_UNUSED by fmalita · 9 years ago
  14. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  15. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  16. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  17. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  18. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  19. ded9a6f remove Proxy entrypoints for canHandleFilter by reed · 9 years ago
  20. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  21. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  22. d6e9fc7 Restore support for 10.6 SDK in header. by bungeman · 9 years ago
  23. 7888401 Provide tag-along for SkCreateTypefaceFromCTFont. by bungeman · 9 years ago
  24. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  25. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  26. 7aefe03 Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/)" by reed · 9 years ago
  27. cca9b3a Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.chromium.org/1161033005/) by djsollen · 9 years ago
  28. 0963f5d move erase into SkPixmap by reed · 9 years ago
  29. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  30. 183b57f add extractSubset and SkAutoPixmapStorage by reed · 9 years ago
  31. 6e76485 clarify that accessPixels is for write-access, and peekPixels is RO by reed · 9 years ago
  32. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  33. cb67414 use pixmaps for dst in sprites -- NO BITMAPS by reed · 9 years ago
  34. 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
  35. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  36. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  37. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  38. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  39. d26c9fa Fixing leaky handling of SkImage in SkDeferredCanvas. by junov · 9 years ago
  40. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  41. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  42. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  43. e5b74c6 Set GeometryBufferMapThreshold defaults by joshualitt · 9 years ago
  44. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  45. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  46. db74f62 Revert[6] of add asserts around results from requestLock by reed · 9 years ago
  47. 11e833d Revert of Revert[4] of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1159733006/) by reed · 9 years ago
  48. df91b73 Revert[4] of add asserts around results from requestLock by reed · 9 years ago
  49. 19663e5 Revert of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.or… (patchset #1 id:1 of https://codereview.chromium.org/1165583005/) by reed · 9 years ago
  50. 6980f5a add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1155403003/)" by reed · 9 years ago
  51. 3953d36 Revert of add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1155403003/) by reed · 9 years ago
  52. f941a68 add asserts around results from requestLock and lockPixels, ensuring that true always means we have non-null pixels (and non-null colortable if that matches the colortype) by reed · 9 years ago
  53. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  54. 29f8679 Removing GrAutoMalloc by joshualitt · 9 years ago
  55. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  56. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  57. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  58. bd24542 Revert of small CL to experiment with 'disabling' memory mapping (patchset #1 id:1 of https://codereview.chromium.org/1160003004/) by joshualitt · 9 years ago
  59. 2e48e15 small CL to experiment with 'disabling' memory mapping by joshualitt · 9 years ago
  60. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  61. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  62. 6e43465 simplify RawIter - don't return a pt in kClose by reed · 9 years ago
  63. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  64. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  65. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  66. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  67. 4b195e5 Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext by robertphillips · 9 years ago
  68. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  69. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  70. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  71. cd1d41e remove unneeded device:lockpixels by reed · 9 years ago
  72. 95d343f move readPixels from bitmap -> pixmap by reed · 9 years ago
  73. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  74. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  75. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  76. 682c269 Store context options on caps. by bsalomon · 9 years ago
  77. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  78. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  79. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  80. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  81. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  82. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  83. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  84. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  85. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  86. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  87. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  88. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  89. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  90. 76be9c8 Don't serialize SkPictures in SkPictureShaders when in untrusted mode. by mtklein · 9 years ago
  91. fd6a07b Have SkPicture inherit from SkRefCnt. by mtklein · 9 years ago
  92. 41868fe Font variations. by bungeman · 9 years ago
  93. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  94. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  95. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago
  96. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  97. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  98. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  99. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  100. daa57bf Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 id:80002 of https://codereview.chromium.org/1134743003/) by reed · 9 years ago