platform/upstream/libSkiaSharp.git
2012-05-01 djsollen@google.comAdd missing null device checks in SkCanvas
2012-05-01 reed@google.comfix bug (and add test) for drawing an inverse-path...
2012-05-01 reed@google.comrecord yspancount and intervalcount in regions
2012-05-01 robertphillips... Moved SW path renderer from GrContext.cpp to GrSoftware...
2012-05-01 epoger@google.comAdd new flags to skdiff
2012-05-01 tomhudson@google.comMake GrSamplerState::operator==() use GrCustomStage...
2012-05-01 robertphillips... Second half of refactoring to move SW path rendering...
2012-04-30 tomhudson@google.comAdd comparison and assignment operators to GrSamplerState.
2012-04-30 robertphillips... Re-adding red texture support (by rolling back r3800)
2012-04-30 caryclark@google.comshape ops work in progress
2012-04-30 epoger@google.comRoll back code.google.com/p/skia/source/detail?r=3622...
2012-04-30 reed@google.comadd comment on return-value for SkTSearch
2012-04-30 reed@google.comcode-style cleanups only
2012-04-30 reed@google.comadd tests for how empty regions should behave in inters...
2012-04-30 reed@google.comjust coding style fixes, no logic change
2012-04-30 reed@google.commake name lower-case, to match all other benches
2012-04-30 reed@google.commust return a value
2012-04-30 reed@google.comVariant of SkRegion::op (called Oper) that either write...
2012-04-30 reed@google.comrebaseline
2012-04-30 reed@google.comrebaseline
2012-04-30 reed@google.comadd contains xy test, adjust number of rects (using...
2012-04-28 mike@reedtribe.orgadd test for contains and intersects, in advance of...
2012-04-27 reed@google.comApply fix from #3739 to quads and cubics as well
2012-04-27 twiz@google.comAddition of necessary flush to copyToTexturePixelRef...
2012-04-27 reed@google.comadd RegionBench, in preparation for speeding up interse...
2012-04-27 robertphillips... Bumped num stages to 4 in preparation for AA clipping
2012-04-27 bsalomon@google.comSome cleanup of GrResource
2012-04-27 epoger@google.comAdd SkString.contains()
2012-04-27 bsalomon@google.comRemove GrPath typedef
2012-04-27 robertphillips... convert float to SkScalar changes
2012-04-27 robertphillips... Initial version of AA clip A8/R8 mask creation
2012-04-27 bsalomon@google.comClamp requested MSAA sample count to GL_MAX_SAMPLES
2012-04-27 bsalomon@google.comRemove expired comment
2012-04-27 bsalomon@google.comFix trivial int->scalar warning introduced in r3772
2012-04-27 bsalomon@google.comRebaseline from r3772
2012-04-27 epoger@google.comClean up DashPathEffect modulo math from r3761
2012-04-27 bsalomon@google.comdraw circle paths directly via GPU
2012-04-27 robertphillips... Fixed minor c++ issues found by cppcheck
2012-04-27 tomhudson@google.comAllow building on platforms with SSE2 but not SSSE3...
2012-04-27 robertphillips... First portion of refactoring to bundle SW path renderin...
2012-04-26 caryclark@google.comwork in progress
2012-04-25 bsalomon@google.comGive GrGLProgramStage a virtual destructor
2012-04-25 robertphillips... Fixed minor Release & fixed point compiler warnings...
2012-04-25 bsalomon@google.comRebaselines from r3764
2012-04-25 bsalomon@google.comFixes matrix inconsistency in GPU draws with filters...
2012-04-25 robertphillips... Minor refactoring to remove duplicate enum from Ganesh...
2012-04-25 bsalomon@google.comadd isSimilarityTransform() and some tests
2012-04-24 reed@google.comcheck for numerical imprecision on phase
2012-04-24 reed@google.comuse new storage parameter to SkOrderedWriteBuffer ...
2012-04-24 reed@google.comadd optional storage parameter to SkWriter32
2012-04-24 epoger@google.comLand codereview.appspot.com/6117046/ for Guanqun.Lu...
2012-04-23 reed@google.comallow SkMutex* as an alternative arg to SkAutoMutexAcqu...
2012-04-23 reed@google.comfix copy/paste error
2012-04-23 reed@google.comadd SkTLS::Delete
2012-04-23 reed@google.commove FontCacheLimit implementations into SkGlyphCache...
2012-04-23 reed@google.comfix debug build
2012-04-23 reed@google.comcleanups in prep for tls cache
2012-04-23 reed@google.comadd experimental tls (for font cache eventually)
2012-04-20 epoger@google.comwhitespace change to test buildbot changes in r3746
2012-04-20 bsalomon@google.comFix early termination of GM when 16x msaa rt can't...
2012-04-20 scroggo@google.comFix the Android build.
2012-04-20 tomhudson@google.comHooks up the GrCustomStage/GrGLProgramStageFactory...
2012-04-20 scroggo@google.comFixes for drawing through an SkGPipe.
2012-04-20 bungeman@google.comFix gdi assert that the font is not a vector FON font.
2012-04-20 reed@google.comonly add pathmeasure segment if the accumulated length...
2012-04-19 reed@google.comadd x() and y() aliases for fLeft and fTop (matching...
2012-04-19 bsalomon@google.comFix undefined GLint in Mac builds
2012-04-19 reed@google.comsilence warning
2012-04-19 bsalomon@google.comMake GM able to run MSAA modes and multiple GPU configs...
2012-04-19 reed@google.comfix unused-return-result-warning for invert/getPosTan
2012-04-19 reed@google.comretarget fonttable tests to use SkTypeface api, rather...
2012-04-19 bsalomon@google.comFix class/struct warning
2012-04-18 reed@google.commirror 3713 for non-antialiased-hairlines. clamp lines...
2012-04-18 reed@google.comspeculative fix for debug/release problem on windows...
2012-04-18 reed@google.cominline common case when we are left-aligned in drawPosText
2012-04-18 tomhudson@google.comInfrastructure for new Ganesh shader pipeline: base...
2012-04-18 vandebo@chromium.orgFix some float/scalar/int confusion.
2012-04-18 reed@google.comfix memory leaks
2012-04-18 bungeman@google.comBasic support for bitmap fonts on Windows.
2012-04-18 djsollen@google.comRemove unecessary virtual calls by having SkPicture...
2012-04-18 robertphillips... Added glBlendEquation to GL interface
2012-04-18 scroggo@google.comIn SampleWindow, pass ownership of menus to SkWindow...
2012-04-18 scroggo@google.comFix bug where SkGPipe'ed clips do not happen.
2012-04-18 epoger@google.comMake gm tool able to read and write image files in...
2012-04-18 bsalomon@google.comTrack oval in SkPath
2012-04-17 vandebo@chromium.org[PDF] Handle failures of matrix inversion
2012-04-17 vandebo@chromium.orgFix some fixed-point bugs.
2012-04-17 reed@google.comchop hairlines against 32K bounds, since that is our...
2012-04-17 vandebo@chromium.orgRevert "[PDF] Handle failures of matrix inversion"...
2012-04-17 vandebo@chromium.org[PDF] Handle failures of matrix inversion.
2012-04-17 bsalomon@google.comFix reset of scissor state in onResetContext
2012-04-17 reed@google.comexpose font-table APIs to SkTypeface
2012-04-17 bsalomon@google.comRevert r3705 for fixed pt failures.
2012-04-17 bsalomon@google.comtrack oval in SkPath
2012-04-17 reed@google.comwe have to explicitly pin the results from sect_with_ho...
2012-04-17 bsalomon@google.comAdd coverage AA support for SampleApp root layers ...
2012-04-17 caryclark@google.comwork in progress
2012-04-16 caryclark@google.comAdd cast to support 64 bit.
2012-04-16 bsalomon@google.comadd defer canvas to bench
2012-04-16 justinlin@google.comAdd SK_SYSTEM_ZLIB define.
next