1. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  2. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago
  3. 1d89e8d move Atlas Text Context to its own file by joshualitt · 9 years ago
  4. 60869a4 Add timing SkCodec to nanobench. by scroggo · 9 years ago
  5. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 9 years ago
  6. 2469c99 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  7. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago
  8. 4a9426f Sketch SkFunction by mtklein · 9 years ago
  9. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  10. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  11. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  12. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  13. 5c9fa28 Add option to embed font data into executable. by bungeman · 9 years ago
  14. 9b3edef Silence giflib warning on mac by msarett · 9 years ago
  15. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  16. 6d0e7b2 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  17. 00c9509 Revert of WIP: Added support for giflib, updated jpeg and png (patchset #8 id:260001 of https://codereview.chromium.org/1038863003/) by borenet · 9 years ago
  18. 573ae01 Move HWUI boilerplate into utils/android by tomhudson · 9 years ago
  19. 255dcd1 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  20. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  21. 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 · 9 years ago
  22. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 9 years ago
  23. d968a6f Android HWUI backend Nanobench by tomhudson · 9 years ago
  24. 384181c Add support for using alternative backends (like DirectX) when creating a GrGpu. by egdaniel · 9 years ago
  25. 5435929 cumulative pathops patch by caryclark · 9 years ago
  26. 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 9 years ago
  27. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 9 years ago
  28. dee3df9 Add a go-fast button to Skia GYP configs. by mtklein · 9 years ago
  29. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  30. 05035d4 Remove sfnt dependency from xps gyp tartget. by bungeman · 9 years ago
  31. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 9 years ago
  32. 2f7ebcb SkPDF: eliminate skpdfpage class by halcanary · 9 years ago
  33. a43b415 SkPDF: merge skdocument_pdf and skpdfdocument by halcanary · 9 years ago
  34. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  35. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  36. 648ac53 Add copyright to gyp/codec.gyp. by scroggo · 9 years ago
  37. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  38. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 9 years ago
  39. 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 · 9 years ago
  40. 48dc6dc Switch DM to use utils/android/SkAndroidSDKCanvas by tomhudson · 9 years ago
  41. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  42. 8c24d45 Move SkMatrixImageFilter.h into src/core. by senorblanco · 9 years ago
  43. ccec0f9 pathops version two by caryclark · 9 years ago
  44. f7edcde Both DM and nanobench need this, so moving the duplicated code to by tomhudson · 9 years ago
  45. db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 9 years ago
  46. 3614f12 Make android framework depend on SkCodec. by scroggo · 9 years ago
  47. 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 9 years ago
  48. 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 9 years ago
  49. d4bb991 Add a new GM to show problems with shear/rotate CTM w/ image filters. by senorblanco · 9 years ago
  50. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  51. bbecae0 Sk2x by mtklein · 9 years ago
  52. 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 · 9 years ago
  53. d709ea8 Remove SkLONGLONG. by bungeman · 9 years ago
  54. 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 · 9 years ago
  55. 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 · 9 years ago
  56. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  57. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 9 years ago
  58. ee1c2bc remove unneeded flags by reed · 9 years ago
  59. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  60. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  61. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  62. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  63. 172b455 Clean up SkDynamicAnnotations. by mtklein · 9 years ago
  64. a0d7b7b delete dead code by mtklein · 9 years ago
  65. 2271256 Clean up poppler code. by mtklein · 9 years ago
  66. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  67. 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 9 years ago
  68. 82966b5 Revert of For consistency, use our homebrew zlib everywhere possible. (patchset #6 id:100001 of https://codereview.chromium.org/971673005/) by mtklein · 9 years ago
  69. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 9 years ago
  70. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  71. 5a8f225 For consistency, use our homebrew zlib everywhere possible. by mtklein · 9 years ago
  72. cdf34cd We had zero coverage for SkDrawFilter. This new GM draws two rectangles. by tomhudson · 9 years ago
  73. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 9 years ago
  74. 193ea93 Split GrTargetCommands into its own files by robertphillips · 9 years ago
  75. f9b31eb Return to building libpng_static off of Android. by scroggo · 9 years ago
  76. 3b234f7 Build the Android version of PNG on Android. by scroggo · 9 years ago
  77. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  78. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  79. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 9 years ago
  80. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  81. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  82. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  83. 3da9181 On windows, build zlib as a static library. by scroggo · 9 years ago
  84. e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
  85. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
  86. 63c684a fuzzer fixes by caryclark · 10 years ago
  87. 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
  88. 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 10 years ago
  89. 3704df3 Remove SSE2 ColorRect32 code/files by henrik.smiding · 10 years ago
  90. 1297ecf flip stroke to chrome compatible define by caryclark · 10 years ago
  91. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  92. 44701df Move clip off of draw target by joshualitt · 10 years ago
  93. eebc39a Add HWUI Sink to DM on Android Framework builds by tomhudson · 10 years ago
  94. a2f4be7 Sketch SkPMFloat by mtklein · 10 years ago
  95. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 10 years ago
  96. 50d2b31 Sketch SkPMFloat by mtklein · 10 years ago
  97. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  98. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  99. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 10 years ago
  100. 0ab326f move GMSampleView into its own cpp by reed · 10 years ago