Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e4ce5b82627d7ef7cab34b808ff88dc208aef7bc
/
gyp
/
utils.gyp
5d0a769
debug dump functions for mathematica visualization
by humper@google.com
· 12 years ago
efbe8e9
Fix errors when compiling with -Wall -Werror on Android.
by djsollen@google.com
· 12 years ago
cfcb1be
Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/
by bungeman@google.com
· 12 years ago
3bc7200
Move random from core to utils
by bsalomon@google.com
· 12 years ago
baa0220
Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv
by junov@chromium.org
· 12 years ago
7af56be
Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use.
by humper@google.com
· 12 years ago
50c79d8
Enable warnings-as-errors on Windows.
by bsalomon@google.com
· 12 years ago
af2bd7b
hopefully fix gyp mistake for iOS
by humper@google.com
· 12 years ago
05af1af
eliminate all warnings in non-thirdparty code on mac
by humper@google.com
· 12 years ago
31114c6
Create SkBitmapChecksummer and associated SkBitmapTransformer
by epoger@google.com
· 12 years ago
7346df5
utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h
by epoger@google.com
· 12 years ago
0bba6bd
Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)
by epoger@google.com
· 12 years ago
fdabcb5
Add missing SK_API definition at request of Chromium callers
by djsollen@google.com
· 12 years ago
fe7b1ed
add SkPictureUtils::GatherPixelRefs()
by reed@google.com
· 12 years ago
276a295
Add support for SkImageRef_ashmem.
by djsollen@google.com
· 12 years ago
4adfab8
Split off SkConsistentChecksum from SkChecksum
by epoger@google.com
· 12 years ago
7158e6a
Improve NaCl support
by borenet@google.com
· 12 years ago
4d3c281
Implement SkCondVar for windows.
by scroggo@google.com
· 12 years ago
4177ef4
Add SkThreadPool for managing threads.
by scroggo@google.com
· 12 years ago
efb1d77
Build Skia as a static library
by borenet@google.com
· 12 years ago
5c83dcc
add simple ios app update ios flavor of sample app fix utils.gyp for ios
by caryclark@google.com
· 12 years ago
a98eb91
Add NaCl port of Skia
by borenet@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
e8f0592
DirectWrite font host for skia. https://codereview.appspot.com/5417063/
by bungeman@google.com
· 12 years ago
0eec2d0
Remove SkSfntUtils, as it is not longer used.
by bungeman@google.com
· 12 years ago
77eec24
Refactoring SkDeferredCanvas to use SkGPipe.
by junov@chromium.org
· 12 years ago
19bbd3d
Null canvas
by bsalomon@google.com
· 12 years ago
5548752
Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/
by bungeman@google.com
· 13 years ago
5a64e58
Revert 3538.
by bungeman@google.com
· 13 years ago
29b63dc
Correct dependencies in gyp files. http://codereview.appspot.com/5934044/
by bungeman@google.com
· 13 years ago
9985476
Move SkColorMatrix to effects.
by bungeman@google.com
· 13 years ago
802eee9
Move SkTextBox.h from utils to views.
by bungeman@google.com
· 13 years ago
ec1a7fa
Move SkBitSet to utils.
by vandebo@chromium.org
· 13 years ago
cbd76ae
Utils must not depend on Views. http://codereview.appspot.com/5867051/
by bungeman@google.com
· 13 years ago
aa3b6a9
Make all gyp targets automatically include common.gypi
by epoger@google.com
· 13 years ago
af5bbf2
Move SkBase64 to utils, allow user defined encoding.
by bungeman@google.com
· 13 years ago
4370aed
Adding class SkDeferredCanvas for deferred rendering.
by junov@google.com
· 13 years ago
bd7c641
Add SkWGLExtensionInterface for dealing with WGL extensions
by bsalomon@google.com
· 13 years ago
06711bd
Move SkGLCanvas.h to obsolete, delete from gyp
by bsalomon@google.com
· 13 years ago
e295313
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files
by bsalomon@google.com
· 13 years ago
b29c883
Add xps device to skia. http://codereview.appspot.com/5076041/
by bungeman@google.com
· 13 years ago
a854041
Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental
by yangsu@google.com
· 13 years ago
901aea5
Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp
by yangsu@google.com
· 13 years ago
8846cb2
Create new 'skia_os' variable to replace use of 'OS' in most places.
by epoger@google.com
· 13 years ago
5351b37
combine target_defaults.gypi into common.gypi
by epoger@google.com
· 13 years ago
fe5afe5
Make images properly depend on utils. http://codereview.appspot.com/4629068/
by bungeman@google.com
· 13 years ago
9df621d
Wrap SkStreams in IStreams instead of copying data around.
by bungeman@google.com
· 13 years ago
c8cc60c
move SkMatrix44
by reed@google.com
· 13 years ago
c39f175
fix gm build on Mac see http://codereview.appspot.com/4571044/
by epoger@google.com
· 14 years ago
161933b
fix bench and gm targets on Linux see http://codereview.appspot.com/4530104
by epoger@google.com
· 14 years ago
0a030cd
fix gyp-generated xcode project files for SampleApp and other targets
by epoger@google.com
· 14 years ago
3b0a8da
Add EGL context for Windows. http://codereview.appspot.com/4517133/
by bungeman@google.com
· 14 years ago
907afca
Add a missing include path for the linux build of utils.gyp. Remove the Linux
by senorblanco@chromium.org
· 14 years ago
63aab2f
Fixup utils.gyp.
by bungeman@google.com
· 14 years ago
ae85aea
split skia.gyp into separate gypfile for each source dir
by epoger@google.com
· 14 years ago