platform/upstream/libSkiaSharp.git
2013-03-21 mike@reedtribe.orgremove obsolete/orphaned font backend
2013-03-21 reed@google.comswitch to typeface api for tables
2013-03-21 robertphillips... Reverting 8313 (SVG turbulence) due to Ubuntu failures
2013-03-21 reed@google.commake OpenStream and GetFileName private (soon to go...
2013-03-21 robertphillips... Performance trigger rebaselines
2013-03-21 sugoi@google.comNew SVG turbulence in Skia
2013-03-21 reed@google.comoverride SkTypeface::onOpenStream for DW
2013-03-21 robertphillips... "Fix" persistent failure of BitmapFactoryTest on debug...
2013-03-21 reed@google.comremove GetTable* APIs from SkFontHost, and rely on...
2013-03-21 bsalomon@google.comEnable init'ed but unused var warning on windows for...
2013-03-21 reed@google.comoverride SkTypeface::onOpenStream()
2013-03-21 commit-bot... Stop printing GL errors for disabling color tables...
2013-03-21 scroggo@google.comChange the name of SkFlags to SkCommandLineFlags.
2013-03-21 reed@google.comoverride onGetTableTags() and onGetTableData() in SkTyp...
2013-03-21 reed@google.comUse function-ptr instead of SkFontHost api to allow...
2013-03-21 sugoi@google.comRemoved the "any" command from the displacement glsl...
2013-03-21 reed@google.comadd virtual SkTypeface::onOpenStream and override that...
2013-03-21 commit-bot... Stop the GLPrograms unit test from generating out of...
2013-03-21 robertphillips... Fix minor valgrind-found memory leaks
2013-03-21 reed@google.comcall onGetUPEM to subclasses can optimize it, and place...
2013-03-21 reed@google.combeef-up upem test for fonts
2013-03-21 edisonn@google.comWhen we read from a RemoteFontStream (might happen...
2013-03-21 epoger@google.comRe-land r8269, fixing build errors/warnings
2013-03-21 reed@google.comoops, update the INHERITED for our typeface
2013-03-21 reed@google.cominherit from SkTypeface_FreeType to share more code
2013-03-21 djsollen@google.comUpdate code to use helper function for better readabili...
2013-03-21 scroggo@google.comAllow more options for setting boolean flag values...
2013-03-21 commit-bot... Fix divide-by-zero in program cache tracking.
2013-03-21 commit-bot... This changes fixes issues with the non-separable blend...
2013-03-21 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-21 robertphillips... Adjust performance triggers
2013-03-20 djsollen@google.comFail to return a codec if the provided stream does...
2013-03-20 scroggo@google.comWhen SkFlags encounters an invalid flag, quit.
2013-03-20 reed@google.commove impl of AdvancedTypefaceMetrics into typeface (3)
2013-03-20 scroggo@google.comUpdate help in SkFlags.
2013-03-20 bsalomon@google.comAttempt to reland 8264-5 with warning-as-error fixes.
2013-03-20 epoger@google.comRevert r8269 to fix BuildGM. Warnings-as-errors problem...
2013-03-20 borenet@google.comFix submit_try
2013-03-20 epoger@google.comgm refactor: extract run_multiple_configs() and run_mul...
2013-03-20 reed@google.comrevert 8265-8264 (broke build)
2013-03-20 djsollen@google.comUpstream changes from Android for decoding jpeg images.
2013-03-20 bsalomon@google.comFix build breakage.
2013-03-20 bsalomon@google.comAdds local coords to GrEffect system.
2013-03-20 junov@google.comUnreviewed. Adding TODO comment to reference newly...
2013-03-20 djsollen@google.comRemove SK_ENABLE_LIBPNG define as it is no longer neede...
2013-03-20 epoger@google.comcomments only: update docs for SkStream::readData(...
2013-03-20 djsollen@google.comRemove unused declaration
2013-03-20 scroggo@google.comWrite the config options in place in the help string.
2013-03-20 robertphillips... Reverting r8233 (Use SkSet in PDF)
2013-03-20 scroggo@google.comReland r8235 "Switch gm to use SkFlags."
2013-03-20 reed@google.comadd new API for gdi fonts (not hooked up yet)
2013-03-20 djsollen@google.comAdd --resourcePath flag to the test program.
2013-03-20 commit-bot... Add an entry for Cambria-Caladea to the list of metric...
2013-03-20 rmistry@google.comWhitespace change to trigger rebuilds since skia-autoge...
2013-03-20 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-20 commit-bot... Fixing deferred canvas bug caused by SkTwoPointConicalG...
2013-03-20 robertphillips... Removed GrEffectStage::fVertexAttribCount to fix Chrome...
2013-03-19 bsalomon@google.comAdd support for IMG's MSAA extension.
2013-03-19 bsalomon@google.comReland MSAA changes to GM now that Linux/ATI driver...
2013-03-19 bsalomon@google.comWork around MSAA/lines issue on Linux bot.
2013-03-19 jvanverth@google.comAdd stroked ovals and CircleEdgeEffect.
2013-03-19 scroggo@google.comRevert "Make gm use SkFlags."
2013-03-19 scroggo@google.comMake gm use SkFlags.
2013-03-19 edisonn@google.comresubmit https://code.google.com/p/skia/source/detail...
2013-03-19 bsalomon@google.comRevert changes to GM MSAA configs, hopefully fixes...
2013-03-19 reed@google.comremove SkFontHost::CreateScalerContext
2013-03-19 bsalomon@google.comfix angle gmmain build
2013-03-19 sugoi@google.comFix for displacement mapping
2013-03-19 reed@google.comfix double->float warnings
2013-03-19 reed@google.comAdd SkTypeface* parameter to SkScalerContext (and its...
2013-03-19 bsalomon@google.comFix build break in gmmain.cpp
2013-03-19 bsalomon@google.comAdd config msaa4 to gm (not run by default) and make...
2013-03-19 robertphillips... More performance rebaselines
2013-03-19 commit-bot... Add a macro for querying the byte order of SkPMColor.
2013-03-19 robertphillips... Adding rects-specific GM
2013-03-19 bsalomon@google.comAdd MSAA configs to bench.
2013-03-19 reed@google.comuse SkStream::NewFromFile()
2013-03-19 robertphillips... Remove SkMMapStream.h from core.gypi
2013-03-19 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-19 mike@reedtribe.orguse SkStream::NewFromFile()
2013-03-19 mike@reedtribe.orgupdate coding style
2013-03-18 scroggo@google.comImprovements/additions to SkImageCache/SkLazyPixelRef.
2013-03-18 reed@google.comreland 8200 w/ fix for android (use fullpath instead...
2013-03-18 reed@google.comrevert 8204 -- what is happening???
2013-03-18 reed@google.comreland 8200 w/ fix for android (need fullpath instead...
2013-03-18 scroggo@google.comDo not use SkTDS32Array when building for 64 bit.
2013-03-18 reed@google.comrevert 8200 to figure out android break
2013-03-18 reed@google.commove SK_MMAP_SUPPORT into SkPreConfig, so we can know...
2013-03-18 borenet@google.comUse "svn cat" in tools/submit_try
2013-03-18 robertphillips... More Mac 10.8 performance rebaselines
2013-03-18 robertphillips... Added toString to SkMaskFilter-derived classes
2013-03-18 rmistry@google.comWhitespace change to trigger rebuilds
2013-03-18 robertphillips... Another Mac 10.8 performance rebaseline
2013-03-18 robertphillips... Perfrormance rebaseline for Mac 10.8
2013-03-18 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-17 robertphillips... Yet another performance trigger rebaseline
2013-03-17 robertphillips... More performance trigger rebaselines
2013-03-17 robertphillips... Rebaseline some more performance triggers (Mac 10.8...
2013-03-17 robertphillips... Add translate & scale optimizations
2013-03-17 robertphillips... Making SkDrawCommand more robust
next