platform/upstream/libSkiaSharp.git
2012-04-12 bungeman@google.comFix crash with LCD vertical text.
2012-04-12 reed@google.comcan't perform fast top_bottom cull if the text is vertical
2012-04-12 tomhudson@google.comReinstate early out from antialiased path rendering...
2012-04-12 reed@google.comalways check the result of SkMatrix::invert
2012-04-12 reed@google.comrebaseline
2012-04-12 reed@google.comdetect when pathmeasure fails, and don't access uniniti...
2012-04-12 djsollen@google.comDecouple the SkFlattenable from SkReader32/SkWriter32.
2012-04-12 reed@google.comthese need to be rebaselined (acceptable change due...
2012-04-12 reed@google.comallow the tolerance to be zero for nearlyzero
2012-04-11 bsalomon@google.comAdd support for GL_NV_framebuffer_multisample_coverage
2012-04-11 epoger@google.comFix SkPathStroker::lineTo() for line with length SK_Sca...
2012-04-11 bsalomon@google.comadd circle benchmark
2012-04-10 bsalomon@google.comMake it possible to share a comparison func with both...
2012-04-10 robertphillips... Updated blur to use A8/R8 (instead of RGBA8) when avail...
2012-04-10 reed@google.comSince we only have 1 proc for SA8_alpha_D32 (i.e. no...
2012-04-10 tomhudson@google.comClean up more Visual Studio warnings, including apparen...
2012-04-10 robertphillips... Minor Windows compiler complaint fixes
2012-04-10 caryclark@google.comshape ops work in progress
2012-04-10 tomhudson@google.comFix miscellaneous compiler warnings from Visual Studio...
2012-04-10 senorblanco... Clamp dilate and erode radius to image width and height.
2012-04-10 bsalomon@google.commisc fixes
2012-04-10 bsalomon@google.comTear down Gr stuff before GL context in SampleApp
2012-04-10 robertphillips... Minor bug fix in SampleApp
2012-04-09 bungeman@google.comWarn when ignoring result of SkMatrix::invert.
2012-04-09 bsalomon@google.comDon't use the usage flag to determine whether an SkGpuD...
2012-04-09 bungeman@google.comStroked text should check inverse return.
2012-04-09 reed@google.comchange -d option to write out complete images (that...
2012-04-09 reed@google.comrebaseline with added hairline case
2012-04-09 reed@google.comsafely handle null blur filter
2012-04-09 thakis@chromium.orgUpdate skia's gyp to r1320.
2012-04-06 bsalomon@google.comAdd MSAA option to SampleApp
2012-04-06 robertphillips... Fixing Windows compiler complaints
2012-04-06 bsalomon@google.comremove extra parameter ctm in skPaint2GrPaintShader()
2012-04-06 robertphillips... Fixed issue with Fixed Point scalars in ReadWriteAlphaT...
2012-04-06 robertphillips... Initial version of R8 support
2012-04-05 robertphillips... Fix xcode 4.1 build issue
2012-04-05 bungeman@google.comXPS filter and rasterize hairlines.
2012-04-05 junov@chromium.orgRenaming SkCanvas::fLayerCount to fSaveLayerCount for...
2012-04-05 robertphillips... Redelivering r3611 changes (enabling cmyk jpeg changes...
2012-04-05 robertphillips... Initial split up of Debug Interface into separate files
2012-04-05 junov@chromium.orgRebaselining gm/shadows
2012-04-05 djsollen@google.comRemove unused android code in JPEG decoder.
2012-04-05 robertphillips... Rolling back r3611 until the Android compilation issue...
2012-04-05 junov@chromium.orgAugment gm shadows test to cover hairline paths
2012-04-05 robertphillips... Finally enabled libjpeg functionality in .gyps
2012-04-04 bsalomon@google.comadd macro DEFER_PATHS to proper checks
2012-04-04 junov@chromium.orgFixing blurred shadows of hairline paths when rendered...
2012-04-04 junov@chromium.orgFixing blurred shadows on hairline paths when rendering...
2012-04-04 bsalomon@google.comRemove old D3D9 stuff
2012-04-04 epoger@google.comwhitespace change to trigger Skia buildbot after buildb...
2012-04-04 junov@chromium.orgFixing the drawing of blurred shodows for hairline...
2012-04-03 junov@chromium.orgFixing gm build with SkXPSDevice enabled
2012-04-03 bsalomon@google.comUnix SampleApp attach/detach fixup and style fixup
2012-04-03 bsalomon@google.comFix GL attach/detach in Mac SampleApp
2012-04-03 bsalomon@google.comRevert 3857 (which was committed from wrong tree)
2012-04-03 bsalomon@google.comFix GL attach/detach in Mac SampleApp
2012-04-03 tomhudson@google.comAdd usage message and -h|--help arguments to bench.
2012-04-03 bsalomon@google.comFix NULL as SkColor warning on clang.
2012-04-02 bsalomon@google.comFix line endings in src/view/win (and set the eol style...
2012-04-02 robertphillips... Delivering .gyp files to enable building & linking...
2012-04-02 robertphillips... Patching Mac files missed in first delivery
2012-04-02 robertphillips... Redelivering r3555 to re-add run-time switching between...
2012-04-02 epoger@google.comwhitespace change to trigger Skia buildbot
2012-04-02 epoger@google.comwhitespace change to trigger Skia buildbot
2012-04-02 robertphillips... Removed ANGLE namespace requirement
2012-04-02 bungeman@google.comCompare scalars to scalars (fixes fixed point).
2012-04-02 bungeman@google.comTemp fix for very large text sizes.
2012-03-30 reed@google.comdefer drawing/work until first draw, to make debugging...
2012-03-30 reed@google.comrm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX
2012-03-30 caryclark@google.comshape ops work in progress
2012-03-30 bsalomon@google.comReland 3563
2012-03-30 bsalomon@google.comRevet 3563 due to mac bot failure
2012-03-30 bsalomon@google.comImprove save layer handling in SkGpuDevice
2012-03-30 reed@google.comregression unittest for the fix in rev. 3558 (handling...
2012-03-30 bsalomon@google.comUnify text flushing with other deferred drawing
2012-03-30 bsalomon@google.comAdd assert to catch circular drawing higher up the...
2012-03-30 reed@google.comcheck for integer-nan (0x8000...) and don't draw those...
2012-03-30 bsalomon@google.comMake fewer copies when using GrDrawTarget::AutoStateRestore
2012-03-30 robertphillips... Reverting r3555
2012-03-30 robertphillips... Added run-time switching between OpenGL & ANGLE in...
2012-03-30 bsalomon@google.comReland 3507
2012-03-30 bsalomon@google.comRemove deprecated names from Gr (WK is no longer using...
2012-03-30 djsollen@google.comFix deadlock in Android's font deserializer.
2012-03-30 robertphillips... Reverting bench tests to pre-3546 (i.e., readding ...
2012-03-29 bsalomon@google.comAlphabetize gl function pointer typedefs / decls. Wrap...
2012-03-29 epoger@google.comwhitespace change to trigger Skia buildbot
2012-03-29 robertphillips... Removing "Debug" option from bench tests to evaluate...
2012-03-29 bsalomon@google.comDon't look at current vertex layout when vertex source...
2012-03-29 djsollen@google.comRemove unused static functions from SampleApp and effects
2012-03-29 djsollen@google.compartial revert of r3541 to removed accidentally uploade...
2012-03-29 djsollen@google.comLanding arm patch from contributor.
2012-03-29 djsollen@google.comCleanup code related to SkFlattenable::flatten()
2012-03-29 bungeman@google.comRevert 3538.
2012-03-29 bungeman@google.comCorrect dependencies in gyp files.
2012-03-28 bsalomon@google.comRevert 3507
2012-03-28 vandebo@chromium.orgFix coverity defects in FontHost_FreeType
2012-03-28 bungeman@google.comMove SkColorMatrix to effects.
2012-03-28 vandebo@chromium.orgFix Coverity reports. (Mostly use of uninitialised...
2012-03-28 djsollen@google.comConsolidate PixelRef flattables with the standard impl
2012-03-28 vandebo@chromium.orgFix a bunch of Coverity defects - class members not...
next