1. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  2. b4fd893 add old fix for iOS SampleApp by caryclark · 9 years ago
  3. a1e41c6 default to 8888 for ganesh in sampleapp on iOS by reed · 10 years ago
  4. 195f62d BUG=skia: by stephana · 10 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  6. 7e051f9 Fix SampleApp build on iOS. by scroggo · 10 years ago
  7. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  8. f0b1710 fix some bit-rot in the ios port of sampleapp by reed · 10 years ago
  9. 17f0b6d share dm and command flags by caryclark · 10 years ago
  10. 936b734 ios fixes by caryclark · 10 years ago
  11. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  12. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  13. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  14. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  15. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  16. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  17. b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 11 years ago
  18. 26deb23 change SkScalarRound to SkScalarRoundToInt by reed@google.com · 11 years ago
  19. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  20. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  21. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  22. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  23. c94a9cc Fix iOS compiler error/warning by robertphillips@google.com · 12 years ago
  24. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
  25. 365d787 More fixes for ios build. by bsalomon@google.com · 12 years ago
  26. f67bd9d Attempt to fix iOS build. by bsalomon@google.com · 12 years ago
  27. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  29. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  30. 17a595a Use setDevice rather than the removed setBitmapDevice. by bsalomon@google.com · 12 years ago
  31. 6ac79dc Change the ios sample app name. by bsalomon@google.com · 12 years ago
  32. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  33. 230504d Make SampleApp work on iPhone/iOS simulator. by bsalomon@google.com · 12 years ago
  34. 32847be remove precompiled header option for ios unreviewed by caryclark@google.com · 12 years ago
  35. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  36. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  37. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  38. 9923c2b Remove gpu stats tracking by bsalomon@google.com · 12 years ago
  39. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 13 years ago
  40. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 13 years ago
  41. 02f90e8 Fix include paths in non-standard targets. by tomhudson@google.com · 13 years ago
  42. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  43. 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 13 years ago
  44. 69f2e05 Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental by yangsu@google.com · 13 years ago
  45. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  46. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  47. 5987045 iOS Sample App menu implementation http://codereview.appspot.com/4798055/ by yangsu@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  50. 2ba30c0 iOSSampleApp can now switch backends during runtime by yangsu@google.com · 13 years ago
  51. 74d25b1 Fixed an #ifdef bug in SkUIView by yangsu@google.com · 13 years ago
  52. 22db8af Removed old files in iOSSampleApp by yangsu@google.com · 13 years ago
  53. c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 13 years ago
  54. 033bee3 Changed Bundler identifier to com.google in iOSSampleApp by yangsu@google.com · 13 years ago
  55. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  56. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  57. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  58. 6d2a6a4 Updated the references to iOS util files in the iOSSampleApp project file by yangsu@google.com · 13 years ago
  59. 2eff7e2 Sample App ported to an universal iOS app with airprint enabled by yangsu@google.com · 13 years ago