aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.cpp
Commit message (Expand)AuthorAge
* 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
* remove some dead code in pipesGravatar reed@google.com2011-05-11
* disable experimental TEST_GPIPEGravatar reed@google.com2011-05-05
* update to SampleViewGravatar reed@google.com2011-05-05
* update pipe testGravatar reed@google.com2011-05-04
* Remove GrContext.h dependence on GrGpu.hGravatar bsalomon@google.com2011-05-02
* fix compileGravatar reed@google.com2011-05-02
* add typefacecacheGravatar reed@google.com2011-05-02
* move end-timer for FPS to afterChildren, so we will have flushed openglGravatar reed@google.com2011-04-25
* migrate some samples over to SampleView, for FPS measurementsGravatar reed@google.com2011-04-22
* add 'f' toggle to trigger timer for sample. Must subclass SampleView insteadGravatar mike@reedtribe.org2011-04-22
* fix warningsGravatar reed@google.com2011-04-14
* fix drawfilter to match new apiGravatar mike@reedtribe.org2011-04-08
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* add toggle keys:Gravatar reed@google.com2011-04-05
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Fix ref leak on GrGpu.Gravatar bsalomon@google.com2011-03-29
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* Add a 'fatbits' mode to unix sample app.Gravatar scroggo2011-03-22
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* add flingGravatar reed@google.com2011-03-16
* Correction of Windows SampleApp build break introduced by r925. Gravatar twiz@google.com2011-03-14
* add tristate toggle 'l' for lcd text drawingGravatar reed@google.com2011-03-11
* Fix warnings of SkScalar -> int conversions, by using SkScalarRound()Gravatar reed@google.com2011-03-10