aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
Commit message (Expand)AuthorAge
* 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
* define SK_OVERRIDE based on windows compiler, not windows platform (for mingw)Gravatar reed@google.com2011-11-28
* Fix mac debug assertsGravatar bsalomon@google.com2011-11-23
* Add hints for static analysis about when we intend to crashGravatar bsalomon@google.com2011-11-23
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fix windows color orderGravatar bsalomon@google.com2011-05-19
* move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so thatGravatar reed@google.com2011-05-18
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* update SkPostConfig.h to unset LEAN_AND_MEAN if it set it before including <w...Gravatar reed@android.com2009-04-06
* first pass at clean up of the 3 config filesGravatar reed@android.com2009-01-08
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06
* grab from latest androidGravatar reed@android.com2008-12-17