- 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 · 12 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 · 12 years ago
- 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 12 years ago
- f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 32bbcf8 Add texture filtering override to debugger by robertphillips@google.com · 12 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 · 12 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 · 12 years ago
- e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 12 years ago
- 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 12 years ago
- 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 12 years ago
- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 12 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 12 years ago
- a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 12 years ago
- 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 12 years ago
- d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 12 years ago
- 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 12 years ago
- 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 12 years ago
- 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 12 years ago
- edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 12 years ago
- 635091f Minor changes to XPS device. by bungeman@google.com · 12 years ago
- fd67f2f Fix a warning. by scroggo@google.com · 12 years ago
- 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 12 years ago
- 50955db Fix iOS build. by scroggo@google.com · 12 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 12 years ago
- 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 12 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 12 years ago
- 040fd8f Rip out CSAA support by commit-bot@chromium.org · 12 years ago
- 19bcf6e fix broken clang build by djsollen@google.com · 12 years ago
- 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 12 years ago
- 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 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 · 12 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 · 12 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 · 12 years ago
- c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 12 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 12 years ago
- 5a6cd35 Remove sk_bzero usage from SkMatrix44 for improved performance. by shawnsingh@chromium.org · 12 years ago
- b9050d7 Remove mismatched delete. by scroggo@google.com · 12 years ago
- b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 12 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 12 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 12 years ago
- 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 12 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 12 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 · 12 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 · 12 years ago
- f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 12 years ago
- 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 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 · 12 years ago
- 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 12 years ago
- 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 12 years ago
- c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 12 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 · 12 years ago
- cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 12 years ago
- a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 12 years ago
- ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 12 years ago
- 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 12 years ago
- bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 12 years ago
- f3f2d16 set nominmax on windows by bsalomon@google.com · 12 years ago
- 0f48ee0 add more stats to the bitmap matrix locator by humper@google.com · 12 years ago
- 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 12 years ago
- 47fad70 by commit-bot@chromium.org · 12 years ago
- 9bf380c drawBitmap* cleanup by robertphillips@google.com · 12 years ago
- 91673aa search registered rtconf variables backwards and break when we find the by humper@google.com · 12 years ago
- 5fdc983 expose shaders by reed@google.com · 12 years ago
- 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 12 years ago
- faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 12 years ago
- 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 12 years ago
- 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 12 years ago
- 0d4fe14 Const-ify SkDebugCanvas::getSize(). by commit-bot@chromium.org · 12 years ago
- 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 12 years ago
- 4b3ef5a Add newline for r10050. by bungeman@google.com · 12 years ago
- f5cc5b1 R=mtklein@google.com by bungeman@google.com · 12 years ago
- d3ae1d6 SkObjectParser::SaveFlagsToString() should handle SaveFlags as a bitmask. by fmalita@google.com · 12 years ago
- de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 2815c19 add matrix objects to the lua bindings, as well as a lua script to find the proportion of image draw commands with different kinds of matrices by humper@google.com · 12 years ago
- 2956387 add paint:getEffects to return table of bools of a given effect is present on the paint by reed@google.com · 12 years ago
- d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 12 years ago
- 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 6b42312 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 12 years ago
- 19b8438 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 12 years ago
- 6bee4ec Fixed PathUtils.cpp:90 by dierk@google.com · 12 years ago
- 74887b6 Fixed the bugs that crashed the build bots by dierk@google.com · 12 years ago
- 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 12 years ago
- b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
- 172339d remove RLE config from debugger too by edisonn@google.com · 12 years ago
- 73a4b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 12 years ago
- 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 12 years ago
- 56a57ae SkDebugCanvas: remove unused <iostream> include. by commit-bot@chromium.org · 12 years ago
- 7bce998 formally declare luaskia extern guy, and then define it by reed@google.com · 12 years ago
- 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 12 years ago
- 7a11591 Rename SkDrawCommand subclasses by commit-bot@chromium.org · 12 years ago
- 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 12 years ago
- 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 12 years ago
- 792bbd1 add drawImage to lua by mike@reedtribe.org · 12 years ago
- 370c534 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 73d9f1c more paint methods to lua by mike@reedtribe.org · 12 years ago
- fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 12 years ago
- 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 12 years ago