platform/upstream/libSkiaSharp.git
2011-09-14 bsalomon@google.comWorkaround crash in cmd buffer validation code when...
2011-09-14 bsalomon@google.comFix compilation error related to using nonexistent...
2011-09-14 bsalomon@google.comGrTArray->SkTArray & docs
2011-09-14 bsalomon@google.comRemove unnecessary forward decl that was causing a...
2011-09-14 bsalomon@google.comShutup strict aliasing warnings in SkTLazy
2011-09-13 bsalomon@google.comremove nonexistent files from gyps and make AdditionalO...
2011-09-13 bsalomon@google.comadd filltypepersp baselines for linux
2011-09-13 bsalomon@google.comUse push_back_n() in place of multiple push_back()s
2011-09-13 junov@google.comSampleApp: fixing bad ref counting on non dynamically...
2011-09-13 reed@google.comadd override for max-text-size for lcd
2011-09-13 bsalomon@google.comRemove wrong file, add right file
2011-09-13 bsalomon@google.comFix some issues in gpu device with perspective. Add...
2011-09-13 tomhudson@google.comAdd SkCanvas::getClipDescription() and getClipDeviceBou...
2011-09-13 tomhudson@google.comRevert r2250 - removal of setMatrixClip() - because...
2011-09-13 reed@google.comadd SK_RESTRICT to mask procs
2011-09-13 reed@google.comset max size for lcdtext
2011-09-12 reed@google.comwrite 0 to our refcnt in the destructor, in the off...
2011-09-12 tomhudson@google.comReplaces SkDevice::setMatrixClip() with markMatrixDirty...
2011-09-12 bsalomon@google.comAdd perspective support to the gpu aa hairline renderer.
2011-09-12 bsalomon@google.comAdd operator = to GrPaint
2011-09-12 bsalomon@google.comFix GrContext::drawPaint with perspective, also never...
2011-09-09 bsalomon@google.com[gpu] Remove getMaxStretch for perspective, use mapRadi...
2011-09-09 reed@google.comcache offscreen HDC
2011-09-08 bsalomon@google.comAdd 'K' to SampleApp to trigger animated perspective...
2011-09-08 reed@google.comfix INHERITED to match class
2011-09-08 reed@google.comadd test for hairlines and xfermodes
2011-09-07 reed@google.comdisable premul check for now in 16bit blit, until we...
2011-09-07 bsalomon@google.comRevert accidental change to sample code
2011-09-07 bsalomon@google.comImprove gpu path subdiv with perspective, remove tolera...
2011-09-07 reed@google.comuse templated skipT() for skipping structs within a...
2011-09-07 reed@google.comuse drawBitmapNine instead of SkNinePatch utils
2011-09-07 reed@google.comadd SkPoint::CanNormalize to unify decisions about...
2011-09-07 reed@google.comadd baselines
2011-09-07 reed@google.comadd impl for drawBitmapNine
2011-09-07 reed@google.comadd drawBitmapNine to canvas
2011-09-06 bsalomon@google.comMake gpu hairline check for degenerate quad more robust
2011-09-06 bsalomon@google.comFix bitrot in GrGLDefaultInterface_android.cpp
2011-09-06 reed@google.comdetect when scale is really 1.0, and don't mis-mark...
2011-09-06 epoger@google.comwhitespace change to trigger buildbots
2011-09-06 reed@google.comreimage ninepatch-stretch with white bg (for easier...
2011-09-06 reed@google.comadd gm test for ninepatch stretching
2011-09-06 bsalomon@google.comMake GL calls go through macro (and therefore trigger...
2011-09-06 reed@google.comupdate sample to test stretching + and - amounds
2011-09-06 epoger@google.comAdd gm baseline images for Mac Mini
2011-09-06 epoger@google.comwhitespace change to trigger buildbots
2011-09-06 bungeman@google.comIgnore blur margin fix flag for backward bug compatibility.
2011-09-06 bsalomon@google.comadd detach back to SkAutoMalloc
2011-09-06 reed@google.comadd optional SK_OVERRIDE_GLOBAL_NEW for testing
2011-09-02 bsalomon@google.comFix realloc->reset rename missed in mac file
2011-09-02 bsalomon@google.comRename existing nonpreserving reallocs to reset, add...
2011-09-02 reed@google.comoutset 2 on all sides, as we now find some CJK fonts...
2011-09-02 bsalomon@google.comRemove unneeded #define
2011-09-02 bungeman@google.comFix BlurTest to work with fixed point.
2011-09-02 bungeman@google.comReduce size of filter mask.
2011-09-01 bsalomon@google.comRemove comment related to removed function.
2011-09-01 bsalomon@google.comFix some warnings when including some Skia headers...
2011-09-01 epoger@google.comwhitespace change to trigger buildbots
2011-09-01 bsalomon@google.comAdd optional per-gl-func client callback.
2011-08-31 bungeman@google.comChange no-op math bench to noOp.
2011-08-31 bsalomon@google.comCompile option to perform GL logging by default debug.
2011-08-31 bsalomon@google.comAbort AA rect path when index buffer allocation fails
2011-08-30 yangsu@google.comAdded SimpleiOSApp and updated iOSSampleApp
2011-08-30 bsalomon@google.comRebase Mac PNGs (GrAAHairLineRenderer changed complexcl...
2011-08-30 bsalomon@google.comRebase complex clip for hairline renderer
2011-08-30 bsalomon@google.comFix GrAAHairLinePathRenderer fixed pt build
2011-08-30 bsalomon@google.comRebase complex clip GM for new hairline renderer on...
2011-08-30 bsalomon@google.comFix file name in gyp (wasn't caught b/c of windows...
2011-08-30 bsalomon@google.comAdd GrAAHairLinePathRenderer
2011-08-30 bsalomon@google.comFix multi-line macro by adding line continuation.
2011-08-30 yangsu@google.comUpdated iOS SampleApp and the simple hello world Skia...
2011-08-30 reed@google.comrename getBounds to getGlobalBounds, since it now takes...
2011-08-30 yangsu@google.comFixed key handling code in Mac SampleApp
2011-08-30 tomhudson@google.comAdd SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix...
2011-08-30 yangsu@google.comSwitched Mac SampleApp to use Cocoa, removed the sepera...
2011-08-30 epoger@google.comwhitespace change to trigger buildbots
2011-08-29 senorblanco... [committed on behalf of dmaclach@chromium.org.]
2011-08-29 reed@google.comfix pictures to not skip-over clip ops that might expan...
2011-08-29 bsalomon@google.comAdd revisions to complexclip2.cpp from code review...
2011-08-29 reed@google.comadd
2011-08-29 reed@google.comadd new test for complex clips
2011-08-29 bsalomon@google.comFix GPU assumption that clipstack begins with intersect...
2011-08-29 epoger@google.comwhitespace change to trigger buildbots
2011-08-26 epoger@google.comrolling back the experimental rollbacks in r2178-2179
2011-08-26 epoger@google.comrolling tree back to its state as of r2169 to see if...
2011-08-26 tomhudson@google.comExperimental revert of 2170 to see if the buildbot...
2011-08-25 epoger@google.comwhitespace change to trigger buildbots
2011-08-25 epoger@google.comwhitespace change to trigger buildbots
2011-08-25 bsalomon@google.comDon't intersect clipstack with root device bounds
2011-08-25 epoger@google.comwhitespace change to trigger buildbots
2011-08-25 tomhudson@google.comMove multiple calls to random() out of parameter lists...
2011-08-25 twiz@google.comExport SkPDFDevice::setDrawingArea as SK_API.
2011-08-25 tomhudson@google.comRemove compiler warnings (Linux clang, mostly).
2011-08-25 tomhudson@google.comRemove compiler warnings (gcc on Linux).
2011-08-24 reed@google.commove SkComputeAxisAlignmentForHText(const SkMatrix...
2011-08-24 reed@google.comadd more samples
2011-08-24 bsalomon@google.comSkip test GLPrograms test when GL or Gr context can...
2011-08-23 reed@google.comrebaseline now that subpixel position is respected
2011-08-23 reed@google.comrespect subpixel positioning
2011-08-23 bsalomon@google.comMore prep work in Gr for landing AA hairline renderer.
2011-08-23 bungeman@google.comClean up PDF code for text decoration change.
next