platform/upstream/libSkiaSharp.git
2012-05-05 mike@reedtribe.orgadd different stroke-widths to dash bench
2012-05-04 reed@google.comadd gm for dashing variations
2012-05-04 reed@google.comadd initial bench for dashing (more work to do)
2012-05-04 robertphillips... Fix for performance regression due to r3832
2012-05-04 reed@google.comfix/revert the unsigned-shift change made to clamp...
2012-05-04 djsollen@google.comUpstream font changes from Android repository.
2012-05-03 reed@google.comfix fixed-point build
2012-05-03 reed@google.comWe were numerically overflowing our 16bit coordinates...
2012-05-03 robertphillips... Added "--list" command line option to SampleApp
2012-05-03 robertphillips... Made "Clip" sample use AA clipping
2012-05-03 robertphillips... Disabled stencil buffer for AA clip mask
2012-05-03 robertphillips... Fixed texture ref/unref bug in GrInOrderDrawBuffer...
2012-05-03 robertphillips... Fix to prevent infinite recursion during AA clip mask...
2012-05-03 reed@google.comrestore extra slot in sentinal array that was removed...
2012-05-03 epoger@google.comrecreate codereview.appspot.com/6131051/ in svn instead...
2012-05-02 robertphillips... Added cache to gpu AA clipping
2012-05-02 robertphillips... Moved SW path rendering path back to using TU/sampler...
2012-05-02 scroggo@google.comUpdates for SkGPipe.
2012-05-02 reed@google.comstore x-interval-count per scanline, so we can skip...
2012-05-02 reed@google.comshow contains and intersects predicates in sample
2012-05-02 reed@google.comalways return a value
2012-05-02 reed@google.comdistinguish intersects-rect from intersects-rgn
2012-05-02 reed@google.comrenormalize some loop counts for faster tests in regions
2012-05-02 reed@google.comadd more tests for rgn::intersects(rect)
2012-05-02 reed@google.comrename containsrgn to containsrect, since that is what...
2012-05-02 reed@google.comadd more tests around contains for rects and regions
2012-05-02 robertphillips... Fixed usage info for SampleApp's msaa flag
2012-05-02 djsollen@google.comSwitch memset.arm.S to unified syntax.
2012-05-02 robertphillips... converted "unsigned int" to "size_t" to address compile...
2012-05-02 robertphillips... Added GM test to stress test the texture unit/sampler...
2012-05-01 robertphillips... Moved SW path rendering to new texture unit
2012-05-01 robertphillips... Added gpu AA clipping to old shader path
2012-05-01 djsollen@google.comAdd device to top level N-way canvas.
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
next