C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / experimental / iOSSampleApp / SkSampleUIView.mm
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-26 scroggoFix SampleApp build on iOS.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-22 reedfix some bit-rot in the ios port of sampleapp
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-02-18 commit-bot@chromiu... fix iOS build -- pass colortype, not config
2013-12-17 reed@google.comchange SkScalarRound to SkScalarRoundToInt
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-03-05 bsalomon@google.comMake SkOSWindow return the sample count and stencil...
2013-02-07 bsalomon@google.comMore fixes for ios build.
2013-02-07 bsalomon@google.comAttempt to fix iOS build.
2012-10-02 caryclark@google.combuild iOS with 'make all'
2012-10-01 reed@google.comretool so we don't need to call SkCanvas::setDevice
2012-10-01 bsalomon@google.comUse setDevice rather than the removed setBitmapDevice.
2012-09-28 bsalomon@google.comMake gpu work in iOS SampleApp.
2012-09-27 bsalomon@google.comMake SampleApp work on iPhone/iOS simulator.
2012-06-06 bsalomon@google.comRemove gpu stats tracking
2012-04-06 bsalomon@google.comAdd MSAA option to SampleApp
2012-04-02 robertphillips@goo... Patching Mac files missed in first delivery
2012-02-14 tomhudson@google.comFix include paths in non-standard targets.
2011-11-07 bsalomon@google.com[GPU] Add explicit byte order and PM vs. UPM 8888 configs
2011-08-30 yangsu@google.comAdded SimpleiOSApp and updated iOSSampleApp