aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleApp.h
AgeCommit message (Expand)Author
2015-08-27skia: add ability to load command_buffer_gles2hendrikw
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-19remove SkDeferredCanvasreed
2015-08-11Add high resolution WallTimer to SampleAppjvanverth
2015-08-04- allow for stepping through a picture with 'n' and 'p'reed
2015-06-26remove SkInstCntmtklein
2015-06-15Use SkPaintFilterCanvas for SampleApp paint filteringfmalita
2015-05-05add DeferredCanvas mode to SampleAppreed
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-16SkPaint::FilterLevel -> SkFilterQualityreed
2015-02-21remove dead code from sampleapp, trim bad assertsreed
2015-02-11Support multiple null GL contexts on a thread.bsalomon
2015-02-02add SkAnimTimer, SPACE = pause/resume, ESP = stopreed
2015-02-01allow GMs to animatereed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-10-08use SkDocument to capture pdfs from SampleApp 'e'reed
2014-10-06add surfaceprops to SkWindow, and 'D' to toggle distancefieldfontsreed
2014-09-18use surface in SkView/SampleAppreed
2014-06-19Port SampleApp to SkCommandLineFlags.mtklein
2014-04-18Staging for cleanup of SkPicture-related headersrobertphillips@google.com
2014-04-13split SkPictureRecorder out of SkPicturerobertphillips@google.com
2013-12-10Add SkTileGridPicture SampleApp playback support.commit-bot@chromium.org
2013-12-10change 'n' toggle to cycle through all filterlevelsreed@google.com
2013-12-06Additional SampleApp tiling options.commit-bot@chromium.org
2013-08-29Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com
2013-08-20Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com
2013-08-20Split SkDevice out of SkBitmapDevicerobertphillips@google.com
2013-07-11Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to p...edisonn@google.com
2013-07-09Make 'rotate' animate in SampleApp.bungeman@google.com
2013-06-03Fix hinting and add subpixel to SampleApp.bungeman@google.com
2013-01-24fix missing-case-statement warningreed@google.com
2013-01-24Fix SampleApp ANGLE mode.bsalomon@google.com
2013-01-17Remove unused debugger code from SampleApp.djsollen@google.com
2013-01-08pass modifier keys to click events (e.g. control | shift etc.)reed@google.com
2012-12-10Reapply (r6718) with fix for compiler error on linux.djsollen@google.com
2012-12-10revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitR...djsollen@google.com
2012-12-10Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)djsollen@google.com
2012-12-07Revert "Added the following 3 features to sample app."djsollen@google.com
2012-12-07Added the following 3 features to sample app.djsollen@google.com
2012-10-01retool so we don't need to call SkCanvas::setDevicereed@google.com
2012-09-29samplecode: Remove duplicated include of SkWindow.h from SampleApp.htfarina@chromium.org
2012-08-17Move tiling up into SampleWindow.scroggo@google.com
2012-08-16Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)robertphillips@google.com
2012-08-15add 't' to toggle tiling modesreed@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2012-08-01Added --picture flag to SampleApp, loads individual skp.chudy@google.com
2012-06-08Add a tiled pipe mode to SampleApp.scroggo@google.com
2012-06-04--pictureDir foo will load serialized pictures <>.skp from the foo directoryreed@google.com
2012-05-03Added "--list" command line option to SampleApprobertphillips@google.com
2012-04-18In SampleWindow, pass ownership of menus to SkWindow, so it can safelyscroggo@google.com