- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
- 641bcc3 Add cast to fix Win* compile complaint/failure by commit-bot@chromium.org · 11 years ago
- 087b313 Add cast to fix Win* compile complaint/failure by robertphillips@google.com · 11 years ago
- 1cd71fb Expose more SkPaint fields in Lua API. by commit-bot@chromium.org · 11 years ago
- 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) 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
- 77887af Prevent crash in Lua bindings. by commit-bot@chromium.org · 11 years ago
- bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 1735d66 Fix incremental visibility filter handling. by commit-bot@chromium.org · 11 years ago
- 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
- a089f03 Fix 'i-i' to 'i-1' in SkCanvasStack. 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
- 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
- f61ebc0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 517dbe8 Fix SkScalar conversion warning. by fmalita@google.com · 11 years ago
- e898e9c Show basic SkPicture details in debugger. by commit-bot@chromium.org · 11 years ago
- a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 178acd2 Fix SkMatrix44::invert(...) for identity matrices and a NULL parameter by commit-bot@chromium.org · 11 years ago
- 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
- 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
- be65a4c Add missing functions to SkNWayCanvas by commit-bot@chromium.org · 11 years ago
- ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
- 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
- 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
- 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
- 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
- 23a9121 pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we compile pdfviewer, even if it is not used) by commit-bot@chromium.org · 11 years ago
- cac8d01 Override drawRRect in fake SkBitmapDevices. by scroggo@google.com · 11 years ago
- ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
- 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
- 8b15717 "Fix" bug in debug canvas by robertphillips@google.com · 11 years ago
- 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
- 7a2269e Fix a bug which caused crash in SkRTConfig whith string values in environment variables by halcanary@google.com · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 658e28b Remove SkMatrix44 float conversions without precision loss by commit-bot@chromium.org · 11 years ago
- 8ab77ea Fix narrowing conversion errors from r11986 by commit-bot@chromium.org · 11 years ago
- c01ba70 Remove float/double conversions from SkMatrix44's map2_pf by commit-bot@chromium.org · 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
- 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 11 years ago
- f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 32bbcf8 Add texture filtering override to debugger by robertphillips@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
- e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 11 years ago
- 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
- a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
- 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 11 years ago
- d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
- 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
- 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
- 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
- edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 11 years ago
- 635091f Minor changes to XPS device. by bungeman@google.com · 11 years ago
- fd67f2f Fix a warning. by scroggo@google.com · 11 years ago
- 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
- 50955db Fix iOS build. by scroggo@google.com · 11 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
- 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
- 19bcf6e fix broken clang build by djsollen@google.com · 11 years ago
- 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
- 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
- 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
- 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
- c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 5a6cd35 Remove sk_bzero usage from SkMatrix44 for improved performance. by shawnsingh@chromium.org · 11 years ago
- b9050d7 Remove mismatched delete. by scroggo@google.com · 11 years ago
- b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
- 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 11 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
- 54c538e Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL." by vandebo@chromium.org · 11 years ago
- 85e9db0 The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL. by commit-bot@chromium.org · 11 years ago
- f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
- 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
- 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
- c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
- 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
- cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
- a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
- ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago