aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.h
Commit message (Expand)AuthorAge
* 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
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* Add 'K' to SampleApp to trigger animated perspective renderingGravatar bsalomon@google.com2011-09-08
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12
* Added transitions and net pipe to SampleApp, updated gyp filesGravatar yangsu@google.com2011-08-08
* Set up global options for SampleApp and now allows SampleApp to request menu ...Gravatar yangsu@google.com2011-08-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add DeviceManager to SampleWindowGravatar bsalomon@google.com2011-07-14
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Added helper methods for changing samples, getting sample titles, and extract...Gravatar yangsu@google.com2011-06-24
* Unify handleTouch and handleClick in SampleApp.Gravatar Scroggo2011-06-22
* SampleApp fixes.Gravatar Scroggo2011-06-21
* Add a way to save to PDF in SampleApp on Android and elsewhere.Gravatar Scroggo2011-06-21
* Use SkTouchGesture to handle pinch events in Android SampleApp.Gravatar Scroggo2011-06-17
* Improvements to the SampleApp (primarily Android).Gravatar Scroggo2011-06-15