- d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
- 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
- 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
- 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 12 years ago
- a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 12 years ago
- e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 12 years ago
- 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
- c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
- e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
- f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 12 years ago
- 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 12 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
- b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 12 years ago
- 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 12 years ago
- 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
- 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
- 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
- b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 12 years ago
- 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
- 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
- 5632e76d 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