- 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
- 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
- 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 12 years ago
- f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@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
- 514b922 Partial revert of r7287 to green up the bots. by senorblanco@chromium.org · 12 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
- 2124446 fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp by reed@google.com · 12 years ago
- 9f49652 Removed unused variable in SkBicubicImageFilter.cpp by robertphillips@google.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
- 92435a4 Fix GPU-less build. Unreviewed. by senorblanco@chromium.org · 12 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 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
- 70db51f Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onIsEqual. by bsalomon@google.com · 12 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
- 2b16570 cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are by reed@google.com · 12 years ago
- 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
- 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
- 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
- a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
- 5d2cd20 Fix GPU-less build. by bsalomon@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
- 23595a5 Fix busted texture coords in GrGLBlendEffect. by bsalomon@google.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
- 4d69227 Unreviewed mac build fix : Removing unused variable by sugoi@google.com · 12 years ago
- 8cec63e Added missing include in non GPU case. by sugoi@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
- 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
- d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
- 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@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
- 84831ac fix all the false --> NULL issues in the gradient code by humper@google.com · 12 years ago
- d386b0e remove namespace qualifier for feof; it's making android unhappy by humper@google.com · 12 years ago
- 027c102 Fix a problem in the matrix convolution image filter exposed by https://code.google.com/p/skia/source/detail?r=7152: when offsetting texture coordinates in a GrEffect, take the origin of the source bitmap origin into account, and flip Y coordinates when we need to. by senorblanco@chromium.org · 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
- 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
- 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
- 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) 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
- 00835cc Fix debug build after r7153 (removed param referenced in assertion) by bsalomon@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
- 61be794 Fix typo bug caught by mac warn-as-error (= should have been &=). by bsalomon@google.com · 12 years ago
- 0263fcd Implement getConstantColorComponents() for matrix convolution. by bsalomon@google.com · 12 years ago
- 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
- 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
- c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 12 years ago
- 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
- 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@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
- 091f51b DirectWrite generatePath must transform the path by the current matrix. by bungeman@google.com · 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
- 358e427 Remove default clip/drawstate in GrIODB. by bsalomon@google.com · 12 years ago
- 13ac3a3 Fix incorrect sample cnt assert by bsalomon@google.com · 12 years ago
- e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
- 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
- b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
- 4e73aa1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
- e378d83 translate modifier keys for xevents by reed@google.com · 12 years ago
- 6f47663 Fix macro redefinition warning on 10.6 bots in mesa code. by bsalomon@google.com · 12 years ago
- 3792418 fix linux build by reed@google.com · 12 years ago
- 72708fa fix win build by reed@google.com · 12 years ago
- 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
- 9aaf36d fix GPU drawing for 8 bit alpha bitmaps by humper@google.com · 12 years ago
- eb928ea Proposed fix to new stroking/path render selection system by robertphillips@google.com · 12 years ago
- b5715a1 fix spelling: cannonical -> canonical by reed@google.com · 12 years ago
- 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.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
- a7830dc Revert part of r7047 to check Xoom failures by robertphillips@google.com · 12 years ago
- 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
- 9c4e5ac Cleaned up warnings in Windows build. by jvanverth@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