platform/upstream/libSkiaSharp.git
2012-05-14 robertphillips... Debug Windows compiler complaint fixes
2012-05-14 bungeman@google.comAndroid does not support pthread_cancel / pthread_testc...
2012-05-14 epoger@google.comImages for testing skdiff tool
2012-05-14 bungeman@google.comAdd bench and test for SkRefCnt.
2012-05-14 robertphillips... Made clip mask cache use Scratch Texture system
2012-05-11 reed@google.comupdate the nearly_integral calculation to be (a) faster...
2012-05-11 bsalomon@google.comRemove a dead function and dead var that were incorrect...
2012-05-11 bsalomon@google.comRemove support for vertex attribute matrices
2012-05-11 tomhudson@google.comExtract ShaderCodeSegments from GrGLProgram into a...
2012-05-11 reed@google.comonly check for nearly-integral if we're a BW clip
2012-05-11 epoger@google.comDiscard absurd values (and log warnings) when graphing...
2012-05-11 reed@google.comfix SK_RESTRICT warnings related to overrides on windows
2012-05-11 bsalomon@google.comRemove tesselated path renderer and supporting code...
2012-05-11 robertphillips... Split createAlphaClipMask in two to allow reuse with...
2012-05-11 reed@google.comadd dox for Shaders, and how the paint's alpha modulate...
2012-05-11 reed@google.comlazily make a copy of the paint when choosing a blitter...
2012-05-11 reed@google.cominline isEmpty and isRect (faster)
2012-05-11 reed@google.comuse mapPoints instead of mapXY for the 2 corners of...
2012-05-11 djsollen@google.comSet no rtti option to avoid warnings on Android.
2012-05-11 robertphillips... fix for r3903 compilation issue
2012-05-11 robertphillips... Made clip mask cache reuse depend on mask size/bounds...
2012-05-10 robertphillips... Fix for Android ClipCache unit test crash
2012-05-10 tomhudson@google.comReactivate SSSE3 optimizations, undoing r3770.
2012-05-10 robertphillips... Reverting r3898 due to Android failures
2012-05-10 djsollen@google.comUse a NDK-compliant way of reading locale.
2012-05-10 robertphillips... Re-enabling ClipCache unit test which now runs on Xoom...
2012-05-10 reed@google.comadd experimental variant of dashing, where we explicitl...
2012-05-10 robertphillips... Fixed GrContext.cpp Windows compiler complaints
2012-05-10 robertphillips... Warn if return values from SkRect's Make* methods are...
2012-05-10 reed@google.comadd SkPath::isLine(), similar to isRect()
2012-05-10 reed@google.comremove (unused) reference to SkStrokePathEffect
2012-05-10 reed@google.commove SkStrokePathEffect into hiding for now, as its...
2012-05-10 tomhudson@google.comWindows build fixes from r3887.
2012-05-10 robertphillips... Added documentation of stage/TU allocation
2012-05-10 tomhudson@google.comMove convolution from code in GrGLProgram to new GrConv...
2012-05-09 robertphillips... Disabled new ClipCache unit test pending investigation...
2012-05-09 robertphillips... Added stack to AA clip mask cache
2012-05-09 vandebo@chromium.org[PDF] Ensure that filling single line paths (with no...
2012-05-09 robertphillips... Dialed back complexity of nested clip bench to bring...
2012-05-09 reed@google.comrebaseline for MacPro after EXACT aa coverage change
2012-05-09 reed@google.comrebaseline MacPro gm images from EXACT aa coverage...
2012-05-09 robertphillips... Added new bench test for nested clips
2012-05-09 reed@google.comrebaseline after switching to EXACT aa coverage
2012-05-09 reed@google.comcommented-out test for exact aa coverage
2012-05-09 reed@google.comdon't define SK_USE_LEGACY_AA_COVERAGE, so that we...
2012-05-09 reed@google.cominvert sense of conditional EXACT_COVERAGE, renaming...
2012-05-09 reed@google.comremove obsolete comments
2012-05-09 reed@google.comadd assert
2012-05-09 reed@google.comremove dead conditional
2012-05-09 reed@google.comexperimental faster sort
2012-05-08 reed@google.comadd flag/hint to PlatformGetSpecific. If true, then...
2012-05-08 reed@google.comallow SkAutoTUnref to be used syntactially as the objec...
2012-05-08 epoger@google.comCheck in lists of trybots that are appropriate to run...
2012-05-08 robertphillips... Fixed some fixed point build Windows compiler complaints
2012-05-08 reed@google.commirror of https://codereview.appspot.com/6188054/
2012-05-07 bsalomon@google.comComment improvements to GrGLInterface
2012-05-07 bsalomon@google.comMove GL function prototype typdefs to a separate header
2012-05-07 caryclark@google.comshape ops: more work in progress
2012-05-07 reed@google.comremove unused ptr/len parameters from CreateTypeface
2012-05-07 caryclark@google.comshape ops work in progress
2012-05-07 reed@google.commust include SkTLS.h
2012-05-07 reed@google.comimpl SkTLS for windows, refactoring to share code with...
2012-05-07 reed@google.comrevert TLS change (until we impl windows backend)
2012-05-07 reed@google.comallow thread-local font cache
2012-05-07 bsalomon@google.commove more stuff that should be private out from GrGLCon...
2012-05-07 reed@google.comadd SkTQSort (stolen from cary's experimental work)
2012-05-07 robertphillips... First pass at accelerating gpu-based AA clipping
2012-05-07 bsalomon@google.comHopefully fixes linux + mac build breaks from r3851...
2012-05-07 bsalomon@google.comMake GrGLDefines.h be a private header
2012-05-07 bsalomon@google.comremove incorrect include
2012-05-07 bsalomon@google.comMove function decls and macros out of public headers...
2012-05-07 reed@google.comuse std qsort instead of our (now gone) version
2012-05-07 reed@google.comJust use std qsort
2012-05-07 reed@google.commake CanNormalize inline for the float build (big speed...
2012-05-07 reed@google.comadd bench for SkPath::Iter and SkPath::RawIter
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...
next