aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
Commit message (Expand)AuthorAge
* Clean up the default gamma settings.Gravatar bungeman@google.com2014-04-10
* Fixed cross compilation with mingw.Gravatar commit-bot@chromium.org2014-03-19
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-17
* Revert "Make leak counters thread-safe and turn them on by default for Debug"Gravatar djsollen@google.com2014-01-14
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-14
* Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64""Gravatar reed@google.com2013-12-20
* Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"Gravatar reed@google.com2013-12-19
* begin to remove SkLONGLONG and wean Skia off of Sk64Gravatar reed@google.com2013-12-19
* Split atomic and mutex implementations and make inlinable.Gravatar bungeman@google.com2013-12-18
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...Gravatar reed@google.com2013-12-16
* Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu...Gravatar robertphillips@google.com2013-12-12
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2013-12-12
* Put all of SkPostConfig.h inside top level ifdef.Gravatar bungeman@google.com2013-12-04
* Add SK_ALWAYS_INLINE.Gravatar mtklein@google.com2013-11-22
* Re-enable SK_ATTR_DEPRECATED (i.e., revert r12067)Gravatar robertphillips@google.com2013-11-10
* Add SK_PREFETCH and use in SkBlurImageFilter.Gravatar commit-bot@chromium.org2013-11-05
* Disabling SK_ATTR_DEPRECATED the hard wayGravatar robertphillips@google.com2013-10-31
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* create a macro for testing if skcolor and skpmcolor have same shift valuesGravatar djsollen@google.com2013-08-20
* Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due t...Gravatar robertphillips@google.com2013-08-15
* ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONGGravatar commit-bot@chromium.org2013-08-14
* Add a default value for SK_OVERRIDE in SkPostConfig.hGravatar george@mozilla.com2013-08-06
* Annotate SK_COMPILE_ASSERT's typedef as permissibly unused, to fix GCC 4.8 bu...Gravatar bungeman@google.com2013-08-06
* set nominmax on windowsGravatar bsalomon@google.com2013-07-31
* This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.Gravatar bsalomon@google.com2013-07-25
* R=borenet@google.com, bungeman@google.com, robertphillips@google.comGravatar commit-bot@chromium.org2013-07-25
* Make SK_OVERRIDE expand to OVERRIDE on iOSGravatar commit-bot@chromium.org2013-07-03
* Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac.Gravatar commit-bot@chromium.org2013-04-22
* turn on pathops unit testGravatar caryclark@google.com2013-04-12
* Add a macro for querying the byte order of SkPMColor.Gravatar commit-bot@chromium.org2013-03-19
* print a useful message when assert fails on the macGravatar humper@google.com2013-02-14
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Fix warnings about unused function on Mac.Gravatar bsalomon@google.com2013-01-02
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Add support for SK_MSCALAR_IS_FLOATGravatar vollick@chromium.org2012-11-13
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Add support for ARM without EDSP and ARMv6+Gravatar george@mozilla.com2012-07-27
* Fix SK_OVERRIDE for various versions of clangGravatar george@mozilla.com2012-07-25
* Revert SkNO_RETURN_HINT fix in favor of a simpler fixGravatar bsalomon@google.com2012-07-11
* Fix SkNO_RETURN_HINT warnings on mac/clangGravatar bsalomon@google.com2012-07-11
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* add optional manual global initializationGravatar caryclark@google.com2011-12-15