aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* revert 2783 -- broke debug gmGravatar reed@google.com2011-12-01
* New function SkBlitter::blitAntiRect(); specifically accelerated forGravatar tomhudson@google.com2011-12-01
* Doxygen configuration file, documentation and minor cleanup on blitters.Gravatar tomhudson@google.com2011-12-01
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* add 2nd _ to __OpenBSD_Gravatar reed@google.com2011-11-30
* replacing Gr* with Sk* in SkTArray.hGravatar junov@chromium.org2011-11-30
* Add more Unix platforms on which Skia for Chromium has been built,Gravatar reed@google.com2011-11-30
* add bytes() to SkTDArray, which returns the number of bytes in the array,Gravatar reed@google.com2011-11-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* define SK_OVERRIDE based on windows compiler, not windows platform (for mingw)Gravatar reed@google.com2011-11-28
* Fix mac debug assertsGravatar bsalomon@google.com2011-11-23
* Add hints for static analysis about when we intend to crashGravatar bsalomon@google.com2011-11-23
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* add SetFlags for command line controlGravatar caryclark@google.com2011-11-21
* use a define for the shift amount for the hinting bitsGravatar reed@google.com2011-11-21
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* remove all references to SkGlobals (obsolete)Gravatar reed@google.com2011-11-17
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* Add paging support for handle based typefaces.Gravatar bungeman@google.com2011-11-15
* Add default param to SkDevice::writePixels b/c WK is relying on old signature...Gravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* use new PurgeFontCache() apiGravatar reed@google.com2011-11-08
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* fix prev. change for __OpenBSD__Gravatar reed@google.com2011-11-08
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02
* 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
* 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
* 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 SK_API to our malloc functionsGravatar reed@google.com2011-10-19
* oops, init fSize to 0 before calling resizeGravatar reed@google.com2011-10-18
* add OnShrink options to SkAutoMallocGravatar reed@google.com2011-10-18
* remove unused optional param to SkAutoMallocGravatar reed@google.com2011-10-18
* move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.hGravatar reed@google.com2011-10-18
* (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
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18