1. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  2. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  3. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  4. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  5. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  6. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  7. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  8. c782b2a Implement shared locks in the style of pthread's rwlock. by herb · 9 years ago
  9. 218f21a don't fix winding for empty paths by caryclark · 9 years ago
  10. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  11. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  12. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  13. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  14. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  15. e9a3e3c Convert SkPMFloat to [0,1] range and prune its API. by mtklein · 9 years ago
  16. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  17. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  18. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  19. 871872f change old picture serialization to really handle images by reed · 9 years ago
  20. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  21. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  22. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  23. 20eee3f Added check for ill-conditioned invert by robertphillips · 9 years ago
  24. 7ab04d9 remove dead guarded code for legacy SkData proc by reed · 9 years ago
  25. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  26. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  27. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  28. d49f48d Add test for SkRegion::writeToMemory. by scroggo · 9 years ago
  29. 00b621c Add sk_parallel_for() by mtklein · 9 years ago
  30. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 9 years ago
  31. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  32. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  33. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  34. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  35. b1bbca8 Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id:1 of https://codereview.chromium.org/1184113003/) by mtklein · 9 years ago
  36. da5469d Invalidate GrTexture mipmap on content change notification by junov · 9 years ago
  37. ce9d111 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  38. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  39. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  40. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  41. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  42. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  43. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  44. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  45. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  46. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  47. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  48. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  49. 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
  50. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  51. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  52. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago
  53. b500ffa Add ColorMatrix filter tests from Android CTS. by djsollen · 9 years ago
  54. cb67414 use pixmaps for dst in sprites -- NO BITMAPS by reed · 9 years ago
  55. 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
  56. d26c9fa Fixing leaky handling of SkImage in SkDeferredCanvas. by junov · 9 years ago
  57. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  58. db74f62 Revert[6] of add asserts around results from requestLock by reed · 9 years ago
  59. 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
  60. df91b73 Revert[4] of add asserts around results from requestLock by reed · 9 years ago
  61. 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
  62. 6980f5a add asserts around results from requestLock (patchset #3 id:40001 of https://codereview.chromium.org/1155403003/)" by reed · 9 years ago
  63. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  64. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  65. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  66. 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
  67. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  68. 6e43465 simplify RawIter - don't return a pt in kClose by reed · 9 years ago
  69. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  70. a681433 SkPDF: with opaque draws, treat SRC mode as SRC_OVER by halcanary · 9 years ago
  71. 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
  72. c319c80 Revert of Fix LCD coverage regression in GrPorterDuffXPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1149883004/) by bungeman · 9 years ago
  73. 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
  74. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  75. 3e2d59e Fix LCD coverage regression in GrPorterDuffXPFactory by cdalton · 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. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  81. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  82. e797d0d SkBlockMemoryStream implements peek() by halcanary · 9 years ago
  83. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  84. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  85. 41868fe Font variations. by bungeman · 9 years ago
  86. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  87. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  88. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  89. 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
  90. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  91. cfa90a1 Empty picture shaders should draw nothing. by mtklein · 9 years ago
  92. 4e1a4c9 fix builder winding again by caryclark · 9 years ago
  93. 5b5ddd7 The path ops builder code needs to determine the winding of each contour added, and reverse windings if the contours are nested in other contours. by caryclark · 9 years ago
  94. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  95. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  96. 9d21429 Add a test for decoding a gif with sampleSize 4. by scroggo · 9 years ago
  97. fba9da7 fix path op builder by caryclark · 9 years ago
  98. 3489ee0 Font variations. by bungeman · 9 years ago
  99. 182b499 look for deleted pts when detecting line/curve coincident edges by caryclark · 9 years ago
  100. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago