aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.cpp
Commit message (Expand)AuthorAge
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* Simplify specification of default interfaceGravatar bsalomon@google.com2011-09-16
* Add 'K' to SampleApp to trigger animated perspective renderingGravatar bsalomon@google.com2011-09-08
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Added Debugger to Sample App, off by defaultGravatar yangsu@google.com2011-08-12
* Removed networking dependencies from SampleApp, Pipe now off by defaultGravatar yangsu@google.com2011-08-08
* Added transitions and net pipe to SampleApp, updated gyp filesGravatar yangsu@google.com2011-08-08
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* Set up global options for SampleApp and now allows SampleApp to request menu ...Gravatar yangsu@google.com2011-08-02
* cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...Gravatar bsalomon@google.com2011-07-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Remove some cruft from SampleApp.cppGravatar bsalomon@google.com2011-07-14
* Add DeviceManager to SampleWindowGravatar bsalomon@google.com2011-07-14
* Be sure to call context->flush() before we swapbuffers, otherwise we might missGravatar mike@reedtribe.org2011-07-07
* make sure size change posts at sample app startup.Gravatar bsalomon@google.com2011-07-06
* fix typo:Gravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* revert prev hack around make3DReadyGravatar reed@google.com2011-07-06
* force grcontext to be created at startupGravatar reed@google.com2011-07-06
* check-point for testing drawBitmap [raster,gpu] -> [raster,gpu]Gravatar reed@google.com2011-07-06
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Modified the iOS pdf data code to use steam.copytoData()Gravatar yangsu@google.com2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* 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
* Minor fixes for SampleApp.Gravatar Scroggo2011-06-17
* Use SkTouchGesture to handle pinch events in Android SampleApp.Gravatar Scroggo2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Better fix for changing the viewport in sample app.Gravatar Scroggo2011-06-16
* Fix the mac build of the SampleApp.Gravatar Scroggo2011-06-16
* Improvements to the SampleApp (primarily Android).Gravatar Scroggo2011-06-15
* Updates to the Android SampleAppGravatar djsollen@google.com2011-06-13
* Make linux sample app work on my laptop. Reviewed at http://codereview.appspo...Gravatar Scroggo2011-06-08
* Added code to enable the pipe module to record to a fileGravatar yangsu@google.com2011-06-01
* update to SampleViewGravatar reed@google.com2011-06-01
* Remove unnecessary call to unlock.Gravatar Scroggo2011-05-31
* Show fatbits mode in openGL. http://codereview.appspot.com/4515141/Gravatar Scroggo2011-05-25
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* show consistent timings between debug and releaseGravatar reed@google.com2011-05-18
* lockPixels before looking at them in ZoomerGravatar reed@google.com2011-05-18
* add 'h' to tri-toggle font hintingGravatar reed@google.com2011-05-18
* fix uninitialized varGravatar reed@google.com2011-05-17
* add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutralGravatar reed@google.com2011-05-17
* add 'p' to toggle on/off testing the pipeGravatar reed@google.com2011-05-12