aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.cpp
Commit message (Expand)AuthorAge
* if you use --picture in SampleApp, make that sample come up firstGravatar reed@google.com2013-06-06
* Fix hinting menu in SampleApp.Gravatar bungeman@google.com2013-06-04
* Fix signed/unsigned comparison warning as error from r9421.Gravatar bungeman@google.com2013-06-03
* Fix hinting and add subpixel to SampleApp.Gravatar bungeman@google.com2013-06-03
* use SkStream factory for files, and check for null (file-not-found) speedup s...Gravatar reed@google.com2013-05-29
* Fix vertical text scaling and clipping on Mac.Gravatar bungeman@google.com2013-05-15
* Fixes for piping bitmaps with encoded data.Gravatar scroggo@google.com2013-04-30
* Make SkOSWindow return the sample count and stencil bit count for its GL cont...Gravatar bsalomon@google.com2013-03-05
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* 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
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* update srcmode GM to include aa/bw and gradientsGravatar reed@google.com2012-11-15
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* retool so we don't need to call SkCanvas::setDeviceGravatar reed@google.com2012-10-01
* Add a header for OverView.cpp as well.Gravatar tfarina@chromium.org2012-09-18
* Add a header file for TransitionView.cppGravatar epoger@google.com2012-09-14
* update MS counter to show actual millisecondsGravatar reed@google.com2012-09-10
* apend sample_grab file name with .pngGravatar reed@google.com2012-09-08
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* 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
* change tiling to 16 tiles instead of 4Gravatar reed@google.com2012-08-15
* Provide a key to go to the previous slide in SampleApp.Gravatar scroggo@google.com2012-08-15
* 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
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Add a tiled pipe mode to SampleApp.Gravatar scroggo@google.com2012-06-08
* fix warnings on Mac in ssamplecodeGravatar caryclark@google.com2012-06-06
* Fixed Linux compiler complaintsGravatar robertphillips@google.com2012-06-04
* --pictureDir foo will load serialized pictures <>.skp from the foo directoryGravatar reed@google.com2012-06-04
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Added "--list" command line option to SampleAppGravatar robertphillips@google.com2012-05-03
* Fixed usage info for SampleApp's msaa flagGravatar robertphillips@google.com2012-05-02
* In SampleWindow, pass ownership of menus to SkWindow, so it can safelyGravatar scroggo@google.com2012-04-18
* Tear down Gr stuff before GL context in SampleAppGravatar bsalomon@google.com2012-04-10
* Minor bug fix in SampleAppGravatar robertphillips@google.com2012-04-10