- b638a3a Default Mac to 64-bit. by commit-bot@chromium.org · 11 years ago
- 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
- 15ac322 Add bench_record. by commit-bot@chromium.org · 11 years ago
- f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
- 1066f08 If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp by commit-bot@chromium.org · 11 years ago
- 4a8e17d remove poplar building from mac, until it is fixed by commit-bot@chromium.org · 11 years ago
- 83f5692 Fix Mac fontconfig build (try 2) by commit-bot@chromium.org · 11 years ago
- 32eea43 Revert of https://codereview.chromium.org/113203003/ by commit-bot@chromium.org · 11 years ago
- 9a907fa Fix Mac fontconfig build by commit-bot@chromium.org · 11 years ago
- d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
- d9c4dfb Move DM from everything to most, to build it by default. by commit-bot@chromium.org · 11 years ago
- b163984 Move v8 into third_party. by commit-bot@chromium.org · 11 years ago
- 91e099e Update utils.gyp to find SkNoSaveLayerCanvas.h in 'src'. by commit-bot@chromium.org · 11 years ago
- 85facf7 Add StackBench to measure performance on stack-like (fixed element size) work loads. by commit-bot@chromium.org · 11 years ago
- 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 11 years ago
- 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
- c8d7328 Renamed JsCanvas to JsContext and moved into it's own file. by commit-bot@chromium.org · 11 years ago
- d4bda50 Add SkPreConfig.h to core.gypi by commit-bot@chromium.org · 11 years ago
- c735598 take 2: create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
- 5ccdf01 Revert of https://codereview.chromium.org/108343006/ by commit-bot@chromium.org · 11 years ago
- dbd8379 create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
- 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
- 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
- 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
- 6adf296 disable gm/vertices until I can find/fix all warnings by mike@reedtribe.org · 11 years ago
- 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
- 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
- 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
- d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
- 0fc0dea Add a setTimer() function. by commit-bot@chromium.org · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 48d94b8c Add command line flag for optionally loading JS from external files. by commit-bot@chromium.org · 11 years ago
- 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
- c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
- a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
- 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
- 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
- 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
- 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
- bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
- 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
- 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
- 42cc237 New Composite CSS border object by robertphillips@google.com · 11 years ago
- 99589af Add support for reading a directory of images with --expectations (-r). by commit-bot@chromium.org · 11 years ago
- b6872c0 Add support for MIPS to android build by commit-bot@chromium.org · 11 years ago
- 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
- ee9fb43 fix file names in gpu.gypi by bsalomon@google.com · 11 years ago
- e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
- 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
- 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
- 332999e Fix #define for distance field fonts by commit-bot@chromium.org · 11 years ago
- 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
- 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
- 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
- af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- ea4f3db Add Windows compilation support to V8 example by robertphillips@google.com · 11 years ago
- 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
- 44a3877 V8 and Skia by commit-bot@chromium.org · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 1d62f42 Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. by senorblanco@chromium.org · 11 years ago
- 1d02264 Remove cityhash.gyp by commit-bot@chromium.org · 11 years ago
- 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
- e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
- c25d221 Add four_byte_interp benches. by commit-bot@chromium.org · 11 years ago
- 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
- 2252832 Remove GR_IMPLEMENTATION define. by commit-bot@chromium.org · 11 years ago
- 5092adc Separate and update PDF_DIFF_TRACE_IN_PNG by scroggo@google.com · 11 years ago
- 248647c Restructuring of PdfViewer code. by scroggo@google.com · 11 years ago
- 24339aa Libraries without '-l' treated as relative paths. by bungeman@google.com · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
- dbe7f52 ARM Skia NEON patches - 16/17 - Blitmask by commit-bot@chromium.org · 11 years ago
- 361270e move to newer angle by commit-bot@chromium.org · 11 years ago
- c09df2c Non-rect polygons are not covered in GM cases, such as triangle, trapezoid, diamond, polygons with lots of edges, concave polygons, etc, especially for stroke-style and stroke-and-fill style painters. So add a GM case to avoid potential rendering errors. by commit-bot@chromium.org · 11 years ago
- 2e86551 Fold bench source file list into bench.gyp. by commit-bot@chromium.org · 11 years ago
- 09f2579 DM: add --tileGrid by mtklein@google.com · 11 years ago
- d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago
- ee21a3e DM: some refactoring by mtklein@google.com · 11 years ago
- 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
- 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
- 866f4e3 optimize pathops coverage by commit-bot@chromium.org · 11 years ago
- ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
- 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
- bf64261 Move PdfTokenLooper into its own file. by scroggo@google.com · 11 years ago
- d906702 Move SkPdfContext into its own files. by scroggo@google.com · 11 years ago
- 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
- 0daf00c Move SkTDStackNester into its own private file. by scroggo@google.com · 11 years ago
- dad7070 More common_conditions simplifications. by mtklein@google.com · 11 years ago
- f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
- b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
- 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
- 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
- e917962 Include pdfviewer in everything. by scroggo@google.com · 11 years ago