aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Extends skdiff to handle commands of the formGravatar tomhudson@google.com2011-07-14
* Remove unused SkGpuDevice functions, add GrRenderTarget handle gettersGravatar bsalomon@google.com2011-07-13
* Change pdfTransform to asAffine.Gravatar bungeman@google.com2011-07-13
* Fix path iter returned pt on close, test path close pt in unit test.Gravatar bsalomon@google.com2011-07-13
* Modified to add support to print in the margins of pdf documentsGravatar ctguil@chromium.org2011-07-12
* Remove a few old uses of SK_RESTRICT on references.Gravatar tomhudson@google.com2011-07-12
* Fixed iOSSampleApp dependenciesGravatar yangsu@google.com2011-07-07
* add asABlur() to maskfilters, so devices like gpu and pdf can query them.Gravatar reed@google.com2011-07-07
* Allow texture-backed bitmaps to perform a read-back when lockPixels is called.Gravatar reed@google.com2011-07-07
* [PDF] Add a concept of a substitute object to the SkPDFCatalog class.Gravatar vandebo@chromium.org2011-07-06
* ColorShaders report no bitmaps, but only a color_gradient, which we now detectGravatar reed@google.com2011-07-06
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* add SK_API to SkMatrix44Gravatar reed@google.com2011-07-05
* add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is emptyGravatar reed@google.com2011-07-05
* A bit set class. Will be used for font subsetting.Gravatar vandebo@chromium.org2011-07-02
* Reverting r1775 at Mike and Brian's requestGravatar epoger@google.com2011-07-01
* export SkAutoSTMalloc (for multi-dll chrome build)Gravatar bsalomon@google.com2011-07-01
* Reworks r1770 so that users who have replaced SkUserConfig don't have toGravatar tomhudson@google.com2011-07-01
* Fixing several issues with rendering blurred bitmaps with GaneshGravatar junov@google.com2011-06-30
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* fix asserts in new premul inline functionGravatar reed@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
* 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
* remove unused and untested SkPath::subdivide()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
* update doxGravatar reed@google.com2011-06-24
* use general SkWStream for parameterGravatar reed@google.com2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* New benchmark for SkMatrix::computeType().Gravatar tomhudson@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
* Unify handleTouch and handleClick in SampleApp.Gravatar Scroggo2011-06-22
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-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
* Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed ...Gravatar bsalomon@google.com2011-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
* Add a way to save to PDF in SampleApp on Android and elsewhere.Gravatar Scroggo2011-06-21
* Changed mac specific files to use ApplicationServices rather than CarbonGravatar yangsu@google.com2011-06-21