platform/upstream/libSkiaSharp.git
2012-05-18 bsalomon@google.comSome refactoring of GrCustomStage and friends
2012-05-18 bungeman@google.comFix obviously disallowed copy that Visual Studio allows.
2012-05-18 bungeman@google.comCreateTypefaceFromStream for GDI.
2012-05-18 reed@google.comadd makedash_ variants to measure applying the dash...
2012-05-18 epoger@google.comskdiff test-only change: add test of --nodiffs mode...
2012-05-18 reed@google.comadd baselines
2012-05-18 reed@google.comadd dashing2 gm to exercise dashing on curves and polygons
2012-05-18 tomhudson@google.comMove state onto GrGLShaderBuilder, to let us implement...
2012-05-17 epoger@google.comtest-only change: update run.sh and rearrange dirs...
2012-05-17 tomhudson@google.comFix type errors and a few warnings for Visual Studio...
2012-05-17 reed@google.comminor cleanups, in prep for more work on improving...
2012-05-17 reed@google.comadd options to enable/disable "FAILED to read ..."...
2012-05-17 tomhudson@google.comUse intrinsics instead of inline assembly for detecting...
2012-05-17 reed@google.comreuse() is no longer available, call reset()
2012-05-17 reed@google.comchange SkChunkAlloc to grow its allocations geometrical...
2012-05-17 reed@google.commove Release build to -O3 (from -O2)
2012-05-17 reed@google.comchange SetTLSFontCacheLimit to be void, since it doesn...
2012-05-17 reed@google.comAllow font-cache to use thread_local_storage for a...
2012-05-17 reed@google.comMutexes in pixelrefs were done very sloppily initially...
2012-05-17 robertphillips... First functioning version of SW-only clip mask creator
2012-05-17 robertphillips... Free cached AA clip mask when create hard/stencil clip...
2012-05-16 bungeman@google.comAdd 'inline' to suppress unused warnings with Android...
2012-05-16 reed@google.comcomputeFastStrokeBounds needs to pass kStroke_Style...
2012-05-16 reed@google.compass the region-op to the clipstack for SkCanvas::clipR...
2012-05-16 bungeman@google.comFix new atomic declarations for Android.
2012-05-16 bungeman@google.comWeakRefCnt
2012-05-16 epoger@google.comtest-only changes: add more image files to test more...
2012-05-16 reed@google.comremove unused variable (isNaN)
2012-05-16 epoger@google.comskdiff: only write out diff images that are included...
2012-05-16 reed@google.comIter::next takes a bool (defaults to true for now)...
2012-05-16 epoger@google.comMake skdiff use enumeration of result types instead...
2012-05-16 tomhudson@google.comDisable SSSE3 for Android x86 *ONLY*.
2012-05-16 reed@google.comcan't make the compute-bounds methods private yet :(
2012-05-16 reed@google.comperform quickReject in drawPoints (which is called...
2012-05-16 reed@google.comspeedup SkRect::isFinite() (almost 2x)
2012-05-16 reed@google.comupdate dox for copy-constructor
2012-05-15 chudy@google.comAdded baseline golden master images for nexus s.
2012-05-15 reed@google.comadd computeFastBounds to SkPathEffect, so we can attemp...
2012-05-15 tomhudson@google.comAdd (8) more benchmarks to capture performance of a...
2012-05-15 robertphillips... Adding baseline images for new complexclip2 variants...
2012-05-15 reed@google.comadd clipped case for dashing to exercise quickReject
2012-05-15 reed@google.comupdate dox for measureText
2012-05-15 reed@google.comupdate baseline
2012-05-15 reed@google.comadd new images for new test
2012-05-15 reed@google.comrebaseline after 3943
2012-05-15 robertphillips... Updating complexclip2 baseline images in response to...
2012-05-15 reed@google.commake "Partial pixel coverage will be incorrectly blende...
2012-05-15 reed@google.comremove null-check in SKPath::Iter::next() -- not needed...
2012-05-15 robertphillips... Updated AAClips Sample slide and complexclip2 GM to...
2012-05-15 robertphillips... Convert AAClipCache's GrRects to GrIRects
2012-05-15 reed@google.comfor scalar==float, tis faster to always to MIN and...
2012-05-15 epoger@google.comAdd self-test for skdiff, and remove date/time from...
2012-05-15 reed@google.comfix Fixed build
2012-05-15 reed@google.comUse x*0 instead of x!=x to detect non-finite values...
2012-05-15 reed@google.comadd test for computing the bounds of an array of points...
2012-05-15 reed@google.compre allocate space for the result (guesstimation) so...
2012-05-15 reed@google.cominline the fast case for AutoDrawLoop::next() so we...
2012-05-15 reed@google.comspecial-case filling narrow rects, where we can be...
2012-05-15 robertphillips... Minor refactoring/enhancement of GrSWMaskHelper to...
2012-05-14 epoger@google.comRename tests/images dir as tests/skdiff
2012-05-14 bsalomon@google.comFix warnings in GrGLInterface mac setup, ignoring proc...
2012-05-14 tomhudson@google.comMove coordDims, varyingDims onto GrGLShaderBuilder.
2012-05-14 robertphillips... Attached ClipMaskManager to GPU resource freeing system
2012-05-14 robertphillips... Fixes for Windows Release compiler complaints (overflow...
2012-05-14 robertphillips... Created SW clip mask creation helper class (in GrSoftwa...
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...
next