aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* up glyphcache hash table to 12bits (from 8bits).Gravatar reed@google.com2011-11-02
* remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)Gravatar reed@google.com2011-11-01
* add getDeviceSize() so callers won't need to call getDevice() so muchGravatar reed@google.com2011-11-01
* match blitH computation for coverage in new blitRect for supersamplerGravatar reed@google.com2011-11-01
* specialize blitRect in supersampler:Gravatar reed@google.com2011-10-31
* implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...Gravatar reed@google.com2011-10-31
* call blitRect in our convex scanconverter (next: take advantage of that in ourGravatar reed@google.com2011-10-31
* can't assume (ever :( ) that a 2-ptr src will convexGravatar reed@google.com2011-10-31
* don't assume a 2-point path is convex, unless its also not closedGravatar reed@google.com2011-10-31
* handle when initial edges don't agree on start-yGravatar mike@reedtribe.org2011-10-31
* add convex special case in scanconverter. about 10% faster for modest ovals a...Gravatar reed@google.com2011-10-28
* reload base after we call memmoveGravatar reed@google.com2011-10-28
* fix bad return type (should have been void)Gravatar reed@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* remove unhelpful pixel cache in blitVGravatar reed@google.com2011-10-25
* check-point for convex scan-converter (disabled for now)Gravatar reed@google.com2011-10-25
* don't blend with zero in colorproc (forgot to return after memcpy check).Gravatar reed@google.com2011-10-25
* remember our convexity when we're transformed (when not perspective)Gravatar reed@google.com2011-10-25
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* fix scalar=fixed by implementing SkRegion form of AntiFillRectGravatar reed@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* add typefacecache to be purged in SkGraphics::Term()Gravatar reed@google.com2011-10-20
* (re)add SkMask::getAddr() which now checks its pixel-size at runtime.Gravatar reed@google.com2011-10-18
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* fix warning (add default in switch)Gravatar reed@google.com2011-10-18
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* add tests for read/writePackedUInt, and fix a bug there.Gravatar reed@google.com2011-10-18
* add FillIRect variant that takes a rasterclipGravatar reed@google.com2011-10-13
* checkpoint -- more support changes for soft clippingGravatar reed@google.com2011-10-13
* add rasterclip entrypoints for scan converting pathsGravatar reed@google.com2011-10-12
* trim off extra alpha==0 spans before and after our boundsGravatar reed@google.com2011-10-12
* forgot explicit return statementsGravatar reed@google.com2011-10-12
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* separate SkBlitMask decl into its own headerGravatar reed@google.com2011-10-12
* add bool arg to clipRect and clipPathGravatar reed@google.com2011-10-12
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* fix warnings (failed to return a bool)Gravatar reed@google.com2011-10-11
* add op(rgn, op)Gravatar reed@google.com2011-10-11
* change getLastPt to return a boolGravatar reed@google.com2011-10-11
* add getTotalClipBounds() as a partial replacement for getTotalClip. This can beGravatar reed@google.com2011-10-10
* add experimental wrapper for region+aaclipGravatar reed@google.com2011-10-10
* add setRegion and doAA parameter to setPathGravatar reed@google.com2011-10-10
* implement region-opsGravatar reed@google.com2011-10-10
* make no promises if we see a looperGravatar reed@google.com2011-10-06