summaryrefslogtreecommitdiff
path: root/SampleApp.gyp
AgeCommit message (Expand)Author
2012-08-13move texteffects from Sample to gmmike@reedtribe.org
2012-08-09remove SkShape (unused)reed@google.com
2012-08-09privatize SkEdgeClipper.hmike@reedtribe.org
2012-08-03revert gpu-less mac sample app, remove busted sample (that has equivalent gm)bsalomon@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-07-31fix LayerDrawLooper to record its fFlagsMaskreed@google.com
2012-07-02Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.scroggo@google.com
2012-06-08Add a tiled pipe mode to SampleApp.scroggo@google.com
2012-06-05Support Mac-Android Cross-Compilationborenet@google.com
2012-06-04Make the GM tool run GMs through an SkGPipe.scroggo@google.com
2012-06-04--pictureDir foo will load serialized pictures <>.skp from the foo directoryreed@google.com
2012-05-22Converted AAClips SampleApp slide to GM:simpleaacliprobertphillips@google.com
2012-05-07Move function decls and macros out of public headers that are meant for inter...bsalomon@google.com
2012-04-04Remove old D3D9 stuffbsalomon@google.com
2012-03-28disable GPU blur on small pathsbsalomon@google.com
2012-03-23Remove circular dependency of views and animator.bungeman@google.com
2012-03-21Utils must not depend on Views.bungeman@google.com
2012-03-16Make all gyp targets automatically include common.gypiepoger@google.com
2012-02-28Remove references to svg.gyp from projects that don't use it.tomhudson@google.com
2011-12-14move ports into its own gyp filecaryclark@google.com
2011-11-04Move the Android sample app into the android repo.djsollen@google.com
2011-11-03Adding support to trunk for building Skia using the Android NDK.djsollen@google.com
2011-10-31Import all GMs as Samples.bsalomon@google.com
2011-10-12Move gpu/include/* to include/gpu and gpu/src/* to src/gpubsalomon@google.com
2011-10-10Bug fixes:suyang1
2011-10-10add sample for clippingreed@google.com
2011-10-10Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...bsalomon@google.com
2011-10-05Fixup rendering of empty paths (including inverted fills)bsalomon@google.com
2011-09-19add gm test for drawing hairlines (and varying thin lines) in xfermodesreed@google.com
2011-08-30Add GrAAHairLinePathRendererbsalomon@google.com
2011-08-30Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...yangsu@google.com
2011-08-12Added samplecode as an include directory for SampleApp.gypyangsu@google.com
2011-08-12Removed networking dependencies from SampleApp that caused errorsyangsu@google.com
2011-08-12Included dependencies for networked pipe and debugger in SampleAppyangsu@google.com
2011-08-08CocoaSampleApp no longer depends on SkOSWindow_Mac.hyangsu@google.com
2011-08-08Removed networking dependencies from SampleApp, Pipe now off by defaultyangsu@google.com
2011-08-08Added transitions and net pipe to SampleApp, updated gyp filesyangsu@google.com
2011-08-02Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to Samp...yangsu@google.com
2011-07-28This new test provides a test case for junov@google.com
2011-07-15More GPU blur fixes.senorblanco@chromium.org
2011-07-08add sample for 2ptradial where we divide by zeroreed@google.com
2011-07-07Fix div by zero in GPU degenerate radials (and add sample and gm baselines)bsalomon@google.com
2011-07-01merge of SkiOSSampleApp into SampleApp, still a work in progressepoger@google.com
2011-07-01Create new 'skia_os' variable to replace use of 'OS' in most places.epoger@google.com
2011-07-01combine target_defaults.gypi into common.gypiepoger@google.com
2011-06-21Add a way to save to PDF in SampleApp on Android and elsewhere.Scroggo
2011-06-17Added dependencies for SkPipe in SampleAppyangsu@google.com
2011-06-15Implement edge AA for concave polys in the tesselated path renderer.senorblanco@chromium.org
2011-06-01Clean up the gyp files to reflect some files that were removed and/or renamed.senorblanco@chromium.org
2011-05-31make this work again: ./gyp_skia && make SampleAppepoger@google.com