aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Fix android errors when unflattening an SkImageRef_ashmem object.Gravatar djsollen@google.com2013-02-01
* Update filter tool to allow more flexible filteringGravatar robertphillips@google.com2013-01-31
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Fix Japanese font issue for devices running JB MR1 and higher.Gravatar djsollen@google.com2013-01-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15
* remove namespace qualifier for feof; it's making android unhappyGravatar humper@google.com2013-01-14
* replace getline with fgets for portabilityGravatar humper@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* SkImageDecoder_WIC should work on Win7 with Win8 SDK.Gravatar bungeman@google.com2013-01-11
* DirectWrite generatePath must transform the path by the current matrix.Gravatar bungeman@google.com2013-01-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-08
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* if CG fails to decode an image, check to see if it was a problem in the color...Gravatar mike@reedtribe.org2012-12-15
* Change to BDS license (as we did with all the other files that were Apache)Gravatar reed@google.com2012-12-13
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Clean up SkFontHost_mac_coretext.Gravatar bungeman@google.com2012-12-05
* Pull SkMergeImageFilter out into its own file.Gravatar senorblanco@chromium.org2012-12-04
* Provide default guess at font type in Mac CoreText font host, since CT's dete...Gravatar bungeman@google.com2012-12-03
* Templatize AutoCFRelease and use it.Gravatar bungeman@google.com2012-12-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-01
* Add auto table ref for coretext.Gravatar bungeman@google.com2012-11-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-29
* Remove what turns out to be a bogus assert.Gravatar bungeman@google.com2012-11-28
* Write correct type of sfnt file in mac coretext open stream.Gravatar bungeman@google.com2012-11-28
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-21
* Correct A8 gamma on Mac.Gravatar bungeman@google.com2012-11-20
* Add support for SkImageRef_ashmem.Gravatar djsollen@google.com2012-11-19
* silence excessive printf noise from SkScalerContext_FreeType::generateMetrics...Gravatar mike@reedtribe.org2012-11-15
* Update WIC Image decoder to unpremul colors before saveGravatar robertphillips@google.com2012-11-08
* check to see if CGImage already knows if we're opaqueGravatar reed@google.com2012-11-07
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Break out SkOffsetImageFilter into its own file, and derive it fromGravatar senorblanco@chromium.org2012-11-06
* Minimal changes to SkFontHost_fontconfig to not crash in normal use.Gravatar bungeman@google.com2012-11-06
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Use SkToBool to fix a warning.Gravatar scroggo@google.com2012-11-01
* GDI fonthost to serialize using correct font name.Gravatar bungeman@google.com2012-10-31
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
* Fix WIN64 break from variable redefinition.Gravatar scroggo@google.com2012-10-25
* Add a callback to cleanup TLS data on Windows.Gravatar scroggo@google.com2012-10-25
* Enable Android executables (like skia_launcher) to redirect SkDebugf output t...Gravatar djsollen@google.com2012-10-23
* [PDF] Fix index calculation for Type1 advance retrieval.Gravatar vandebo@chromium.org2012-10-22
* wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutexGravatar reed@google.com2012-10-17
* Avoid deadlock in SkGetFallbackFamilyNameForChar().Gravatar djsollen@google.com2012-10-15