platform/upstream/libSkiaSharp.git
2012-01-25 caryclark@google.comIntersection work in progress
2012-01-25 caryclark@google.comfix vertical bold text on mac
2012-01-25 reed@google.comdisable SPEW_PURGE_STATUS
2012-01-24 epoger@google.comwhitespace change to trigger Skia buildbot
2012-01-24 bsalomon@google.comPrefer a texture pixel ref to a render target pixel...
2012-01-24 bsalomon@google.comWhitespace commit to check if lion / win bots are hosed.
2012-01-21 bsalomon@google.comrevert 3078
2012-01-21 bsalomon@google.comfix interior issues in convex path renderer
2012-01-20 tomhudson@google.comTemporarily allow linear interpolation of 2-color verti...
2012-01-19 senorblanco... Fix a warning in libtess in Release builds; define...
2012-01-19 bsalomon@google.comAdd flag to disable gl error checking when allocating...
2012-01-19 schenney@chromium.orgCleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHA...
2012-01-19 reed@google.comrebaseline with fix to drawAsAHairline
2012-01-18 tomhudson@google.comInterpolate vertical linear gradients for improved...
2012-01-18 bsalomon@google.comRebaseline hairmodes GM at r3070
2012-01-18 bsalomon@google.comPull xfer mode test out of generic draw-as-hairline...
2012-01-18 epoger@google.comFix mimetypes for all checked-in GM baselines (no image...
2012-01-18 epoger@google.comStop writing out XPS baselines until we resolve skia...
2012-01-18 bsalomon@google.comTurn clipping back on in OSAA pass 1. Skip default...
2012-01-18 epoger@google.comRemove apparent SkIntToScalar(SkScalar) call in SkScale...
2012-01-18 junov@google.comUpdating gm's usage message
2012-01-18 schenney@chromium.orgSomehow this change was missing from the previous commit.
2012-01-18 schenney@chromium.orgFixing the behavior of SkPathMeasure to reflect changes...
2012-01-18 reed@google.comadd GenA8FromLCD as a hack to force GDI to create the...
2012-01-18 epoger@google.comLanding change from codereview.appspot.com/5540063/
2012-01-18 junov@google.comAdding class SkDeferredCanvas for deferred rendering.
2012-01-17 epoger@google.comChange download-baselines script to download images...
2012-01-17 bsalomon@google.comAttempt to reland 3054
2012-01-17 bsalomon@google.comRevert r3054 for failing tests
2012-01-17 bsalomon@google.comAdd constant coverage to GrDrawState
2012-01-17 epoger@google.comwhitespace change to trigger Skia buildbot
2012-01-17 reed@google.comif the y-max has neighbors (prev and next) with the...
2012-01-17 reed@google.comrebaseline following change to subpixel positioning
2012-01-17 epoger@google.comwhitespace change to tri
2012-01-17 bsalomon@google.comIncorporate changes related to Tom's post-hoc comments...
2012-01-17 bsalomon@google.comfix assert
2012-01-17 bsalomon@google.comAdd GrDrawState reset
2012-01-17 bsalomon@google.comsecond try to fix assert
2012-01-17 bsalomon@google.comChange static asserts of scalar type to runtime asserts...
2012-01-17 bsalomon@google.comAdd convex path renderer (disabled)
2012-01-16 skyostil@google.comModify SkBitmap::extractSubset() to respect volatility
2012-01-13 bungeman@google.comRebaseline for 3037.
2012-01-13 bungeman@google.comSubpixel text 3/8 of a pixel too far to the right.
2012-01-13 skyostil@google.comModify SkBitmap::extractSubset() to respect opaqueness
2012-01-12 bsalomon@google.comAdd gyp variable to disable OSAA
2012-01-12 bsalomon@google.comFix vs2010 int to scalar warnings
2012-01-12 bsalomon@google.comAdd code path to SW rasterize paths and upload as a...
2012-01-12 tomhudson@google.comCreate floating-point square root path for 16b mirrored...
2012-01-12 schenney@chromium.orgAdding new SkPathMeasure tests, defined out for now...
2012-01-12 senorblanco... Add a wide stroked line path benchmark to bench. It...
2012-01-12 reed@google.comautomatically inject a moveTo if we see a close followe...
2012-01-12 tomhudson@google.comConvert 32b radial gradient procs to take SkScalar...
2012-01-12 reed@google.comremove unused bool param to SkMutex constructor
2012-01-12 bsalomon@google.comRemove supports per-vertex coverage caps bit
2012-01-11 tomhudson@google.comRemove obsolete SK_USE_FLOAT_SQRT
2012-01-11 reed@google.comupdate baseline
2012-01-11 reed@google.comreenable direction test, fix handling of degenerate...
2012-01-11 epoger@google.comFix SkScalar values in ClipperTest.cpp; these were...
2012-01-11 tomhudson@google.comFix the string we're checking for in the #if defined...
2012-01-11 reed@google.comdisable test until I can fix it
2012-01-11 bungeman@google.comRoll gyp to 1139.
2012-01-11 bsalomon@google.comFix variable renaming in asserts related to r3015
2012-01-11 bsalomon@google.comRemove shadersupport caps bit
2012-01-11 reed@google.comfix cheapComputeDirection() in the non-convex case...
2012-01-11 bungeman@google.comRebaseline for 3010.
2012-01-11 digit@google.comandroid: optimize atomics routines
2012-01-11 reed@google.comimprove clamping logic when handling imprecise chopping...
2012-01-11 bungeman@google.comCorrect GPU glyph positioning.
2012-01-11 bsalomon@google.comfix compilation error in GrContext.cpp when PREFER_MSAA...
2012-01-11 bsalomon@google.comfix comment
2012-01-11 reed@google.comdetect (and reject) if radius ia NaN, by using !(radius...
2012-01-10 senorblanco... Export SkColorMatrixFilter via SK_API.
2012-01-10 caryclark@google.comwork in progress for shape operations
2012-01-10 reed@google.comstroking wants CW, so we reverse if the orig was CCW
2012-01-10 reed@google.comuse SkIntToScalar
2012-01-10 reed@google.comuse SkIntToScalar(10) instead of 10 for parameters...
2012-01-10 reed@google.comadd gm for reverseAddPath
2012-01-10 reed@google.comrestore (debugged) cheapComputeDirection
2012-01-10 reed@google.comdisable for now
2012-01-10 reed@google.comdisable cheap check while its being debugged
2012-01-10 bsalomon@google.comRemove accidentally checked in printf
2012-01-10 reed@google.comadd SkPath::cheapComputeDirection() plus unittests
2012-01-10 reed@google.comadd SkPath::reverseAddPath()
2012-01-10 epoger@google.comAdd --add-new-files option to download-baselines.py...
2012-01-10 digit@google.comAndroid: disable static global initializers
2012-01-10 digit@google.comremove one un-needed static initializer
2012-01-09 djsollen@google.comChange remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
2012-01-09 djsollen@google.comAdd ARM optimizations to the build.
2012-01-09 tomhudson@google.comCode cleanup: move gradient inner loops into procs.
2012-01-09 djsollen@google.comExclude BGRA readPixel tests on Android until bug 438...
2012-01-09 reed@google.comremove obsolete file
2012-01-07 mike@reedtribe.orgadd unittest for sk_memset16 and sk_memset32
2012-01-07 mike@reedtribe.orgoverride asComponentTable()
2012-01-06 bsalomon@google.comTowards enabling -Werror in skia on Linux
2012-01-06 bsalomon@google.comFix check for glTexStorage2D fn ptr
2012-01-06 reed@google.comadd allowImageFilter() so a device can allow/disallow...
2012-01-05 bungeman@google.comRebaseline mac fixed poly2poly.
2012-01-05 bungeman@google.comMac generateFontMetrics not converting to scalar.
2012-01-05 reed@google.combaselines for macpro
2012-01-05 reed@google.comadd filterImage() entry-point to SkDevice, to allow...
next