index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPreConfig.h
Commit message (
Expand
)
Author
Age
*
eliminate SK_BUILD_FOR_WIN32
Mike Klein
2018-01-26
*
use __BYTE_ORDER__ macro to detect endianness when available
Lee Salzman
2016-11-28
*
Apple devices do not support CRC32 instructions. Don't believe Clang's lies.
mtklein
2016-09-08
*
update Android auto-detection.
mtklein
2016-08-25
*
Enable SK_DEBUG/SK_RELEASE to be defined in the user config.
djsollen
2016-08-05
*
spin off easy stuff from Herb's windows GN CL
mtklein
2016-08-04
*
Make SK_BUILD_FOR_WIN32 auto-detection work.
mtklein
2016-08-03
*
Make both SK_API definition points identical and order independent.
mtklein
2016-07-28
*
Add support for Fuchsia
abarth
2016-07-15
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
sdefresne
2016-06-01
*
force no SSE on iOS simulator
mtklein
2016-03-23
*
check for both __ARM_NEON__ and __ARM_NEON
lsalzman
2016-01-26
*
SkPreConfig.h: Allow defined(__unix__) to imply SK_BUILD_FOR_UNIX
mseaborn
2015-12-15
*
CMake, include/: changes to make fiddle 2.0 better
halcanary
2015-12-01
*
Add build targets for advanced Intel instruction sets (1 of 3).
mtklein
2015-08-24
*
The compiler can generate smulbb perfectly well nowadays.
mtklein
2015-08-07
*
__ARM_NEON is defined both by ARMv8 and ARMv7 + -mfpu=neon.
mtklein
2015-08-06
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
Remove WEBKIT_VERSION_MIN_REQUIRED and config.h.
bungeman
2015-07-29
*
Remove SK_BUILD_FOR SDL, BREW, and PALM.
bungeman
2015-07-29
*
Remove SK_BUILD_FOR_WINCE.
bungeman
2015-07-29
*
Revert of Allow NEON on iOS. (patchset #3 id:40001 of https://codereview.chro...
mtklein
2015-04-17
*
Allow NEON on iOS.
mtklein
2015-04-17
*
Remove all code related to NaCl
borenet
2015-04-02
*
Specialize Sk2d for ARM64
mtklein
2015-03-20
*
Revert of Specialize Sk2d for ARM64 (patchset #3 id:40001 of https://coderevi...
mtklein
2015-03-20
*
Specialize Sk2d for ARM64
mtklein
2015-03-20
*
Remove copile time enabling of SK_ARM_HAS_NEON.
Derek Sollenberger
2014-08-01
*
Update NEON compiler defines to use SK_ prefix
djsollen
2014-08-01
*
SK_CPU_ARM --> SK_CPU_ARM32
mtklein
2014-06-03
*
Improved x86 SSE build and run-time checks.
commit-bot@chromium.org
2014-05-12
*
Revert of Improved x86 SSE build and run-time checks. (https://codereview.chr...
commit-bot@chromium.org
2014-05-08
*
Improved x86 SSE build and run-time checks.
commit-bot@chromium.org
2014-05-08
*
Define SK_CPU_X86 on x86 machines.
commit-bot@chromium.org
2014-04-09
*
Revert to old behavior regarding SK_CPU_ARM and update documentation around S...
commit-bot@chromium.org
2014-04-03
*
Fix ios build in chromium when targeting multiple architectures
djsollen@google.com
2014-04-03
*
Add more big endian platforms
commit-bot@chromium.org
2014-04-03
*
ARM Skia NEON patches - 35 - First AArch64 support
commit-bot@chromium.org
2014-04-02
*
Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://coderev...
commit-bot@chromium.org
2014-03-28
*
ARM Skia NEON patches - 35 - First AArch64 support
commit-bot@chromium.org
2014-03-28
*
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
commit-bot@chromium.org
2014-02-25
*
Revert of Enable the SSSE3 files to be built for Android when SSSE3 is not pr...
commit-bot@chromium.org
2014-02-21
*
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
commit-bot@chromium.org
2014-02-21
*
Add ifdef to avoid "not defined" compiler warnings for VS checks
commit-bot@chromium.org
2014-02-06
*
Ensure SSE2/3 is always enabled on Android.
commit-bot@chromium.org
2014-01-27
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
[next]