..
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
Adding new bench tests for lighting and blur
2013-04-24 19:36:44 +00:00
cityhash.gyp
Refactor skia_warnings_as_errors
2013-03-22 13:16:06 +00:00
common_conditions.gypi
Fix gyp files to allow ninja to build 64 bit on Mac.
2013-04-22 20:26:44 +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
path ops : make it real
2013-04-25 13:34:40 +00:00
core.gypi
path ops : make it real
2013-04-25 13:34:40 +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
path ops : make it real
2013-04-25 13:34:40 +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
Expand modulate, add, subtract, extract component glsl helpers.
2013-04-18 19:36:09 +00:00
images.gyp
Updates to skimage tool to use it for testing.
2013-04-25 17:33:51 +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
fix build : add src\pathops to pathops_unittest
2013-04-25 14:28:14 +00:00
pathops_unittest.gypi
path ops : add support for inverse fill
2013-04-22 14:37:05 +00:00
pathops.gypi
remove deleted file from gyp
2013-04-22 20:09:23 +00:00
pdf.gyp
Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream.
2013-04-24 13:01:01 +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
path ops : make it real
2013-04-25 13:34:40 +00:00
tools.gyp
Updates for the skimage tool.
2013-04-11 15:53:35 +00:00
utils.gyp
ARGB image encoder for checksums.
2013-04-23 18:06:23 +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