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