aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@.Gravatar tomhudson@google.com2012-08-13
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* must include SkPath.h after restructureGravatar reed@google.com2012-08-07
* need to explicitly include SkPath.h after refactoringGravatar reed@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Handle rgb_to_a8 when kGenA8FromLCD_Flag is set.Gravatar bungeman@google.com2012-08-01
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* Deserialization locks up multithreading fix.Gravatar chudy@google.com2012-07-30
* Use CGToScalar instead of SkFloatToScalar as CGFloat can be either double or ...Gravatar george@mozilla.com2012-07-25
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* Need to apply matrix to advance in generateAdvance (as we already were in gen...Gravatar reed@google.com2012-07-18
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Revert "Add a method to atomic add."Gravatar scroggo@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Provide static global initializers for SkColorTable and SkComposeShader.Gravatar scroggo2012-07-02
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* [android] Add an API to load customized font config for testing.Gravatar djsollen@google.com2012-06-25
* add MS UI GOTHIC to list of bad fonts.Gravatar reed@google.com2012-06-18
* add more font names to our extra-bottom-space hackGravatar reed@google.com2012-06-15
* http://codereview.appspot.com/6307089Gravatar reed@google.com2012-06-13
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* Added missing #include in SkGlobalInitialization_default.cpp for Android buildGravatar robertphillips@google.com2012-06-05
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* read/write sfnt-data length, to match convetion of other fonthosts.Gravatar reed@google.com2012-06-01
* use SkFontDescriptor on macGravatar reed@google.com2012-06-01
* Remove 'legacy' font descriptor methods.Gravatar bungeman@google.com2012-06-01
* Store font family when serializing android fonts.Gravatar djsollen@google.com2012-06-01
* Update the implementation of SkTypeface_android.h functions.Gravatar djsollen@google.com2012-06-01
* add more names to fontdescriptorGravatar reed@google.com2012-05-31
* Add SkFontDescriptor for serializing fonts.Gravatar djsollen@google.com2012-05-31
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Fix assignment of non-copyable.Gravatar bungeman@google.com2012-05-21
* CreateTypefaceFromStream for GDI.Gravatar bungeman@google.com2012-05-18
* reuse() is no longer available, call reset()Gravatar reed@google.com2012-05-17
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14
* Use a NDK-compliant way of reading locale.Gravatar djsollen@google.com2012-05-10
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* add flag/hint to PlatformGetSpecific. If true, then the caller requires thatGravatar reed@google.com2012-05-08
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* must include SkTLS.hGravatar reed@google.com2012-05-07
* impl SkTLS for windows, refactoring to share code with pthread implGravatar reed@google.com2012-05-07
* Upstream font changes from Android repository.Gravatar djsollen@google.com2012-05-04
* fix copy/paste errorGravatar reed@google.com2012-04-23
* add SkTLS::DeleteGravatar reed@google.com2012-04-23