aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* fix mono bittestGravatar reed@google.com2011-06-23
* detect when our quadratic is really linear for 2-point radial, and don'tGravatar reed@google.com2011-06-23
* promote embedded bitmaps for lcd16Gravatar reed@google.com2011-06-23
* Add image encoder/decoder for Windows.Gravatar bungeman@google.com2011-06-22
* Unify handleTouch and handleClick in SampleApp.Gravatar Scroggo2011-06-22
* 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
* Fix some problems detected by coverity.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 GrRenderTexture cons for gpu dev. Remove factory from gpu device.Gravatar bsalomon@google.com2011-06-17
* Added dependencies for SkPipe in SampleAppGravatar yangsu@google.com2011-06-17
* Minor fixes for SampleApp.Gravatar Scroggo2011-06-17
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* Modified Pipe Reader to read an atom at a timeGravatar yangsu@google.com2011-06-16
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* First pass at improving temporary tex/rt reuseGravatar bsalomon@google.com2011-06-16
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* change GC imagedecoder to use the same colorspace between image and context,Gravatar reed@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
* Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/Gravatar Scroggo2011-06-13
* Consider hw render target limit for offscreen supersample and tileGravatar bsalomon@google.com2011-06-13
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* move into utilsGravatar reed@google.com2011-06-13
* 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
* Make linux sample app work on my laptop. Reviewed at http://codereview.appspo...Gravatar Scroggo2011-06-08
* round Y baseline for text, as we do in the raster caseGravatar reed@google.com2011-06-07
* 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
* Add EGL context for Windows.Gravatar bungeman@google.com2011-06-02
* committing http://codereview.appspot.com/4515175/Gravatar caryclark@google.com2011-06-01
* remove dead/abandoned fileGravatar reed@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
* [PDF] Add pages accessor to SkPDFDocument.Gravatar vandebo@chromium.org2011-05-31
* remove dead codeGravatar reed@google.com2011-05-31
* [PDF] Add plumbing and accessors so that Chrome can record the font types use...Gravatar vandebo@chromium.org2011-05-29
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* draw rotated rects as paths if we're antialiasing, until we extend our rect-aaGravatar reed@google.com2011-05-26
* checkpoint for better 8bit->5bit reduction (disable for now)Gravatar reed@google.com2011-05-26
* balance the call to matrix::flatten from r1414. Formerly both of these wereGravatar reed@google.com2011-05-26