aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* (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
* use SK_OVERRIDEGravatar reed@google.com2011-10-06
* check-point for aaclipGravatar reed@google.com2011-10-06
* remove unused variable "inside", begin fixing coding styleGravatar reed@google.com2011-10-06
* move call to nothingToDraw into our iterator, so it sees the results of filte...Gravatar reed@google.com2011-10-06
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* check-point for aaclipGravatar reed@google.com2011-10-05
* first cut at aaclippingGravatar reed@google.com2011-10-04
* Change SkAutoMaskImage so that we're less likely to write leaky code.Gravatar bungeman@google.com2011-10-04
* disable CHECK_NOTHING_TO_DRAW for now, since it doesn't play well with DrawLo...Gravatar reed@google.com2011-10-04
* Make asBlur method const.Gravatar bungeman@google.com2011-10-04
* quick-rejects based on xfermode, using SkPaint::nothingToDraw()Gravatar reed@google.com2011-10-04
* add force-rle parameter to help with aaclip testingGravatar reed@google.com2011-10-03
* don't autoset forceaa (yet), but require the caller to do that. In the futureGravatar reed@google.com2011-09-30
* disable auto-detection of non-opaque devices for LCD for nowGravatar reed@google.com2011-09-30
* Detect that we're drawing to a device that has per-pixel alpha, and if so,Gravatar reed@google.com2011-09-30
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
* kill gamma flags if we're drawing BWGravatar reed@google.com2011-09-28
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage.Gravatar bungeman@google.com2011-09-26
* Fix leak of mask in draw.Gravatar bungeman@google.com2011-09-26
* Fix some warningsGravatar bsalomon@google.com2011-09-21
* detect when LCD is really just BW, and remark the glyph as that.Gravatar reed@google.com2011-09-21
* flatten/unflatten fSegmentMaskGravatar reed@google.com2011-09-21
* update fSegmentMask inside ::transform() (thank you validate!)Gravatar reed@google.com2011-09-21
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* revert match for newAlpha to exactly match old math, so we don't driveGravatar reed@google.com2011-09-19
* use new SkDrawTreatAsHairline method to decide when to approximate a thin-lineGravatar reed@google.com2011-09-19