1. 1435f9f Add skia_tsan_build to match skia_asan_build and fix one example race. by bungeman@google.com · 11 years ago
  2. 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 11 years ago
  3. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  4. d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
  5. 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
  6. 06b3864 Add gyp define for optimization level by commit-bot@chromium.org · 11 years ago
  7. 5a6c2d8 Add skia_exceptinos gyp define by commit-bot@chromium.org · 11 years ago
  8. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  9. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  10. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  11. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  12. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  13. 663a979 Fix build by borenet@google.com · 11 years ago
  14. f8905e4 Fix Windows build by borenet@google.com · 11 years ago
  15. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 11 years ago
  16. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 11 years ago
  17. 74dda90 This takes the convex path tesselator from the Android code and hooks it into a by jvanverth@google.com · 12 years ago
  18. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  19. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  20. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  21. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  22. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  23. 2d6535a Remove support for building skia android apps outside of an APK. by djsollen@google.com · 12 years ago
  24. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  25. 3fc070c Change default skia_osx_sdkroot to "macosx" (suitable for Xcode 3.2.6+) by epoger@google.com · 12 years ago
  26. 4663822 Allow Xcode to change paths to frameworks based on whether a device or simulator was selected. by bsalomon@google.com · 12 years ago
  27. c6445a1 Make it possible to generate the ios xcode proj by specifying only skia_os="ios" in GYP_DEFINES. by bsalomon@google.com · 12 years ago
  28. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  29. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  30. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  31. b8d212f Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  32. 976298e unbreak the build move define of skia_arch_type to front by caryclark@google.com · 12 years ago
  33. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  34. bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
  35. c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
  36. a98eb91 Add NaCl port of Skia by borenet@google.com · 12 years ago
  37. 623ff0a Add ANGLE to DEPS, integrate build by borenet@google.com · 12 years ago
  38. 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
  39. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  40. bbad34d Effects Bug Fix by chudy@google.com · 12 years ago
  41. a37a517 Enable 32/64-bit gyp switch on Linux by borenet@google.com · 12 years ago
  42. baa5d94 split out src file names into core.gypi, with an eye towards sharing that by reed@google.com · 12 years ago
  43. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  44. 7ef3929 Enable Compile Option to Build Android Executables by borenet@google.com · 12 years ago
  45. e7290ef Update the makefile and gyp for the debugger. by djsollen@google.com · 12 years ago
  46. b678911 Add missing gyp dependencies for debugger by chudy@google.com · 12 years ago
  47. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
  48. 7f562ad fix the build by djsollen@google.com · 12 years ago
  49. e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
  50. 021bce9 Delivering .gyp files to enable building & linking w/ ANGLE on Windows by robertphillips@google.com · 12 years ago
  51. 573e8ba Add os_posix gyp variable, nesting variables dicts as needed to do so. by epoger@google.com · 12 years ago
  52. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  53. 20c0a18 Change skia_target_arch != arm to skia_target_arch == x86 in gyp files by bsalomon@google.com · 12 years ago
  54. 51c2fa7 Fix for missing file from previous CL that broke the build. by djsollen@google.com · 13 years ago
  55. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  56. 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago