1. 573ae01 Move HWUI boilerplate into utils/android by tomhudson · 10 years ago
  2. 255dcd1 WIP: Added support for giflib, updated jpeg and png by msarett · 10 years ago
  3. a096d7a SkCodec: add wbmp class by halcanary · 10 years ago
  4. a644116 Revert of Make the canvas draw looper setup update the canvas save count (patchset #1 id:1 of https://codereview.chromium.org/1034033004/) by reed · 10 years ago
  5. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 10 years ago
  6. d968a6f Android HWUI backend Nanobench by tomhudson · 10 years ago
  7. 384181c Add support for using alternative backends (like DirectX) when creating a GrGpu. by egdaniel · 10 years ago
  8. 5435929 cumulative pathops patch by caryclark · 10 years ago
  9. 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 10 years ago
  10. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 10 years ago
  11. dee3df9 Add a go-fast button to Skia GYP configs. by mtklein · 10 years ago
  12. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  13. 05035d4 Remove sfnt dependency from xps gyp tartget. by bungeman · 10 years ago
  14. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 10 years ago
  15. 2f7ebcb SkPDF: eliminate skpdfpage class by halcanary · 10 years ago
  16. a43b415 SkPDF: merge skdocument_pdf and skpdfdocument by halcanary · 10 years ago
  17. 0524590 Add scanline decoding to SkCodec. by scroggo · 10 years ago
  18. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  19. 648ac53 Add copyright to gyp/codec.gyp. by scroggo · 10 years ago
  20. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 10 years ago
  21. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 10 years ago
  22. 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 10 years ago
  23. 48dc6dc Switch DM to use utils/android/SkAndroidSDKCanvas by tomhudson · 10 years ago
  24. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 10 years ago
  25. 8c24d45 Move SkMatrixImageFilter.h into src/core. by senorblanco · 10 years ago
  26. ccec0f9 pathops version two by caryclark · 10 years ago
  27. f7edcde Both DM and nanobench need this, so moving the duplicated code to by tomhudson · 10 years ago
  28. db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  29. 3614f12 Make android framework depend on SkCodec. by scroggo · 10 years ago
  30. 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 10 years ago
  31. 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
  32. d4bb991 Add a new GM to show problems with shear/rotate CTM w/ image filters. by senorblanco · 10 years ago
  33. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
  34. bbecae0 Sk2x by mtklein · 10 years ago
  35. 78acf96 Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by dml · 10 years ago
  36. d709ea8 Remove SkLONGLONG. by bungeman · 10 years ago
  37. cdeca44 Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end." by scroggo · 10 years ago
  38. 493c1ce Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by Leon Scroggins III · 10 years ago
  39. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  40. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  41. ee1c2bc remove unneeded flags by reed · 10 years ago
  42. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 10 years ago
  43. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 10 years ago
  44. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 10 years ago
  45. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  46. 172b455 Clean up SkDynamicAnnotations. by mtklein · 10 years ago
  47. a0d7b7b delete dead code by mtklein · 10 years ago
  48. 2271256 Clean up poppler code. by mtklein · 10 years ago
  49. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  50. 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 10 years ago
  51. 82966b5 Revert of For consistency, use our homebrew zlib everywhere possible. (patchset #6 id:100001 of https://codereview.chromium.org/971673005/) by mtklein · 10 years ago
  52. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 10 years ago
  53. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  54. 5a8f225 For consistency, use our homebrew zlib everywhere possible. by mtklein · 10 years ago
  55. cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 10 years ago
  56. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 10 years ago
  57. 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
  58. f9b31eb Return to building libpng_static off of Android. by scroggo · 10 years ago
  59. 3b234f7 Build the Android version of PNG on Android. by scroggo · 10 years ago
  60. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  61. f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  62. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 10 years ago
  63. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  64. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 10 years ago
  65. ca35885 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  66. 3da9181 On windows, build zlib as a static library. by scroggo · 10 years ago
  67. e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
  68. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
  69. 63c684a fuzzer fixes by caryclark · 10 years ago
  70. ee2a3ea Revert of Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (patchset #3 id:40001 of https://codereview.chromium.org/946933006/) by mtklein · 10 years ago
  71. 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 10 years ago
  72. 3704df3 Remove SSE2 ColorRect32 code/files by henrik.smiding · 10 years ago
  73. 1297ecf flip stroke to chrome compatible define by caryclark · 10 years ago
  74. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  75. 44701df Move clip off of draw target by joshualitt · 10 years ago
  76. eebc39a Add HWUI Sink to DM on Android Framework builds by tomhudson · 10 years ago
  77. a2f4be7 Sketch SkPMFloat by mtklein · 10 years ago
  78. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 10 years ago
  79. 50d2b31 Sketch SkPMFloat by mtklein · 10 years ago
  80. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  81. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  82. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 10 years ago
  83. 0ab326f move GMSampleView into its own cpp by reed · 10 years ago
  84. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 10 years ago
  85. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  86. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 10 years ago
  87. 56f4ace PDF: Remove SkPDFDeviceFlattener by halcanary · 10 years ago
  88. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  89. c8e4765 gm to illustrate mipmap layer choice by reed · 10 years ago
  90. 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 10 years ago
  91. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago
  92. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  93. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 10 years ago
  94. 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
  95. 4c7a8b0 fix xcode build by mtklein · 10 years ago
  96. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  97. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 10 years ago
  98. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  99. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  100. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago