aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
...
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0...Gravatar reed@google.com2011-12-16
* cleanup font purging functionsGravatar caryclark@google.com2011-12-16
* Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmapGravatar junov@chromium.org2011-12-15
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* Closing fd for mmap after mapping succeeds.Gravatar djsollen@google.com2011-12-09
* Adding isOpaque method to skia shader classesGravatar junov@chromium.org2011-12-09
* add more SK_OVERRIDEsGravatar reed@google.com2011-12-07
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* make _isnan windows specificGravatar reed@google.com2011-12-05
* add sk_float_isfinite to mask platform differencesGravatar reed@google.com2011-12-05
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* 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