Go to file
Mike Klein 978ccebd8a On mips64el, use -B instead of linking .o manually.
These .o are only appropriate for linking executables; others would be used if we link an .so.

-B turns out to be the flag we really wanted here anyway, adding that directory to the search path for all these .o files, letting Clang pick the right one.  The existing comment is now correct for both the lib_dirs and ldflags +=.

Change-Id: I66d9aada12477756142726828cf66c142ca76a48
Reviewed-on: https://skia-review.googlesource.com/5657
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
2016-12-08 16:13:12 +00:00
animations
bench nanobench: Add per-run time reporting. 2016-12-06 21:48:42 +00:00
bin
debugger SkEncodeImage: no more link-time registration 2016-11-30 22:48:56 +00:00
dm Add a context stack to Reporter, for better error messages 2016-12-05 18:30:46 +00:00
example
experimental [SVGDom] ClipPath support 2016-12-08 15:00:18 +00:00
fuzz Add fuzzing for decoding animated images 2016-12-08 14:43:21 +00:00
gm Fix bitmap-image srgb gm 2016-12-08 15:40:15 +00:00
gn On mips64el, use -B instead of linking .o manually. 2016-12-08 16:13:12 +00:00
gyp [SVGDom] ClipPath support 2016-12-08 15:00:18 +00:00
include Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp 2016-12-07 22:38:42 +00:00
infra Update SKP version 2016-12-06 16:51:38 +00:00
platform_tools Archive or update unsupported Android scripts and third-party dependencies. 2016-12-02 14:11:24 +00:00
resources Do not create an SkRawCodec with zero dimensions 2016-12-02 22:23:35 +00:00
samplecode hide emboss from everyone (except android for now) 2016-12-07 19:13:32 +00:00
site add missing [] 2016-12-08 02:13:01 +00:00
src Added some named gamma recognition to lutnType ICC profile parsing 2016-12-08 16:02:55 +00:00
tests Rename GrBatchFlushState to GrOpFlushState 2016-12-07 23:36:31 +00:00
third_party Roll third_party/externals/freetype 4d3f7ca8cedb..ffd8f622360 2016-12-08 15:22:37 +00:00
tools Rename batch->op in GrOpList and subclasses 2016-12-07 20:42:49 +00:00
.clang-format Add .clang-format file to include/gpu src/gpu 2016-12-08 15:19:15 +00:00
.gitignore
.gn
AUTHORS
BUILD.gn [SVGDom] ClipPath support 2016-12-08 15:00:18 +00:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS Roll third_party/externals/freetype 4d3f7ca8cedb..ffd8f622360 2016-12-08 15:22:37 +00:00
Doxyfile
fix-gn-sln.py VS script: Handle variation among configurations 2016-11-21 16:35:39 +00:00
gyp_skia
gyp_skia.py
LICENSE
make.bat
make.py
Makefile
OWNERS
PRESUBMIT.py Do not use post upload hooks for 'GOLD_TRYBOT_URL' 2016-11-23 18:34:23 +00:00
public.bzl Revert "SkImageEncoder::* going away" 2016-12-07 16:50:32 +00:00
README
README.chromium
skia.gyp
whitespace.txt

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.