aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-08-29Update LSAN suppressions.mtklein
2014-08-04Stop building tests.mtklein
2014-04-24simplify tools/xsan_build now that make runs ninjacommit-bot@chromium.org
2014-04-01change default build (in "make" wrapper) to ninja on all platformsepoger@google.com
2013-11-01pathops work in progresscaryclark@google.com
2013-08-12Update Skia Android tools.djsollen@google.com
2013-06-17SkHello for NaClborenet@google.com
2013-06-14add skpdiff tool to compare bitmapscommit-bot@chromium.org
2013-06-10simple podofo and skia based pdf vieweredisonn@google.com
2013-06-03Prepare skia for shared library build on androiddjsollen@google.com
2013-05-31prepare skia for shared library build on androiddjsollen@google.com
2013-05-31prepare skia for shared library build on androiddjsollen@google.com
2013-04-11path ops fix release android buildcaryclark@google.com
2012-11-28Update gyp to allow alternative out directoriesdjsollen@google.com
2012-10-25gyp: generate "everything" and "most" targets instead of "all"epoger@google.com
2012-10-18add a "most" target, and make it the defaultepoger@google.com
2012-10-12Remove support for building skia android apps outside of an APK.djsollen@google.com
2012-10-10Build Skia as a static libraryborenet@google.com
2012-07-18Enable Compile Option to Build Android Executablesborenet@google.com
2012-06-29Fix build by reverting make all to not include the debuggerdjsollen@google.com
2012-06-29Update the makefile and gyp for the debugger.djsollen@google.com
2012-06-29Add missing gyp dependencies for debuggerchudy@google.com
2012-06-27When building for Android, package executables in APKs (trunk)borenet@google.com
2012-06-05Support Mac-Android Cross-Compilationborenet@google.com
2011-08-15Stop packaging command-line Mac tools as a bundle.epoger@google.com
2011-07-27re-enable "core" build target lost in r1968epoger@google.com
2011-07-27Properly handle parallel make ("make -j"), and only rerun gyp if necessary.epoger@google.com
2011-07-14make gyp_skia runnable from any directoryepoger@google.com
2011-06-28make toplevel Makefile pass MAKEFLAGS to out/Makefileepoger@google.com
2011-06-23Add "tools" to "make all"epoger@google.com
2011-06-22add toplevel Makefile that works for Mac and Unixepoger@google.com
2011-06-14delete all old (non-Gyp) buildfilesepoger@google.com
2011-06-07Temporarily fall back to the old makefile; the new one was killing buildbot.epoger@google.com
2011-06-07Some final cleanups leading up to The Official Switch to Gypepoger@google.com
2011-06-06remove legacy LCDTEXT definereed@google.com
2011-06-06New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float ...tomhudson@google.com
2011-06-01add MatrixBench.cppreed@google.com
2011-05-19Add Mesa as a GL backend.bungeman@google.com
2011-05-17Add GL context creation for X so that gm can run GPU on Linux.bungeman@google.com
2011-05-16use SkPath for GrPath, removing GrPathIter entirelyreed@google.com
2011-05-02add typefacecachereed@google.com
2011-04-28move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on allreed@google.com
2011-04-27New 'skdiff' tool to compare two directories full of files, write diff imagestomhudson@google.com
2011-04-26http://codereview.appspot.com/4431067/reed@google.com
2011-04-15add gradient benchreed@google.com
2011-04-11add benchmark for path fillingreed@google.com
2011-04-04Remove dependence on platform GL headers. Remove code that attempts to infer ...bsalomon@google.com
2011-04-01Move where compression enable/disable is done to make recompilation faster.vandebo@chromium.org
2011-03-22add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRefreed@google.com
2011-03-21Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).bsalomon@google.com