aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* extract a new factory when we get a new deviceGravatar reed@google.com2011-06-29
* fix sign/unsigned warningsGravatar reed@google.com2011-06-28
* remove unused and untested SkPath::subdivide()Gravatar reed@google.com2011-06-28
* fix exceeds_dist: don't double the loop counter (the caller has done that)Gravatar reed@google.com2011-06-28
* add ptr/len and SkData versions of Deflate()Gravatar reed@google.com2011-06-27
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* use general SkWStream for parameterGravatar reed@google.com2011-06-24
* move common code into shared helper functionGravatar reed@google.com2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Fixed include statements to correctly link mac/ios librariesGravatar yangsu@google.com2011-06-24
* add (replacing SkDataRef)Gravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* add copyToData() to dyanamicwstreamGravatar reed@google.com2011-06-23
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* Fix more coverity defects - Uninitialized class fields.Gravatar vandebo@chromium.org2011-06-22
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* Handle possibly NULL deref in comparisonGravatar vandebo@chromium.org2011-06-21
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* change string read/write to store length as full 32-bit value. This simplifiesGravatar reed@google.com2011-06-21
* Changed mac specific files to use ApplicationServices rather than CarbonGravatar yangsu@google.com2011-06-21
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* check-point for unifying results between runs and mask backends for aaGravatar reed@google.com2011-06-09
* Increase use of SkMatrix::hasPerspective(), merge in has_perspective().Gravatar tomhudson@google.com2011-06-06
* Attempt to correct issue with fixed point from SkMatrix changes in r1512.Gravatar tomhudson@google.com2011-06-06
* move code inside #ifdef to fix warningGravatar reed@google.com2011-06-06
* Benchmarking suggests that replacing some of the conversions from float to intGravatar tomhudson@google.com2011-06-06
* committing http://codereview.appspot.com/4515175/Gravatar caryclark@google.com2011-06-01
* initialize fCurrYGravatar reed@google.com2011-06-01
* speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingGravatar reed@google.com2011-06-01
* remember previous x-offset when we re-enter the runs array. speeds up pathsGravatar reed@google.com2011-05-31
* remove dead codeGravatar reed@google.com2011-05-31
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* balance the call to matrix::flatten from r1414. Formerly both of these wereGravatar reed@google.com2011-05-26
* [PDF] Improve the SkClipStack skipping prefix code.Gravatar vandebo@chromium.org2011-05-25
* Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue asGravatar senorblanco@chromium.org2011-05-24
* add copyright noticesGravatar reed@google.com2011-05-24
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* setHinting modifies fFlags in places, so call it last (after initializing fFl...Gravatar reed@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16