platform/upstream/libSkiaSharp.git
2013-05-03 reed@google.comadd bench for SkPoint::normalize()
2013-05-03 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-02 reed@google.comadd HACK_COLORGLYPHS (disabled) to test colorglyphs
2013-05-02 reed@google.comCast our LOGFONTs in our enumerator callbacks to ENUMLO...
2013-05-02 bsalomon@google.comFix GL extension printing on core profiles.
2013-05-02 reed@google.comDetect color masks, and divert to draw-sprite instead...
2013-05-02 djsollen@google.comupdate recommended gclient config for android
2013-05-02 epoger@google.comGM: fix --mismatchPath option
2013-05-02 robertphillips... Add geometry-based rotated AA rect drawing path
2013-05-02 robertphillips... Axis aligned shader-based rect drawing
2013-05-02 caryclark@google.comfix error that ran no tests if no options were passed
2013-05-02 bungeman@google.comTTC support for DirectWrite.
2013-05-02 robertphillips... Add new bench for rotated rects (aarects_rotated)
2013-05-02 commit-bot... Support for libpng > 1.2.
2013-05-02 caryclark@google.comAllow unit tests to include or exclude test sets.
2013-05-02 commit-bot... Disable AA for ovals and roundrects if MSAA is enabled.
2013-05-02 jvanverth@google.comAdd msaa configs to bench_pictures.
2013-05-02 djsollen@google.comUpdate DEPS and GYP to use the copy of Android in platf...
2013-05-02 borenet@google.comFix submit_try for new builder names
2013-05-02 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-02 robertphillips... Hamfistedly removed core dependence on images
2013-05-01 junov@chromium.orgBuild fix for SurfaceTest on non-gpu platforms
2013-05-01 junov@chromium.orgAdding public API method on SkImage for extracting...
2013-05-01 commit-bot... Whitespace change to test commit queue. (SkipBuildbotRuns)
2013-05-01 scroggo@google.comBuild fix attempt number 2.
2013-05-01 scroggo@google.comFix the build.
2013-05-01 scroggo@google.comForce linking with image decoders for images project.
2013-05-01 fmalita@google.comSkOpSegment.cpp gcc 4.7 build failure.
2013-05-01 bsalomon@google.comAdd support for GL_EXT_multisampled_render_to_texture.
2013-05-01 rmistry@google.comHousekeeper should not fail when skia-autogen is reset.
2013-05-01 bungeman@google.comAdd FontMgr to DirectWrite.
2013-04-30 borenet@google.comWhitespace change to trigger rebuilds
2013-04-30 borenet@google.comResubmit r8929 with the duplicated change in trunk...
2013-04-30 borenet@google.comWhitespace change to trigger rebuilds after builder...
2013-04-30 borenet@google.comWhitespace change to trigger rebuilds after builder...
2013-04-30 borenet@google.comFix builder name references
2013-04-30 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-30 scroggo@google.comAllow supporting 1 older PICTURE_VERSION.
2013-04-30 scroggo@google.comFixes for piping bitmaps with encoded data.
2013-04-30 mike@reedtribe.orgadd routines to compute error between conic and quad
2013-04-29 robertphillips... Minor optimization
2013-04-29 robertphillips... add 90 degree test case to rects GM
2013-04-29 commit-bot... Stop using mix() to implement hard-light in shader.
2013-04-29 commit-bot... Remove inout params from saturation helper func in...
2013-04-29 commit-bot... Remove guard against checking for copytexsubimage2d...
2013-04-29 robertphillips... Plumbed in discard_framebuffer extension
2013-04-29 reed@google.comreenable __builtin_clz for GNUC (and clang), recognizin...
2013-04-29 reed@google.comadd wacky random shift so I can generate some zeros...
2013-04-29 commit-bot... Remove redundant setting of alpha in hard-light GPU...
2013-04-29 reed@google.comtemp work-around for mysterious failure of shadertext2...
2013-04-29 reed@google.comreland 8897 (was not a build-breaker) and fix MathTest...
2013-04-29 reed@google.comrevert 8897 -- broke clang build
2013-04-29 reed@google.comuse intrinsics on more platforms for SkCLZ
2013-04-29 reed@google.comadd unittest for SkCLZ
2013-04-29 reed@google.comup the inner-loop for clz bench, to get more stable...
2013-04-29 reed@google.comadd bench for SkCLZ
2013-04-29 reed@google.comuse DEF_BENCH macro
2013-04-29 djsollen@google.comCopy the top level Android directory into trunk.
2013-04-28 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-27 rmistry@google.comAdded Google homepage to list of SKPs. Whitespace chang...
2013-04-27 mike@reedtribe.orgadd computation for error in conic-as-quad
2013-04-27 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-26 reed@google.comadd comment for computing max-diff between conic and...
2013-04-26 caryclark@google.compath ops -- disable fail test for now
2013-04-26 caryclark@google.compath ops -- handle non-finite numbers
2013-04-26 epoger@google.comGM self-tests: always run all tests (don't stop at...
2013-04-26 rmistry@google.comWhitespace change to trigger Housekeepers.
2013-04-26 rmistry@google.comWhitespace change to trigger Housekeepers.
2013-04-26 epoger@google.comGM: specify that currently used checksums are CityHashe...
2013-04-26 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-26 mike@reedtribe.orgrename SkRationalQuad to SkConic
2013-04-25 robertphillips... Remove useless SkRect::sort
2013-04-25 robertphillips... Nexus 7 performance trigger rebaselines
2013-04-25 reed@google.comimpl onCreateFrom... for fontmgr on windows
2013-04-25 humper@google.comAvoid side effects related to skia error callbacks...
2013-04-25 scroggo@google.comUse SkError for a bitmap that could not be decoded.
2013-04-25 jvanverth@google.comTemporarily disable HardLight effect in unit tests.
2013-04-25 scroggo@google.comUpdates to skimage tool to use it for testing.
2013-04-25 robertphillips... Reduce calls to SkMatrix::reset from GrDrawState
2013-04-25 tomhudson@google.comWork around overzealous assertion in SkMaskFilter.
2013-04-25 commit-bot... Add GPU support for roundrects
2013-04-25 reed@google.comdisable checking the style name from fontmgr (not impl...
2013-04-25 sugoi@google.comAdding missing SK_API identifier to class so that it...
2013-04-25 caryclark@google.comfix build : add src\pathops to pathops_unittest
2013-04-25 caryclark@google.compath ops : make it real
2013-04-25 robertphillips... Added "SkRRect::contains(const SkRect&) const"
2013-04-25 robertphillips... Adjust some Nexus 7 performance triggers
2013-04-25 caryclark@google.compath ops : fix empty-diff bug, op-in-place
2013-04-25 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-25 commit-bot... Some fixes for saturation computation XferEffect.
2013-04-24 robertphillips... Fix for compiler error:
2013-04-24 commit-bot... Move MMap to SkData.
2013-04-24 scroggo@google.comFix the build.
2013-04-24 sugoi@google.comAdding new bench tests for lighting and blur
2013-04-24 scroggo@google.comTreat default command line argument properly.
2013-04-24 reed@google.comfirst impl of fontmgr for gdi
2013-04-24 reed@google.comshow fontstyle values for each style
2013-04-24 bsalomon@google.comAdd option to specify defaults configs to --config...
2013-04-24 bsalomon@google.comExit ~GrContext early if GrContext::init() failed.
2013-04-24 commit-bot... Whitespace change to test Commit Queue (SkipBuildbotRuns)
next