platform/upstream/libSkiaSharp.git
2013-01-16 reed@google.commark default constructor for SkMatrix44 as deprecated...
2013-01-16 junov@chromium.orgAdding SK_API to SkTileGridPicture class declaration
2013-01-16 bsalomon@google.comChange some function/vars from EffectPtr to EffectRef...
2013-01-16 bsalomon@google.comFix no-static-init (android) build.
2013-01-16 bsalomon@google.comFix GPU-less build.
2013-01-16 bsalomon@google.comFix missing "class" in friend decls in GrEffect.h
2013-01-16 bsalomon@google.comWrap GrEffects in GrEffectPtr.
2013-01-16 reed@google.comremove legacy build-flags for drawBitmapRect
2013-01-16 edisonn@google.com revert change 7218
2013-01-16 edisonn@google.comAdd option to ignore small pixel diffs for --validate...
2013-01-16 rmistry@google.comWhitespace change to trigger doxygen upload
2013-01-16 borenet@google.comWhitespace change to trigger uploads after skia-autogen...
2013-01-16 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-16 epoger@google.combetter quick fix for GM self-test: ignore instance...
2013-01-16 epoger@google.comquick fix for GM self-test failures after r7206
2013-01-15 reed@google.comAdd VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify wheth...
2013-01-15 bsalomon@google.comFix busted texture coords in GrGLBlendEffect.
2013-01-15 reed@google.comHave drawBitmapRectToRect devolve to drawBitmap if...
2013-01-15 bsalomon@google.comRe-enable inst counting in debug builds.
2013-01-15 reed@google.comadd LF at end of file
2013-01-15 reed@google.comadd LF at end of file to fix warning
2013-01-15 epoger@google.comRevert r7198 until I can fix https://code.google.com...
2013-01-15 reed@google.comadd benches for drawBitmapRectToRect with slight scale...
2013-01-15 robertphillips... Added print out of SkShader information to debugger
2013-01-15 epoger@google.comgm: use new Expectations struct instead of comparison...
2013-01-15 epoger@google.comUpdate gm self-test results to expect new runtime confi...
2013-01-15 epoger@google.comSeparate our jsoncpp dependency from Chromium's jsoncpp...
2013-01-15 sugoi@google.comUnreviewed mac build fix : Removing unused variable
2013-01-15 sugoi@google.comAdded missing include in non GPU case.
2013-01-15 reed@google.comFix bug in cubic-clipper (SkEdgeClipper). When we chop...
2013-01-15 borenet@google.comTurn off timeIndividualTiles
2013-01-15 sugoi@google.comImplementation of the displacement effect (both CPU...
2013-01-15 reed@google.comTo support alignment pragmas (for speed), we need to...
2013-01-15 robertphillips... dashing asPoints could draw excessively long first...
2013-01-15 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-15 mike@reedtribe.orgcall endContext() if we have to return false from setCo...
2013-01-15 humper@google.comfix warning on linux
2013-01-15 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-14 humper@google.comfix all the false --> NULL issues in the gradient code
2013-01-14 humper@google.comremove namespace qualifier for feof; it's making androi...
2013-01-14 senorblanco... Fix a problem in the matrix convolution image filter...
2013-01-14 humper@google.comanother false --> NULL return fix
2013-01-14 humper@google.comfalse --> NULL for failure return
2013-01-14 humper@google.commove template specializations to inline functions in...
2013-01-14 humper@google.comreplace getline with fgets for portability
2013-01-14 humper@google.comremove dynamic_cast because rtti is disabled on some...
2013-01-14 humper@google.comfix gcc build
2013-01-14 bungeman@google.comRemove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX.
2013-01-14 humper@google.comRuntime configuration system for skia. This will allow...
2013-01-14 bungeman@google.comMake SkScalerContextRec::getMatrixFrom2x2 more direct.
2013-01-14 robertphillips... Fix uninitialized memory issue
2013-01-14 robertphillips... Change SkAutoTUnref usage
2013-01-14 bsalomon@google.comFix debug build after r7153 (removed param referenced...
2013-01-14 bsalomon@google.comChange signature of SkShader::asNewEffect(), implement...
2013-01-14 junov@chromium.orgChanging imageFilter GM tests to use drawBitmap instead...
2013-01-14 digit@google.comUse the NDK's cpu-features library when building skia...
2013-01-14 bsalomon@google.comFix typo bug caught by mac warn-as-error (= should...
2013-01-11 bsalomon@google.comImplement getConstantColorComponents() for matrix convo...
2013-01-11 bsalomon@google.comAdd GrEffect::updateKnownColorComponents(). It is used...
2013-01-11 junov@chromium.orgAdding commandline option to gm to make it write image...
2013-01-11 bsalomon@google.comFix leaks in blurrect benchs and gm.
2013-01-11 borenet@google.comEnable per-tile logging in bench_pictures
2013-01-11 edisonn@google.comAdd option to render PDFs to memory only.
2013-01-11 bungeman@google.comSkImageDecoder_WIC should work on Win7 with Win8 SDK.
2013-01-11 edisonn@google.comFix typo, report in validate diff teh value of the...
2013-01-11 rmistry@google.comRebaselined webpage image GMs for ['base-macmini']...
2013-01-11 bsalomon@google.comMake GrEffect::textureAccess non-virtual. Require subcl...
2013-01-11 bsalomon@google.comRemove non-destructive playback from GrIODB.
2013-01-11 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-11 rmistry@google.comWhitespace change to trigger rebuilds
2013-01-10 senorblanco... Rename onFilterImageGPU to filterImageGPU(), to match...
2013-01-10 bungeman@google.comDirectWrite generatePath must transform the path by...
2013-01-10 robertphillips... Add display of more SkPaint fields in Debugger
2013-01-10 epoger@google.comgm: if no readPath is given, report all tests as "missi...
2013-01-10 bungeman@google.comFix assertion caused by change in 7117.
2013-01-10 bungeman@google.comProperly reject clipped out draws in BBox pictures.
2013-01-10 epoger@google.comgm self-test: update expected dashing2.png images ...
2013-01-10 bungeman@google.comUpdate order in third_party/externals svn:externals...
2013-01-10 bsalomon@google.comRemove default clip/drawstate in GrIODB.
2013-01-10 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-09 bsalomon@google.comFix incorrect sample cnt assert
2013-01-09 scroggo@google.comEnsure that SkMemoryStream does not crash dereferencing...
2013-01-09 jvanverth@google.comThis takes the convex path tesselator from the Android...
2013-01-09 jvanverth@google.comAdd clear after each image save, so that GPU images...
2013-01-09 reed@google.comfix iOS build after adding modifierKeys to click events
2013-01-09 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle-win7...
2013-01-09 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-09 mike@reedtribe.orgspeculative change to speedup blurrect bench for large...
2013-01-08 bsalomon@google.comTurn off WarnAsError when building ANGLE projects on...
2013-01-08 bsalomon@google.comTurn off warnings-as-error on 64bit windows build due...
2013-01-08 bsalomon@google.comEnable warnings-as-errors on Windows.
2013-01-08 epoger@google.comgm: remove --diffPath option and all other pixel diff...
2013-01-08 bsalomon@google.comFix signed/unsigned comparison in PictureTest.cpp
2013-01-08 rmistry@google.comRebaselined webpage image GMs for ['base-android-xoom...
2013-01-08 rmistry@google.comRebaselined webpage image GMs for %s on Google Storage.
2013-01-08 rmistry@google.comRebaselined webpage image GMs for %s on Google Storage.
2013-01-08 bsalomon@google.comFix signed/unsigned comparison warning in PictureTest.cpp
2013-01-08 reed@google.comtranslate modifier keys for xevents
2013-01-08 bsalomon@google.comFix macro redefinition warning on 10.6 bots in mesa...
2013-01-08 reed@google.comfix linux build
next