skia2/gyp
2013-04-17 13:43:04 +00:00
..
android_deps.gyp Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
android_system.gyp Fix android build by removing references to the old sampleApp 2012-12-13 18:27:44 +00:00
angle.gyp Refactor skia_warnings_as_errors 2013-03-22 13:16:06 +00:00
animator.gyp Create SkLazyPixelRef which performs lazy decoding. 2013-02-22 21:38:35 +00:00
apptype_console.gypi Improve NaCl support 2012-11-01 17:43:44 +00:00
bench.gyp Add SHA1 and MD5 to utils. 2013-01-31 19:47:48 +00:00
bench.gypi Benchmark to measure SkSurface copy on write performance 2013-04-17 13:43:04 +00:00
cityhash.gyp Refactor skia_warnings_as_errors 2013-03-22 13:16:06 +00:00
common_conditions.gypi Revert Skia to use -02. 2013-04-04 19:42:51 +00:00
common_variables.gypi Refactor skia_warnings_as_errors 2013-03-22 13:16:06 +00:00
common.gypi Collect minidump and print callstack if an app chrashes. 2013-03-08 18:00:16 +00:00
core.gyp Remove freetype dependency from core.gyp 2013-04-15 14:37:28 +00:00
core.gypi Error checking / reporting API 2013-04-08 21:44:11 +00:00
debugger.gyp Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-08 07:01:25 +00:00
effects.gyp re-enable fast blur so I can rebaseline 2013-03-11 22:42:30 +00:00
effects.gypi Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. 2013-04-08 19:43:22 +00:00
everything.gyp Gyp changes for NaCl debugger 2013-03-07 15:33:28 +00:00
experimental.gyp This takes the convex path tesselator from the Android code and hooks it into a 2013-01-09 21:04:52 +00:00
FileReaderApp.gyp Build Skia as a static library 2012-10-10 19:45:51 +00:00
flags.gyp Change the name of SkFlags to SkCommandLineFlags. 2013-03-21 19:43:15 +00:00
freetype.gyp Build freetype as a standalone_static_library 2013-02-27 14:12:55 +00:00
gm.gyp Add testing of optimizations to GM 2013-04-12 15:13:35 +00:00
gmslides.gypi add gm to test edge case in drawBitmapRectToRect 2013-04-16 16:55:38 +00:00
gpu.gyp Use XQuartz's version of OSMesa rather than Mac SDK's. It is newer and has a fix for a bug that unit tests and GM trigger. 2013-02-04 22:17:13 +00:00
gpu.gypi Move edge GrEffects to locally defined classes. 2013-04-02 17:57:21 +00:00
images.gyp Fix the NaCl build. 2013-04-11 22:24:35 +00:00
jsoncpp.gyp Refactor skia_warnings_as_errors 2013-03-22 13:16:06 +00:00
libjpeg.gyp Refactor skia_warnings_as_errors 2013-03-22 13:16:06 +00:00
libwebp.gyp Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-15 07:05:19 +00:00
most.gyp shape ops test fixes 2013-04-11 12:33:23 +00:00
nacl.gyp Sanitizing source files in Skia_Periodic_House_Keeping 2012-11-02 02:01:24 +00:00
opts.gyp Update Android toolchain to NDK r8d with GCC 4.7 2013-01-23 18:56:38 +00:00
pathops_unittest.gyp path ops work in progress 2013-04-15 19:13:59 +00:00
pathops_unittest.gypi path ops work in progress 2013-04-15 19:13:59 +00:00
pathops.gypi turn on pathops unit test 2013-04-12 11:59:41 +00:00
pdf.gyp resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we 2013-04-02 15:33:08 +00:00
pixman_test.gyp more pixman work in progress 2012-10-16 12:32:33 +00:00
ports.gyp remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() 2013-03-22 17:21:59 +00:00
SampleApp.gyp Sanitizing source files in Skia_Periodic_House_Keeping 2013-04-13 07:01:15 +00:00
sfnt.gyp Name table iterator. 2013-04-02 14:12:38 +00:00
shapeops_demo.gyp shape ops work in progress 2013-02-07 13:13:41 +00:00
shapeops_edge.gyp shape ops work in progress 2013-03-13 20:29:41 +00:00
shapeops_tool.gyp checkpoint for shape ops 2012-10-09 14:11:58 +00:00
SimpleCocoaApp.gyp Build Skia as a static library 2012-10-10 19:45:51 +00:00
SimpleiOSApp.gyp Build Skia as a static library 2012-10-10 19:45:51 +00:00
skia_base_libs.gyp Add freetype to skia_base_libs when building for NaCl 2013-03-01 20:28:57 +00:00
svg.gyp Build Skia as a static library 2012-10-10 19:45:51 +00:00
tests.gyp revert path ops unit test until errors are fixed 2013-04-12 12:12:09 +00:00
tools.gyp Updates for the skimage tool. 2013-04-11 15:53:35 +00:00
utils.gyp rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use 2013-04-12 02:23:55 +00:00
views_animated.gyp Create SkLazyPixelRef which performs lazy decoding. 2013-02-22 21:38:35 +00:00
views.gyp Create SkLazyPixelRef which performs lazy decoding. 2013-02-22 21:38:35 +00:00
xml.gyp Improve NaCl support 2012-11-01 17:43:44 +00:00
xps.gyp Build Skia as a static library 2012-10-10 19:45:51 +00:00
zlib.gyp Improve NaCl support 2012-11-01 17:43:44 +00:00