- baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
- f91c63e Revert r7341 by edisonn@google.com · 12 years ago
- c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
- e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
- 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
- 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
- f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
- ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
- 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
- 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
- f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
- b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
- 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
- 5632e76 Place fix in r7278 behind compile flag by robertphillips@google.com · 12 years ago
- 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 12 years ago
- 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f919b72 in SkPath::dump(), add \n after close() printf, so we don't run into the next verb (e.g. moveTo) by reed@google.com · 12 years ago
- 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
- 7da456d Fix 7273 for neon by robertphillips@google.com · 12 years ago
- 8b8bf4d Added shaderproc for 1xN repeatX/repeatY BitmapProcShader by robertphillips@google.com · 12 years ago
- 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 12 years ago
- 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
- 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
- ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
- 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
- 7fbcfe9 add LF at end of file to fix warning by reed@google.com · 12 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
- 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
- e7591bb call endContext() if we have to return false from setContext(), to keep the by mike@reedtribe.org · 12 years ago
- 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a3bdc1a another false --> NULL return fix by humper@google.com · 12 years ago
- 2ad83ea false --> NULL for failure return by humper@google.com · 12 years ago
- 7f53503 Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. by bungeman@google.com · 12 years ago
- 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
- 50dd410 Make SkScalerContextRec::getMatrixFrom2x2 more direct. by bungeman@google.com · 12 years ago
- c62b726 Fix uninitialized memory issue by robertphillips@google.com · 12 years ago
- e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
- 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
- 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
- 59a6a2b Fix assertion caused by change in 7117. by bungeman@google.com · 12 years ago
- 99452e6 Properly reject clipped out draws in BBox pictures. by bungeman@google.com · 12 years ago
- e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
- 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
- b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
- 070dcd8 abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX by reed@google.com · 12 years ago
- 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- 57313f6 Fix warning-as-error for var used only in an assert (and therefore not in the release build). by bsalomon@google.com · 12 years ago
- 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
- f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
- ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
- 4a1362a add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code by reed@google.com · 12 years ago
- 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
- ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
- d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
- 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
- ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
- 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
- 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7d474f8 The motivation for this changeset is to fix the following build failure in google3- by rmistry@google.com · 12 years ago
- ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
- 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 14dd81d disable (using build-flag) change in 6937 until I can figure out how to rebaseline the self-test by mike@reedtribe.org · 12 years ago
- dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
- 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
- b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
- 675de16 Adding support for new canvas API method clipRRect with rtree and tileGrid by junov@chromium.org · 12 years ago
- 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
- 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
- fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
- 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
- 78c0c30 Fix drawSprite to record correctly with SkBBoxRecord by junov@chromium.org · 12 years ago
- 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6006b56 Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects. by junov@chromium.org · 12 years ago
- 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
- 0c8ec2f Fixing bounding box computation for inverse filled paths in SkBBoxRecord by junov@chromium.org · 12 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
- bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
- 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
- 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
- 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 12 years ago
- b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 12 years ago
- 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
- c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
- 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
- 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 12 years ago
- d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 12 years ago
- 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 12 years ago
- f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
- ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago