aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* clean up sign detection code in computeconvexityGravatar reed@google.com2011-05-16
* detect more than one loop in computeconvexityGravatar reed@google.com2011-05-15
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* [PDF] Fix ending condition for font advance construction.Gravatar vandebo@chromium.org2011-05-10
* git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7...Gravatar twiz@google.com2011-05-10
* fix bug where we wrote uninitialized data to the flatten stream for shaders.Gravatar reed@google.com2011-05-10
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* remove unneeded asserts (which may fail from imprecise blits into the bitmap,...Gravatar reed@google.com2011-05-09
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* correctly compute coverage when an antialiased rect covers only 1 column of p...Gravatar reed@google.com2011-05-05
* add find()Gravatar reed@google.com2011-05-04
* fix precendence error (== binds tighter than &)Gravatar reed@google.com2011-05-04
* add debugging test for building SkDescriptorGravatar reed@google.com2011-05-04
* Make the unix test app build.Gravatar scroggo2011-05-04
* remove deprecated getViewport/setViewportGravatar reed@google.com2011-05-04
* updated pipeGravatar reed@google.com2011-05-03
* Add comparison and assignment to SkClipStack (and fix an optimization bug).Gravatar vandebo@chromium.org2011-05-03
* fix signed shift in blend32Gravatar reed@google.com2011-05-02
* disable lifecycle dumpsGravatar reed@google.com2011-05-02
* add typefacecacheGravatar reed@google.com2011-05-02
* update doxGravatar reed@google.com2011-04-29