- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
- 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
- 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 10 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 53a8f21 Update PdfViewer's SkNulCanvas by robertphillips · 10 years ago
- c4fda92 remove unused drawData by reed · 10 years ago
- 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
- 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 266b2ad Remove virtual clear in PdfViewer's SkNulCanvas by robertphillips · 10 years ago
- b19ce31 quick fix to land clear() change by reed · 10 years ago
- 85a5750 Fix PdfViewer BGR byte order by halcanary · 10 years ago
- 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
- d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
- c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
- e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
- 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
- b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
- d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago
- e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
- 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
- d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
- 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
- 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
- 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
- bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
- 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
- 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
- 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
- e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 11 years ago
- fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 11 years ago
- e3beb6b SkNonCopyable should be used with private inheritance. 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
- 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
- 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
- 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. 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
- d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
- 8272d87 Remove SkPdfNativeDoc::tokenizerOfStream. by scroggo@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
- 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
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@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
- f68aed3 pdfviewer: when q start, and an operator is called, it should not be able to see operands before q. nest/unnest are similar with pop/push - simulates a stack of stacks, in a single stack by edisonn@google.com · 11 years ago
- bd2f301 pdfviewer: add macros to automatically check number and type of parameters by edisonn@google.com · 11 years ago
- 37c18e4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 11 years ago
- b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.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