1. f839c03 shape ops work in progress by caryclark@google.com · 12 years ago
  2. 24c29d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 185c7c4 shape ops work in progress by caryclark@google.com · 12 years ago
  4. fb51afb shape ops work in progress by caryclark@google.com · 12 years ago
  5. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 90adecd pixman experiment work in progress by caryclark@google.com · 12 years ago
  7. c91dfe4 shape ops work in progress by caryclark@google.com · 12 years ago
  8. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. a461ff0 shape ops work in progress by caryclark@google.com · 12 years ago
  10. 439cb51 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. 6aea33f checkpoint for shape ops by caryclark@google.com · 12 years ago
  12. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  13. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  14. 17a595a Use setDevice rather than the removed setBitmapDevice. by bsalomon@google.com · 12 years ago
  15. 6ac79dc Change the ios sample app name. by bsalomon@google.com · 12 years ago
  16. 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. be584d7 in an effort to excise callers of setBitmapDevice, I think we can eliminate by reed@google.com · 12 years ago
  18. 82ba677 remove call to setBitmapDevice (DEPRECATED) by reed@google.com · 12 years ago
  19. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  20. 230504d Make SampleApp work on iPhone/iOS simulator. by bsalomon@google.com · 12 years ago
  21. 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. 32847be remove precompiled header option for ios unreviewed by caryclark@google.com · 12 years ago
  23. d312804 shape ops -- update gyp projects by caryclark@google.com · 12 years ago
  24. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  25. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  26. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. d168874 shape ops work in progress by caryclark@google.com · 12 years ago
  28. 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 235f56a shape ops work in progress add quartic solution for intersecting quadratics by caryclark@google.com · 12 years ago
  30. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  31. 4f55d39 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 32546db shape ops work in progress by caryclark@google.com · 12 years ago
  33. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. a7e483d shape ops work in progress working on quad/quad intersection by caryclark@google.com · 12 years ago
  35. 9e49fb6 shape ops work in progress by caryclark@google.com · 12 years ago
  36. 3350c3c shape ops work in progress this fixes quad/line intersection by caryclark@google.com · 12 years ago
  37. 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
  38. c899ad9 shape ops work in progress by caryclark@google.com · 12 years ago
  39. 03f9706 shape ops work in progress working demo of old vs. new by caryclark@google.com · 12 years ago
  40. 24bec79 shape ops work in progress by caryclark@google.com · 12 years ago
  41. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  42. 59823f7 shape ops work in progress milestone: about 1.6M tests pass by caryclark@google.com · 12 years ago
  43. 2ddff93 shape ops work in progress milestone: all rect tests (639706) work by caryclark@google.com · 12 years ago
  44. 0c803d0 shape ops work in progress by caryclark@google.com · 12 years ago
  45. 200c211 shape ops work in progress by caryclark@google.com · 12 years ago
  46. 534aa5b shape ops work in progress by caryclark@google.com · 12 years ago
  47. 7db7c6b shape ops work in progress by caryclark@google.com · 12 years ago
  48. 27c449a shape ops work in progress by caryclark@google.com · 12 years ago
  49. cc90505 shape ops work in progress by caryclark@google.com · 12 years ago
  50. 1806344 shape ops work in progress by caryclark@google.com · 12 years ago
  51. afe56de shape ops work in progress by caryclark@google.com · 12 years ago
  52. e21cb18 shape ops work in progress by caryclark@google.com · 12 years ago
  53. 4758069 shape ops work in progress by caryclark@google.com · 12 years ago
  54. 0e08a19 shape ops work in progress by caryclark@google.com · 12 years ago
  55. 5c286d3 shape ops work in progress Review URL: https://codereview.appspot.com/6392058 by caryclark@google.com · 12 years ago
  56. 210acaf shape ops work in progress by caryclark@google.com · 12 years ago
  57. 9764cc6 shape ops work in progress by caryclark@google.com · 12 years ago
  58. 027de22 shape ops work in progress by caryclark@google.com · 12 years ago
  59. fa4a6e9 shape ops work in progress by caryclark@google.com · 12 years ago
  60. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  61. b973801 shape ops work in progress by caryclark@google.com · 12 years ago
  62. 66ca2fb shape ops work in progress by caryclark@google.com · 12 years ago
  63. 8dcf114 shape ops work in progress by caryclark@google.com · 12 years ago
  64. 88f7d0c shape ops work in progress by caryclark@google.com · 12 years ago
  65. 9923c2b Remove gpu stats tracking by bsalomon@google.com · 12 years ago
  66. 9da0cea3 fix warnings on Mac in experimental by caryclark@google.com · 12 years ago
  67. 06c279e shape ops work in progress by caryclark@google.com · 12 years ago
  68. f25edfe shape ops work in progress by caryclark@google.com · 12 years ago
  69. a3f05fa shape ops work in progress by caryclark@google.com · 12 years ago
  70. 495f8e4 shape ops work in progress by caryclark@google.com · 12 years ago
  71. 65f9f0a shape ops work in progress (get rid of some warnings) by caryclark@google.com · 12 years ago
  72. af46cff shape ops work in progress by caryclark@google.com · 12 years ago
  73. 1577e8f shape ops work in progress by caryclark@google.com · 12 years ago
  74. b45a1b4 shape ops work in progress by caryclark@google.com · 12 years ago
  75. fcd4f3e shape ops: more work in progress by caryclark@google.com · 12 years ago
  76. 15fa138 shape ops work in progress by caryclark@google.com · 12 years ago
  77. a833b5c shape ops work in progress by caryclark@google.com · 12 years ago
  78. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 12 years ago
  79. fa0588f work in progress in the middle of switching to sortless version by caryclark@google.com · 12 years ago
  80. 78e1713 work in progress by caryclark@google.com · 12 years ago
  81. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  82. 8637a36 Minor Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  83. fb17342 shape ops work in progress more quadratics work by caryclark@google.com · 12 years ago
  84. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  85. d5b05ef Patching Mac files missed in first delivery by robertphillips@google.com · 12 years ago
  86. 198e054 shape ops work in progress by caryclark@google.com · 12 years ago
  87. a576423 first support at shape ops support for quads by caryclark@google.com · 12 years ago
  88. f47c217 overzealously deleted files by caryclark@google.com · 12 years ago
  89. d88e089 work in progress by caryclark@google.com · 12 years ago
  90. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  91. 752b60e work in progress by caryclark@google.com · 12 years ago
  92. 2e7f4c8 work in progress by caryclark@google.com · 13 years ago
  93. 4917f17 work in progress of note, all edge walker tests succeed at this point by caryclark@google.com · 13 years ago
  94. cd4421d work in progress by caryclark@google.com · 13 years ago
  95. cef7e3f work in progress by caryclark@google.com · 13 years ago
  96. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
  97. c17972e work in progress by caryclark@google.com · 13 years ago
  98. 128cd22 add missing files by caryclark@google.com · 13 years ago
  99. 6b9cfb3 work in progress by caryclark@google.com · 13 years ago
  100. 6008c656 work in progress by caryclark@google.com · 13 years ago