aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Take mutex when calling into FreeType.Gravatar bungeman2015-11-03
* Start making all .cpp files compile-able on all platforms.Gravatar mtklein2015-11-02
* Use only one CGFont/CTFont per scaler context on Mac.Gravatar bungeman2015-10-29
* add a noteGravatar mtklein2015-10-28
* Send SkDebugf through stderr and flush on Windows too.Gravatar mtklein2015-10-28
* Add shared mutexes to the direct write cache code to get better parallelism.Gravatar herb2015-10-27
* Use SkAutoTExclusive guard in DirectWrite port.Gravatar herb2015-10-23
* SkTime::GetNSecs()Gravatar mtklein2015-10-23
* Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.ch...Gravatar mtklein2015-10-23
* SkTime::GetNSecs()Gravatar mtklein2015-10-23
* Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.ch...Gravatar mtklein2015-10-22
* SkTime::GetNSecs()Gravatar mtklein2015-10-22
* Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chr...Gravatar caryclark2015-10-22
* SkTime::GetNSecs()Gravatar mtklein2015-10-22
* Add a mutex to protect the DWrite calls.Gravatar herb2015-10-21
* Some iOS fixes to make SampleApp work better.Gravatar jvanverth2015-10-02
* Skia: Add Command Buffer support to Linux/MacGravatar hendrikw2015-10-01
* Remove SkBitmapSourceGravatar fmalita2015-09-25
* Avoid last param to CTFontCreateWithGraphicsFont.Gravatar bungeman2015-09-23
* Avoid CTFontCreateCopyWithAttributes.Gravatar bungeman2015-09-22
* Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of http...Gravatar bungeman2015-09-18
* Avoid CTFontCreateCopyWithAttributes.Gravatar bungeman2015-09-18
* SkImageSourceGravatar fmalita2015-09-14
* Port SkLazyFnPtr users to SkOncePtr.Gravatar mtklein2015-09-08
* Missing EncodeData(SkImageInfo...) in SkImageEncoder_emptyGravatar fmalita2015-09-03
* Give reason while file open failed.Gravatar bungeman2015-09-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* Revert "Update SkLightingShader to support rotation"Gravatar robertphillips2015-08-19
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-19
* Use portable code for family names with DirectWrite.Gravatar bungeman2015-08-18
* Revert of Paranoid temporary check that Chrome's building with SSE2 on all Wi...Gravatar mtklein2015-08-14
* Paranoid temporary check that Chrome's building with SSE2 on all Windows buil...Gravatar mtklein2015-08-13
* Remove an unused function.Gravatar thakis2015-08-10
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* Revert character in typeface test on Android.Gravatar bungeman2015-07-30
* Minor cleanup of SkLightingShaderGravatar robertphillips2015-07-30
* Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONSGravatar scroggo2015-07-30
* Clean up a few includes, introduce iwyu.Gravatar bungeman2015-07-29
* Use SK_DECLARE_STATIC_MUTEX for global mutex.Gravatar mtklein2015-07-13
* add option to use global mutex-lock in mac-scalercontextGravatar reed2015-07-10
* add runtime option to provide data->imagegenerator factoryGravatar reed2015-07-09
* Remove SkImageGenerator pieces only for SkCodec.Gravatar scroggo2015-07-09
* SkAdvancedTypefaceMetrics zeroing constructorGravatar halcanary2015-07-08
* Remove another assertion that a reference is non-null.Gravatar dcheng2015-07-08