platform/upstream/libSkiaSharp.git
2013-02-07 bsalomon@google.comUse SkBits2Float in SkRandom
2013-02-07 robertphillips... Enhance GL error checking for non-Ganesh GL calls
2013-02-07 djsollen@google.comFix errors when compiling with -Wall -Werror on Android.
2013-02-07 bsalomon@google.comMore fixes for ios build.
2013-02-07 bsalomon@google.comAttempt to fix iOS build.
2013-02-07 robertphillips... Temporary patch to BenchPictures gpu timing problem
2013-02-07 bsalomon@google.comRemove legacy names no longer referenced in Chrome...
2013-02-07 caryclark@google.comshape ops work in progress
2013-02-07 senorblanco... Fix a perf regression introduced by r7594: when comput...
2013-02-07 robertphillips... Fixed warning/error in PictureRenderer.cpp
2013-02-06 scroggo@google.comIn picture rendering tools, draw the entire scaled...
2013-02-06 bsalomon@google.comFix function not predeclared warning on Mac.
2013-02-06 edisonn@google.comrver r7626, might trigger for some strange reason a...
2013-02-06 bensong@google.comFixes a bug introduced by the new per-tile bench log...
2013-02-06 bensong@google.comUpdates gen_skp_ranges.py on recent changes of bench...
2013-02-06 robertphillips... Fix for sign mismatch warning/error
2013-02-06 robertphillips... Add overdraw visualization to the debugger
2013-02-06 edisonn@google.comAdd a true Set class. Current use case is to be used...
2013-02-06 bsalomon@google.comRemove GR_STATIC_RECT_VB
2013-02-06 epoger@google.comgm self-tests: generate JSON expectations, in addition...
2013-02-06 bsalomon@google.comFix WritePixels test on ANGLE.
2013-02-06 borenet@google.comTurn --timeIndividualTiles back on in bench_pictures
2013-02-06 borenet@google.comWhitespace change to trigger builds after master restart
2013-02-06 jvanverth@google.comSet vertex layout prior to setVertexSourceToBuffer...
2013-02-06 edisonn@google.comSmall code cleaup: remove redundant if
2013-02-06 reed@google.comcheck for self-assignment in operator=
2013-02-06 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-06 mike@reedtribe.orgtweak to spacing, to trigger build
2013-02-05 edisonn@google.comIf the stack is too deep we could get Stack Overflow...
2013-02-05 robertphillips... Fix calls to setVertexSourceToBuffer
2013-02-05 bsalomon@google.comFix bench crash (calling method on NULL object).
2013-02-05 jvanverth@google.comReinstate r7546: fix unused variable warning
2013-02-05 robertphillips... Improved compartmentalization of filter tool's optimiza...
2013-02-05 jvanverth@google.comMove vertex layout from GeometrySrcState to GrDrawState.
2013-02-05 borenet@google.comFix master IP in submit_try
2013-02-05 bsalomon@google.comRevert r7595 due to housekeeper warning-as-error.
2013-02-05 bsalomon@google.comRe-enable static asserts with windows warning fix.
2013-02-05 senorblanco... Implement support for origin-TopLeft render targets...
2013-02-05 jvanverth@google.comFix for issue 1029: Debugger opens files with ^O, but...
2013-02-05 scroggo@google.comImplement support for origin-TopLeft render targets...
2013-02-05 scroggo@google.comFix some 64 bit warnings on mac.
2013-02-05 djsollen@google.comFix unbalanced Shader set/endContext calls in drawVertices
2013-02-05 reed@google.comhide the static-assert block altogether, until we can...
2013-02-05 reed@google.comfix (new annoying) warning (mac only I think)
2013-02-05 bsalomon@google.comMake windows GrGLCreateNatriveInterface not us GL.h...
2013-02-05 bsalomon@google.comActually fix angle GLPrograms test.
2013-02-05 jvanverth@google.comRestore variable to release builds.
2013-02-05 robertphillips... Reverting r7545 (render target origin change) due to...
2013-02-05 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-05 mike@reedtribe.orgremove define for SK_IGNORE_GRADIENT_DITHER_FIX to...
2013-02-04 senorblanco... Nuke SkSingleInputImageFilter. 99% of its functionalit...
2013-02-04 reed@google.comuse SkToS32 to turn a ptrdiff_t into an int (on 64bit...
2013-02-04 bsalomon@google.comUse XQuartz's version of OSMesa rather than Mac SDK...
2013-02-04 reed@google.comremove vestiges of 32BIT_GRADIENT flag, as we always...
2013-02-04 reed@google.comadd kMultiply_Mode to switch statement (fix warning)
2013-02-04 reed@google.comland https://codereview.appspot.com/7221086/ -- add...
2013-02-04 bungeman@google.comSimplify and speed up SkIntroSort.
2013-02-04 bsalomon@google.comCommit file missing from r7550
2013-02-04 bsalomon@google.comAttempt to fix GLPrograms test on ANGLE bot.
2013-02-04 reed@google.comGo from a 1x2 to a 2x2 dither cell, and change/simplify...
2013-02-04 reed@google.comextend gradient_create bench to test opaque and alpha...
2013-02-04 reed@google.comcleanup: use DEF_BENCH macro
2013-02-04 reed@google.comfix unused variable warning
2013-02-04 senorblanco... Implement support for origin-TopLeft render targets...
2013-02-04 reed@google.comadd new gms for shallow_gradient, in preparation for...
2013-02-04 bungeman@google.comChange comment to avoid warning (don't end line comment...
2013-02-04 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle_ubuntu...
2013-02-04 bsalomon@google.comMake GPU unit tests use GrContexts of different GL...
2013-02-04 bungeman@google.comAdd sk_ignore_unused_variable to avoid warnings.
2013-02-04 reed@google.comadd benchmark for stroked drawRect/drawOval/drawRRect...
2013-02-04 caryclark@google.comshape ops work in progress
2013-02-04 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-04 mike@reedtribe.orgmove kStyleCount out of Style enum, and into its own...
2013-02-04 mike@reedtribe.orguse DEF_BENCH macro
2013-02-03 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle_ubuntu...
2013-02-01 junov@chromium.orgAccelerate handling of clipRRect in calls to SkPictureU...
2013-02-01 epoger@google.comgm: report max-pixel-error if comparing against PNG...
2013-02-01 reed@google.comMove dither toggle logic into common helper functions...
2013-02-01 reed@google.comlanding https://codereview.appspot.com/7225077/ --...
2013-02-01 bsalomon@google.comFix init order warning
2013-02-01 reed@google.comremove the kMultiply_Mode alias for kModulate_Mode...
2013-02-01 junov@google.comPrevent SkPictureUtils::GatherPixelRefs from generating...
2013-02-01 djsollen@google.comOnly support SkPicture abort for Android due to the...
2013-02-01 djsollen@google.comFix android errors when unflattening an SkImageRef_ashm...
2013-02-01 bsalomon@google.comFix unused var warning-as-error
2013-02-01 reed@google.comdon't use NULL when comparing against ints/size_t ...
2013-02-01 reed@google.comadd width() and height() helpers
2013-02-01 reed@google.comrevert name changes to SkBlendImageFilter. It (correctl...
2013-02-01 bsalomon@google.comMake drawIndexedInstances non-virtual and rewrite GrIOD...
2013-02-01 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle-win7...
2013-02-01 reed@google.comrestore cache-count for gradients to p.o.2. so we can...
2013-01-31 jvanverth@google.comChange vertex buffer allocator functions to take size...
2013-01-31 bungeman@google.comFix warnings resulting from 7496.
2013-01-31 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-31 jvanverth@google.comChange vertex buffer allocator functions to take size...
2013-01-31 bungeman@google.comAdd SHA1 and MD5 to utils.
2013-01-31 robertphillips... Added cast to make SkIntToScalar happy with size_t...
2013-01-31 robertphillips... Removed unused variable
2013-01-31 epoger@google.comgm: force all pixels opaque earlier in the process
2013-01-31 robertphillips... Update filter tool to allow more flexible filtering
next