- 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 11 years ago
- 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
- e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
- 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
- 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
- 6f458fc First pass at a web app that lets you run Skia code and see the results. by commit-bot@chromium.org · 11 years ago
- f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
- 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
- 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
- 32a7195 fix the build error of SkiaExample -- use setColorType, not setConfig by commit-bot@chromium.org · 11 years ago
- 24e0496 Factor out a BaseContext from JsContext. by commit-bot@chromium.org · 11 years ago
- cb33687 Start prototyping what DisplayList support will look like. by commit-bot@chromium.org · 11 years ago
- 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
- 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
- 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
- f679d1b Rename Path to Path2D by commit-bot@chromium.org · 11 years ago
- 939560b Move SkV8Example to SkSurface by commit-bot@chromium.org · 11 years ago
- 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
- b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 11 years ago
- 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
- e1df565 Add conicTo(). by commit-bot@chromium.org · 11 years ago
- 310ec8e Update directions and lib paths for ninja. by commit-bot@chromium.org · 11 years ago
- c896f4d Both gears and snow should detect if Path is available, and also report on the console if present. by commit-bot@chromium.org · 11 years ago
- 5a064e3 Remove more unnamed namespace usages. by tfarina@chromium.org · 11 years ago
- 58c0fa3 Clear the canvas before drawing the gears. by commit-bot@chromium.org · 11 years ago
- 2055454 Add handling alpha values in RRGGBBAA formatted styles. by commit-bot@chromium.org · 11 years ago
- cd11018 Just use one version of the scripts in both the browser and in SkV8 by using feature detection to determine if we are running in a browser, and if the platform supports the Path() object. Also add oval, console.log, and the snow example code. 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
- b163984 Move v8 into third_party. by commit-bot@chromium.org · 11 years ago
- d784104 Add the gears.js demo and all the code changes needed to get it working, including implementing both fill and stroke style. Also add the HTML and JS files to compare with browser performance. by commit-bot@chromium.org · 11 years ago
- 179f6c5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 9ee0e32 Turn on GL drawing, allow switching via --gpu flag. 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
- 872796b Allow multiple concurrent timers. by commit-bot@chromium.org · 11 years ago
- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
- 0fc0dea Add a setTimer() function. by commit-bot@chromium.org · 11 years ago
- b09bfcb add virtual destructor for SkExample to fix build error. by commit-bot@chromium.org · 11 years ago
- 26deb23 change SkScalarRound to SkScalarRoundToInt by reed@google.com · 11 years ago
- e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 4ad1e97 Add a print function in the global JS scope for debugging. by commit-bot@chromium.org · 11 years ago
- 48d94b8c Add command line flag for optionally loading JS from external files. by commit-bot@chromium.org · 11 years ago
- 3a6143d Added canvas.fillStyle with support for just the "#RRGGBB" style of colors. by commit-bot@chromium.org · 11 years ago
- 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- befb499 Fix error in r12597 (can't forget that newline at the end of a file) by robertphillips@google.com · 11 years ago
- 42cc237 New Composite CSS border object by robertphillips@google.com · 11 years ago
- 9bde13c Add a canvas object with drawRect() and inval(). by commit-bot@chromium.org · 11 years ago
- 80bd0c9 A simple draw() function in Javascript. by commit-bot@chromium.org · 11 years ago
- 44a3877 V8 and Skia by commit-bot@chromium.org · 11 years ago
- 8272d87 Remove SkPdfNativeDoc::tokenizerOfStream. by scroggo@google.com · 11 years ago
- 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
- f242a48 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 36026de Simplify SkPdfTokenLooper behavior. by scroggo@google.com · 11 years ago
- 5f00865 Remove some PdfViewer warnings. by scroggo@google.com · 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
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- bf64261 Move PdfTokenLooper into its own file. by scroggo@google.com · 11 years ago
- d1cf769 Ifdef guard for SkPdfContext. by scroggo@google.com · 11 years ago
- d906702 Move SkPdfContext into its own files. by scroggo@google.com · 11 years ago
- b1de123 Make changes based on talks with Edison. 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
- 0724e1f Hide unused gFormats. by mtklein@google.com · 11 years ago
- 9615f8d Add missing (trivial) virtual destructors. by mtklein@google.com · 11 years ago
- 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
- c6e1e9a Fix warnings and Win only error in pdf_viewer. by scroggo@google.com · 11 years ago
- 2212538 Include SkBitmapDevice for pdf_viewer. by scroggo@google.com · 11 years ago
- 608c35e pdfviewer: readobject can return null, and catalog can be null by edisonn@google.com · 11 years ago
- 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
- 04068b1 pdfviewer: remove sqrt from the formula computing the scale (DPI is dots per inch, not dots per square inch) by edisonn@google.com · 11 years ago
- 940ccc8 Add a script for running pdfviewer and comparing to existing results. by scroggo@google.com · 11 years ago
- 5c7be95 Use SkPathJoin and SkBasename in Pdfviewer. by scroggo@google.com · 11 years ago
- 247ac53 pdfviewer: fix build break in windows (wrong return type on function) by edisonn@google.com · 11 years ago
- b9731e7 pdfviewr: include what you use (stdio) by edisonn@google.com · 11 years ago
- 5e4d981 pdfviewer: fix typos (|| instead of |) by edisonn@google.com · 11 years ago
- a7a946a Fix Mac warning in PdfViewer. by scroggo@google.com · 11 years ago
- 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
- ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
- c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
- 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
- d03c2c7 pdfviewer: more code comments + concat the pdf matrix with the existing matrix in canvas, instead of reseting it. by edisonn@google.com · 11 years ago
- 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
- e50d9a1 mode code cleanup (100c / l, comments) by edisonn@google.com · 11 years ago
- ab9d30c basically a typo by commit-bot@chromium.org · 11 years ago
- c8fda9d code cleanup by edisonn@google.com · 11 years ago
- 598cf5d remove tracking code, as it polutes the code readability. Should be added back, in a less eficient way, by registering streams instead, so we don't have to pass arround the streams, and the code will be cleaner. by edisonn@google.com · 11 years ago
- 67d7fb4 pdf report files by edisonn@google.com · 11 years ago
- af54a51 pdfviewer: do not submit, uploaded for backup, and will be done actually after I refactor the params for functions, to put the char* params in a structure: report errors and warnings in pdf, infrastructure by edisonn@google.com · 11 years ago
- bca421b pdfviewer: (part 1) store the offset of the location of object in file/stream. In order to use the feature, enable the macro defined in SkPdfConfig.h by edisonn@google.com · 11 years ago
- 0fd25d8 pdfviewer: track what objects have been used during rendering. It will be the base of reporting unused objects to warn about ineficiencies in pdf generations, tests, and what features are not implemented fully. by edisonn@google.com · 11 years ago
- e91260c pdfviewer: fix break, include the right header. by edisonn@google.com · 11 years ago
- bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
- a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
- e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 1c9518b Remove experimental/json-expectations , no longer needed. by epoger@google.com · 11 years ago
- 73613c1 pdfviewer: if the resources are missing, exit (right now inheritance is not implemented) by edisonn@google.com · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago