aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* 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 argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* 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 xps device to skia.Gravatar bungeman@google.com2011-10-10
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* Don't let templates live in shadows.Gravatar bungeman@google.com2011-10-07
* Separate code paths of SkTArray at compile time.Gravatar bungeman@google.com2011-10-07
* add SkAlphaBlend255Gravatar reed@google.com2011-10-06
* remove mention of obsolete symbol SK_SUPPORT_888_TEXTGravatar reed@google.com2011-10-06
* use SK_OVERRIDEGravatar 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
* Change SkAutoMaskImage so that we're less likely to write leaky code.Gravatar bungeman@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
* add accessors to irectGravatar reed@google.com2011-10-03
* Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...Gravatar vandebo@chromium.org2011-10-03
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* need these for the forceaa changeGravatar reed@google.com2011-09-30
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* 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
* experimentalGravatar reed@google.com2011-09-23
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16
* make string's reference counting thread-safeGravatar reed@google.com2011-09-14
* Fix compilation error related to using nonexistent sk_malloc instead of sk_ma...Gravatar bsalomon@google.com2011-09-14
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14
* Shutup strict aliasing warnings in SkTLazyGravatar bsalomon@google.com2011-09-14
* add override for max-text-size for lcdGravatar reed@google.com2011-09-13
* Fix some issues in gpu device with perspective. Add a gm that would have caug...Gravatar bsalomon@google.com2011-09-13
* Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don'tGravatar tomhudson@google.com2011-09-13
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* write 0 to our refcnt in the destructor, in the off-chance of it helping usGravatar reed@google.com2011-09-12
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* Add perspective support to the gpu aa hairline renderer.Gravatar bsalomon@google.com2011-09-12
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* use templated skipT() for skipping structs within a readerGravatar reed@google.com2011-09-07
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* add detach back to SkAutoMallocGravatar bsalomon@google.com2011-09-06
* add optional SK_OVERRIDE_GLOBAL_NEW for testingGravatar reed@google.com2011-09-06
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02