aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is emptyGravatar reed@google.com2011-07-05
* 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
* 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
* 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
* 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
* add (replacing SkDataRef)Gravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* add copyToData() to dyanamicwstreamGravatar reed@google.com2011-06-23
* 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
* 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
* update doxGravatar reed@google.com2011-06-21
* 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
* style and warningsGravatar reed@google.com2011-06-14
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOATGravatar epoger@google.com2011-06-09
* add SkFixedFloorToFixedGravatar reed@google.com2011-06-07
* remove unneeded check for thumb. see http://codereview.appspot.com/4539048/Gravatar reed@google.com2011-06-02
* speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingGravatar reed@google.com2011-06-01
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* [PDF] Improve the SkClipStack skipping prefix code.Gravatar vandebo@chromium.org2011-05-25
* Warn when an SkScalar is passed into SkIntToScalar() (converted twice)Gravatar epoger@google.com2011-05-24
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* Expose SkComposeShader as SK_API.Gravatar ctguil@chromium.org2011-05-20
* Fix windows color orderGravatar bsalomon@google.com2011-05-19
* move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so thatGravatar reed@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* fully expand the initialization for rect (android compiler didn't like {0})Gravatar reed@google.com2011-05-16
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* update doxGravatar reed@google.com2011-05-12
* git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7...Gravatar twiz@google.com2011-05-10