aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fixing several issues with rendering blurred bitmaps with GaneshGravatar junov@google.com2011-06-30
* make inline version of premultiply, to speed up gradient creation.Gravatar reed@google.com2011-06-30
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* 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
* Fix LCD text filteringGravatar epoger@google.com2011-06-29
* Fix build for old versions of freetype without FT_Library_SetLcdFilterGravatar epoger@google.com2011-06-29
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* extract a new factory when we get a new deviceGravatar reed@google.com2011-06-29
* explicitly enable font smoothing, in case your mac is hooked to a monitorGravatar reed@google.com2011-06-29
* fix bitmapinfoGravatar reed@google.com2011-06-28
* add mac utility to turn a pdf into a bitmapGravatar reed@google.com2011-06-28
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Fix Mac compile - missing comma.Gravatar vandebo@chromium.org2011-06-28
* Fix core text font metrics - scale to em size and convert float to intGravatar vandebo@chromium.org2011-06-28
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* 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
* Adding support for shadows when drawing bitmaps with skia gpu deviceGravatar junov@google.com2011-06-27
* fix div-by-zero (triggers debugging assert when scalar=fixed) and add masterGravatar reed@google.com2011-06-27
* Fix compiler warning triggered by non-understanding of assert.Gravatar vandebo@chromium.org2011-06-27
* add ptr/len and SkData versions of Deflate()Gravatar reed@google.com2011-06-27
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* fix warnings (signed/unsigned, initialization order, parens)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* 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