- 31d46df Add visualbench as valid target to Makefile by joshualitt · 9 years ago
- 034389f Revert of Add visualbench as valid target to Makefile (patchset #2 id:20001 of https://codereview.chromium.org/1530233005/ ) by joshualitt · 9 years ago
- 13221b8 Add visualbench as valid target to Makefile by joshualitt · 9 years ago
- 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
- 93558dc Add lua scripts for generating n-grams from SKPs by borenet · 9 years ago
- 3ebb16d Run gyp with --no-parallel -G config=$(BUILDTYPE) by borenet · 10 years ago
- 4c93a12 Fix references to https://sites.google.com/site/skiadocs/. by Thiago Farina · 10 years ago
- 3886046 Revert "Revert "delete old things!"" by bsalomon · 10 years ago
- 8b4489b Revert "delete old things!" by Brian Salomon · 10 years ago
- 15b125d delete old things! by bsalomon · 10 years ago
- 970e106 Update LSAN suppressions. by mtklein · 10 years ago
- e7ce26d Stop building tests. by mtklein · 10 years ago
- 7eb529f simplify tools/xsan_build now that make runs ninja by commit-bot@chromium.org · 11 years ago
- 58d69d8 change default build (in "make" wrapper) to ninja on all platforms by epoger@google.com · 11 years ago
- a2bbc6e pathops work in progress by caryclark@google.com · 11 years ago
- cc95b1a Update Skia Android tools. by djsollen@google.com · 11 years ago
- bb52288 SkHello for NaCl by borenet@google.com · 11 years ago
- be19b9e add skpdiff tool to compare bitmaps by commit-bot@chromium.org · 11 years ago
- 01cd4d5 simple podofo and skia based pdf viewer by edisonn@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- 3e475dc path ops fix release android build by caryclark@google.com · 12 years ago
- ab5e911 Update gyp to allow alternative out directories by djsollen@google.com · 12 years ago
- 6714ea4 gyp: generate "everything" and "most" targets instead of "all" by epoger@google.com · 12 years ago
- 9c875d3 add a "most" target, and make it the default by epoger@google.com · 12 years ago
- 2d6535a Remove support for building skia android apps outside of an APK. by djsollen@google.com · 12 years ago
- efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
- 7ef3929 Enable Compile Option to Build Android Executables by borenet@google.com · 12 years ago
- 686989b Fix build by reverting make all to not include the debugger by djsollen@google.com · 12 years ago
- e7290ef Update the makefile and gyp for the debugger. by djsollen@google.com · 12 years ago
- b678911 Add missing gyp dependencies for debugger by chudy@google.com · 12 years ago
- dd3d08e When building for Android, package executables in APKs (trunk) by borenet@google.com · 12 years ago
- b52cf3d Support Mac-Android Cross-Compilation by borenet@google.com · 12 years ago
- ab9b658 Stop packaging command-line Mac tools as a bundle. by epoger@google.com · 13 years ago
- 08c315d re-enable "core" build target lost in r1968 by epoger@google.com · 13 years ago
- c9493a4 Properly handle parallel make ("make -j"), and only rerun gyp if necessary. by epoger@google.com · 13 years ago
- 2d75cc0 make gyp_skia runnable from any directory http://codereview.appspot.com/4720042 by epoger@google.com · 13 years ago
- eaacf47 make toplevel Makefile pass MAKEFLAGS to out/Makefile by epoger@google.com · 13 years ago
- 0236294 Add "tools" to "make all" by epoger@google.com · 13 years ago
- 5d2e4cc add toplevel Makefile that works for Mac and Unix by epoger@google.com · 13 years ago
- baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
- b7fd3ee Temporarily fall back to the old makefile; the new one was killing buildbot. by epoger@google.com · 13 years ago
- 1e8e056 Some final cleanups leading up to The Official Switch to Gyp by epoger@google.com · 13 years ago
- e1fee49 remove legacy LCDTEXT define by reed@google.com · 13 years ago
- f910b36 New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float operations by tomhudson@google.com · 13 years ago
- 416d303 add MatrixBench.cpp by reed@google.com · 13 years ago
- 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
- 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
- 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
- 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
- 95bae39 move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all by reed@google.com · 14 years ago
- 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 14 years ago
- 2adc557 http://codereview.appspot.com/4431067/ by reed@google.com · 14 years ago
- 02b17f7 add gradient bench use -O3 in release builds by reed@google.com · 14 years ago
- d34658a add benchmark for path filling by reed@google.com · 14 years ago
- f987d1b Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) by bsalomon@google.com · 14 years ago
- 4b83c63 Move where compression enable/disable is done to make recompilation faster. by vandebo@chromium.org · 14 years ago
- df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 14 years ago
- 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
- e650763 change -lpng12 to -lpng by reed@google.com · 14 years ago
- b66365f Updates to the unix sample app. by scroggo · 14 years ago
- 5b07368 Enable compiling the PDF backend by default in the makefile. by vandebo@chromium.org · 14 years ago
- da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
- c921843 fixes for some warnings: by reed@google.com · 14 years ago
- 21b0a2b enable sse2 source in makefile by reed@google.com · 14 years ago
- 6bc2f5d add SSE2 opt files to xcode by reed@google.com · 14 years ago
- 272e754 use -O2 for release, -g for debug (so we can get symbols for gdb) by reed@google.com · 14 years ago
- 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
- 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
- 37df17d fix build for linux by reed@google.com · 14 years ago
- 7876114 require lpng12 for gm tool (since Mac encoder tweaks the results for colorspace "correction") by reed@google.com · 14 years ago
- eeeb5a0 silence some of our startup spew by reed@google.com · 14 years ago
- 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
- d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
- 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
- 179d616 update for GPU backend by reed@android.com · 14 years ago
- 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
- 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
- cf4ac25 force 10.4 SDK for macs, as the font porter there needs those APIs by reed@android.com · 14 years ago
- 7911e27 add FPSBench.cpp by reed@android.com · 15 years ago
- fd9714e add png to makefile for linux by reed@android.com · 15 years ago
- dfee579 add SK_ENABLE_LIBPNG to force reference to PNG codec by reed@android.com · 15 years ago
- 6413e79 add skhello for simple hello-world sample code by reed@android.com · 15 years ago
- 4e75355 More SSE2-ification; fix for gcc -msse2. by senorblanco@chromium.org · 15 years ago
- 4aa910e Makefile fix: Fix gm build for Linux. by senorblanco@chromium.org · 15 years ago
- f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
- 34e8580 update by reed@android.com · 15 years ago
- 4d85059 add benchmark for repeat-tile bitmaps by reed@android.com · 15 years ago
- cf45bf8 update make for nwaycanvas remove obsolete opts_neon dir by reed@android.com · 15 years ago
- ed7bd9b add opts files to the make by reed@android.com · 15 years ago
- f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
- ee0eb01 add new make target "all", to build all known targets by reed@android.com · 15 years ago
- 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
- 1a2fec5 add gm for shader tilemodes by reed@android.com · 15 years ago
- 42309d4 add gm for gradients by reed@android.com · 15 years ago
- 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
- dd0ac28 more progress on golden-master test suite (not finished yet) by reed@android.com · 15 years ago
- bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
- 6a5a266 add SkSize for dimensions by reed@android.com · 15 years ago