1. 713276b Presubmit should check that source files end in atleast one newline by rmistry@google.com · 12 years ago
  2. 647ca8b Leave one and only one newline at the end of source files by rmistry@google.com · 12 years ago
  3. bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 12 years ago
  4. a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 12 years ago
  5. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  6. 6548cec Whitespace change to test (SkipBuildbotRuns) locally by rmistry@google.com · 12 years ago
  7. 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 12 years ago
  8. 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 12 years ago
  9. d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 12 years ago
  10. ae97795 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  11. 5170db2 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
  12. 9272086 Triggering rebuilds after r7386 by rmistry@google.com · 12 years ago
  13. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. e8625ac Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  15. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  16. 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  17. 58c0aaa fix missing-case-statement warning by reed@google.com · 12 years ago
  18. 9f60291 shape ops work in progress by caryclark@google.com · 12 years ago
  19. 6c55b51 Modify submit_try to work on windows by borenet@google.com · 12 years ago
  20. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  21. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
  22. c5fae9e Fix spelling error. by bsalomon@google.com · 12 years ago
  23. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 12 years ago
  24. 7fcfeb1 doh. drawRRect is not on SkDevice.... yet by reed@google.com · 12 years ago
  25. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
  26. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
  27. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 12 years ago
  28. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 12 years ago
  29. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 12 years ago
  30. b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 12 years ago
  31. e2bfd8b The oval path bench tests used to draw a circle, but I changed them to an oval by jvanverth@google.com · 12 years ago
  32. 7c56c16 Fix sort test. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  33. 9780530 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  34. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  35. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  36. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 3fc8d87 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  38. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
  39. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 12 years ago
  40. 6b5388e Replace gcl_try with submit_try by borenet@google.com · 12 years ago
  41. 7fa58ac Changes per-tile bench values to use the average of repetitions from new bench log output. by bensong@google.com · 12 years ago
  42. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  43. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  44. f91c63e Revert r7341 by edisonn@google.com · 12 years ago
  45. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  46. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  47. 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
  48. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  49. c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
  50. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
  51. 23c2939 Use Skia style cast in SkDeviceProperties. (Alternative to 7329.) by bungeman@google.com · 12 years ago
  52. eebdd96 add rand10 bench for sort, which makes 10% of the entries repeats by reed@google.com · 12 years ago
  53. c299344 Display a warning prompt in presubmit if the tree status is in 'Caution'. by rmistry@google.com · 12 years ago
  54. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  55. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. c9dc537 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  57. a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
  58. 5133fc7 Speculative fix for cros_daisy compilation failure by robertphillips@google.com · 12 years ago
  59. d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
  60. 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 12 years ago
  61. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  62. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  63. 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 12 years ago
  64. f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
  65. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  66. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  67. dd4b745 Added multi-select deletion to debugger by robertphillips@google.com · 12 years ago
  68. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  69. da7cb28 Add wrapper for "gcl try" by borenet@google.com · 12 years ago
  70. 25bc2f8 Fix saving modified skp from debugger by robertphillips@google.com · 12 years ago
  71. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  72. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  73. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  74. d3c208c Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval filter type. by jvanverth@google.com · 12 years ago
  75. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  76. 9d5f99b shape ops work in progress by caryclark@google.com · 12 years ago
  77. 5632e76 Place fix in r7278 behind compile flag by robertphillips@google.com · 12 years ago
  78. fd78046 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage. by rmistry@google.com · 12 years ago
  79. 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 12 years ago
  80. 60b0e9d Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 12 years ago
  81. 7a7caa2 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 12 years ago
  82. 9f876ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 05c4bad shape ops work in progress by caryclark@google.com · 12 years ago
  84. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  86. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  87. 514b922 Partial revert of r7287 to green up the bots. by senorblanco@chromium.org · 12 years ago
  88. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  89. 8e4adb0 Update gyp revision. Now allows out-of-source output directories. by bungeman@google.com · 12 years ago
  90. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  91. 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
  92. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  93. 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
  94. 2124446 fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp by reed@google.com · 12 years ago
  95. 8ba9a83 tools.gyp: dependencies in apfabetical order by edisonn@google.com · 12 years ago
  96. 9f49652 Removed unused variable in SkBicubicImageFilter.cpp by robertphillips@google.com · 12 years ago
  97. f919b72 in SkPath::dump(), add \n after close() printf, so we don't run into the next verb (e.g. moveTo) by reed@google.com · 12 years ago
  98. 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
  99. 7da456d Fix 7273 for neon by robertphillips@google.com · 12 years ago
  100. 92435a4 Fix GPU-less build. Unreviewed. by senorblanco@chromium.org · 12 years ago