aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.h
Commit message (Expand)AuthorAge
* Support multiple null GL contexts on a thread.Gravatar bsalomon2015-02-11
* add SkAnimTimer, SPACE = pause/resume, ESP = stopGravatar reed2015-02-02
* allow GMs to animateGravatar reed2015-02-01
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* use SkDocument to capture pdfs from SampleApp 'e'Gravatar reed2014-10-08
* add surfaceprops to SkWindow, and 'D' to toggle distancefieldfontsGravatar reed2014-10-06
* use surface in SkView/SampleAppGravatar reed2014-09-18
* Port SampleApp to SkCommandLineFlags.Gravatar mtklein2014-06-19
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Add SkTileGridPicture SampleApp playback support.Gravatar commit-bot@chromium.org2013-12-10
* change 'n' toggle to cycle through all filterlevelsGravatar reed@google.com2013-12-10
* Additional SampleApp tiling options.Gravatar commit-bot@chromium.org2013-12-06
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Add an option to have a PdfViewer in SampleApp. Add a parameter --pdfDir to p...Gravatar edisonn@google.com2013-07-11
* Make 'rotate' animate in SampleApp.Gravatar bungeman@google.com2013-07-09
* Fix hinting and add subpixel to SampleApp.Gravatar bungeman@google.com2013-06-03
* fix missing-case-statement warningGravatar reed@google.com2013-01-24
* Fix SampleApp ANGLE mode.Gravatar bsalomon@google.com2013-01-24
* Remove unused debugger code from SampleApp.Gravatar djsollen@google.com2013-01-17
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* Reapply (r6718) with fix for compiler error on linux.Gravatar djsollen@google.com2012-12-10
* revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitR...Gravatar djsollen@google.com2012-12-10
* Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)Gravatar djsollen@google.com2012-12-10
* Revert "Added the following 3 features to sample app."Gravatar djsollen@google.com2012-12-07
* Added the following 3 features to sample app.Gravatar djsollen@google.com2012-12-07
* retool so we don't need to call SkCanvas::setDeviceGravatar reed@google.com2012-10-01
* samplecode: Remove duplicated include of SkWindow.h from SampleApp.hGravatar tfarina@chromium.org2012-09-29
* Move tiling up into SampleWindow.Gravatar scroggo@google.com2012-08-17
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* add 't' to toggle tiling modesGravatar reed@google.com2012-08-15
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Added --picture flag to SampleApp, loads individual skp.Gravatar chudy@google.com2012-08-01
* Add a tiled pipe mode to SampleApp.Gravatar scroggo@google.com2012-06-08
* --pictureDir foo will load serialized pictures <>.skp from the foo directoryGravatar reed@google.com2012-06-04
* Added "--list" command line option to SampleAppGravatar robertphillips@google.com2012-05-03
* In SampleWindow, pass ownership of menus to SkWindow, so it can safelyGravatar scroggo@google.com2012-04-18
* Add MSAA option to SampleAppGravatar bsalomon@google.com2012-04-06
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Redelivering r3555 to re-add run-time switching between ANGLE and native opengl Gravatar robertphillips@google.com2012-04-02
* Reverting r3555Gravatar robertphillips@google.com2012-03-30
* Added run-time switching between OpenGL & ANGLE in SampleAppGravatar robertphillips@google.com2012-03-30
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* RETURN key now records default slide for startupGravatar mike@reedtribe.org2011-12-27
* install drawfilter for the picture playback as wellGravatar reed@google.com2011-12-08
* land http://codereview.appspot.com/5244058/ - add matrix to SkViewGravatar reed@google.com2011-11-11
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31