aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add a zlib target that the pdf target can depend on.Gravatar vandebo@chromium.org2011-06-24
* 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
* Added mutex in GetDefaultFont and added the default font to the FontCache whe...Gravatar yangsu@google.com2011-06-24
* fix null fFontRef in GetDefaultFont()Gravatar reed@google.com2011-06-24
* Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ...Gravatar yangsu@google.com2011-06-24
* add (replacing SkDataRef)Gravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* Added platform specific includesGravatar yangsu@google.com2011-06-23
* add copyToData() to dyanamicwstreamGravatar reed@google.com2011-06-23
* Wrap SkStreams in IStreams instead of copying data around.Gravatar bungeman@google.com2011-06-23
* 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