aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
Commit message (Expand)AuthorAge
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* add saturate helper for float2int64Gravatar Mike Reed2018-01-31
* don't include SkMalloc.h from SkTypes.hGravatar Mike Reed2018-01-04
* Make SkTFitsIn and SkTo constexpr.Gravatar Ben Wagner2017-10-17
* Revert "Revert "change computeByteSize to return max_size_t on overflow""Gravatar Mike Reed2017-10-09
* Revert "change computeByteSize to return max_size_t on overflow"Gravatar Mike Reed2017-10-06
* change computeByteSize to return max_size_t on overflowGravatar Mike Reed2017-10-06
* Make SkASSERT and co. constexpr compatible.Gravatar Mike Klein2017-09-29
* Undo unwanted change to SkTypes.h.Gravatar Ben Wagner2017-08-28
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Remove SkIsS16 and SkIsU16.Gravatar Ben Wagner2017-08-25
* Remove sk_throw.Gravatar Ben Wagner2017-08-17
* Remove SkPARAM and SkDECLAREPARAM.Gravatar Ben Wagner2017-08-17
* Remove SkFAIL.Gravatar Ben Wagner2017-08-17
* Revert "Remove SkFAIL."Gravatar Ben Wagner2017-08-17
* Remove SkFAIL.Gravatar Ben Wagner2017-08-17
* Make SkNoncopyable movableGravatar Chris Blume2017-04-26
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* Revert "Remove SkDraw from device-draw methods, and enable device-centric cli...Gravatar Mike Reed2017-03-02
* Remove SkDraw from device-draw methods, and enable device-centric clipping.Gravatar Mike Reed2017-03-02
* add device-clipping to gpudeviceGravatar Mike Reed2017-02-16
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Mark inline functions in SkTypes.h as static.Gravatar Mike Klein2016-11-14
* remove obsolete flagsGravatar Mike Reed2016-11-07
* remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMGravatar Mike Reed2016-11-03
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Move when swapping, if possible.Gravatar bungeman2016-10-26
* Revert of My take on SkAlign changes. (patchset #3 id:40001 of https://codere...Gravatar mtklein2016-09-26
* My take on SkAlign changes.Gravatar mtklein2016-09-26
* Defined SkDEBUGFAILF on Release buildsGravatar hstern2016-08-15
* Fix SkDEBUGCODE to accept commasGravatar csmartdalton2016-08-10
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* typedef uint16_t SkGlyphIDGravatar halcanary2016-07-25
* Improve assert reporting.Gravatar bungeman2016-07-20
* Corrected test for gcc/libc++ workaround.Gravatar bungeman2016-07-08
* Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTyp...Gravatar bsalomon2016-07-08
* Move immintrin/arm_neon includes to where they are used.Gravatar mtklein2016-06-09
* Revert of Move immintrin/arm_neon includes to where they are used. (patchset ...Gravatar mtklein2016-06-07
* Move immintrin/arm_neon includes to where they are used.Gravatar mtklein2016-06-07
* fix windows assertGravatar caryclark2016-06-03
* Make Sk32ToBool inline again to silence compiler warning.Gravatar bsalomon2016-05-24
* SkTypes: use constexpr when appropriateGravatar halcanary2016-05-23
* Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gccGravatar bsalomon2016-05-09
* No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResultGravatar bsalomon2016-05-09
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03