- 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7b3b26e gm: Include system_preferences.h in mac file. by tfarina@chromium.org · 12 years ago
- 653b0d6 Disable memory intensive drawBitmapRectToRect tests on Android by robertphillips@google.com · 12 years ago
- 21a95f1 Added more drawBitmapRectToRect tests by robertphillips@google.com · 12 years ago
- 3bd2173 SkCanvas::setDevice() must die, and so we begin by removing our own by mike@reedtribe.org · 12 years ago
- 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
- 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
- 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
- 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
- f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
- 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
- 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
- 71e21ba Fix picture refcnt bug in distantclip gm. Unreviewed. by rileya@google.com · 12 years ago
- ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
- d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
- ef752fe disable replay for now by reed@google.com · 12 years ago
- 4bbec45 cache decoded bitmap in global for now by reed@google.com · 12 years ago
- ad6aa5c enable lcdtext by mike@reedtribe.org · 12 years ago
- 396948b update by mike@reedtribe.org · 12 years ago
- 3590a24 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b567178 update by reed@google.com · 12 years ago
- 9f72d54 experimental by reed@google.com · 12 years ago
- 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
- 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
- 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
- 3961aac Reenable pipe for imagefiltersgraph GM on Android. by scroggo@google.com · 12 years ago
- 9c72827 disable pipe for now by reed@google.com · 12 years ago
- 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
- ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
- 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
- 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
- b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
- facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- 837d31a Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled. by scroggo@google.com · 13 years ago
- 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 13 years ago
- 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 13 years ago
- 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
- d6c3813 suppress pip for now, since we use locally-defined effects by mike@reedtribe.org · 13 years ago
- 3e04440 adjust size to match the content by mike@reedtribe.org · 13 years ago
- 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 13 years ago
- d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 13 years ago
- 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 13 years ago
- 24e8999 Remove verylargebitmap gm on Android by borenet@google.com · 13 years ago
- 7eb3a26 add gm for very large bitmaps (>32K >64K) by reed@google.com · 13 years ago
- a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 13 years ago
- 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 13 years ago
- a73e860 Skipping MSAA GMs on Android by robertphillips@google.com · 13 years ago
- a2f8008 Added output of failed GMs to assist tracking errors on Android by robertphillips@google.com · 13 years ago
- 54ad851 Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat cubics early. by bsalomon@google.com · 13 years ago
- cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 13 years ago
- ab5ec7e Translated clip GMs to increase stability by robertphillips@google.com · 13 years ago
- 19c2894 Fix memory leak in gammatext GM. by scroggo@google.com · 13 years ago
- 9f75208 Fix a memory leak in cmykjpeg GM. by scroggo@google.com · 13 years ago
- 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 13 years ago
- d829b5c add SkImage from encoded data by mike@reedtribe.org · 13 years ago
- d2782ed update to surface.getCanvas() by mike@reedtribe.org · 13 years ago
- 58b21ec expand internal subclasses into separate files by reed@google.com · 13 years ago
- 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 13 years ago
- 70e3590 check-point for image/surface work by mike@reedtribe.org · 13 years ago
- 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 13 years ago
- 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 13 years ago
- 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 13 years ago
- b4e7043 Add flag to skip pipe on select GMs by borenet@google.com · 13 years ago
- 03fc17c Disable bitmapcopy gm on Android by borenet@google.com · 13 years ago
- 0058324 #include "SkTemplates.h" by reed@google.com · 13 years ago
- ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 13 years ago
- 1e95d71 Clean up the use of AutoScratchTexture in the gaussian blur and morphology by senorblanco@chromium.org · 13 years ago
- 2a02129 Fixed simpleaaclip gm - it wasn't showing xor case by robertphillips@google.com · 13 years ago
- 8d850be don't add circles on chopped cubics by reed@google.com · 13 years ago
- 7fb2601 Fixed calling SkIntToScalar on a float error by robertphillips@google.com · 13 years ago
- 54bb7ab Improved clarity of complexclip GM by robertphillips@google.com · 13 years ago
- f32f6e8 Added annotation for gm's -wp flag by chudy@google.com · 13 years ago
- 50a69a0 Altered complexclip GM to test out saveLayer w/ a bound and clipping by robertphillips@google.com · 13 years ago
- 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 13 years ago
- 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 13 years ago
- cb325ce Change TextContext handling of stages and draw targets; this allows us to by tomhudson@google.com · 13 years ago
- bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 13 years ago
- 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 13 years ago
- a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 13 years ago
- 5c0b313 r4511 with handling for the Mac-specific CAN_IMAGE_PDF path by robertphillips@google.com · 13 years ago
- d3ba5cc In SkGPipe, set a limit on the amount of flattenables cached. by scroggo@google.com · 13 years ago
- 5cf2c28 Added conical gradient to gm gradients test, and added two variants of that test, one with perspective applied to the local matrices of the gradients and the other with perspective applied to the overall view matrix. by rileya@google.com · 13 years ago
- d7dbd42 Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device. by scroggo@google.com · 13 years ago
- 6ea165d Another fix for drawing bitmaps through an SkGPipe that share pixelrefs. by scroggo@google.com · 13 years ago
- dbc5d28 fix SkFixed build by reed@google.com · 13 years ago
- 43c62b1 add gm for hittesting paths by mike@reedtribe.org · 13 years ago
- b3c0f48 Provide static global initializers for SkColorTable and SkComposeShader. by scroggo · 13 years ago
- aae9e27 Fix buildbot. by scroggo@google.com · 13 years ago
- 4f1f6bf Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. by scroggo@google.com · 13 years ago
- b340cf7 Only skip pipe playback for blurs GM in FIXED mode. by scroggo@google.com · 13 years ago
- d542928 Disable pipe playback on android for composeshader GM. by scroggo@google.com · 13 years ago