1. 2bc4c35 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle'] on Google Storage. by rmistry@google.com · 11 years ago
  2. 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 11 years ago
  3. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 11 years ago
  4. 29dea74 Fix warnings resulting from 7496. by bungeman@google.com · 11 years ago
  5. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  6. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 11 years ago
  7. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 11 years ago
  8. cb9b4a5 Added cast to make SkIntToScalar happy with size_t in debug (in SkDrawCommand.cpp) by robertphillips@google.com · 11 years ago
  9. 1917c7b Removed unused variable by robertphillips@google.com · 11 years ago
  10. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 11 years ago
  11. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 11 years ago
  12. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 11 years ago
  13. a3c1348 add new test for region::intersect, when one is a rect, and it wholly contains by reed@google.com · 11 years ago
  14. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 11 years ago
  15. 6156bd0 All skp files in Google Storage have been updated (AddDashboardAnnotation) by rmistry@google.com · 11 years ago
  16. 64c7253 Whitespace change to trigger rebuilds after r7485 by rmistry@google.com · 11 years ago
  17. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  18. c3ecf65 Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome by robertphillips@google.com · 11 years ago
  19. 6cfe1fb Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h to get Chrome compiling by robertphillips@google.com · 11 years ago
  20. e7c843d Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome to compile by robertphillips@google.com · 11 years ago
  21. 8857e7c Add SkImageFilterUtils.h to effects.gypi by robertphillips@google.com · 11 years ago
  22. 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 11 years ago
  23. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 11 years ago
  24. 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 11 years ago
  25. a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 11 years ago
  26. 1447aa3 Added option of profiling GPU backend to debugger by robertphillips@google.com · 11 years ago
  27. e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 11 years ago
  28. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 11 years ago
  29. 7047665 bench_compare proper spacing and tab option. by bungeman@google.com · 11 years ago
  30. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 11 years ago
  31. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 11 years ago
  32. e94b5e4 Adding a new unit test that demonstrates that dithering affects constant gradients by junov@chromium.org · 11 years ago
  33. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 11 years ago
  34. a8e66f7 Adds SkMWCRandom, which generates random numbers using a variant of George Marsaglia's multiply-with-carry "mother-of-all" method. This passes the tuftests suite so it should be much better than the current method (which does not). by jvanverth@google.com · 11 years ago
  35. 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 11 years ago
  36. f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 11 years ago
  37. 86adc0d shape ops work in progress by caryclark@google.com · 11 years ago
  38. 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  39. aa35831 shape ops work in progress by caryclark@google.com · 11 years ago
  40. 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 11 years ago
  41. bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 11 years ago
  42. 4025f6f shape ops work in progress by caryclark@google.com · 11 years ago
  43. 8c0bc9b add SK_API to SkMutex (for chrome) by reed@google.com · 11 years ago
  44. 2c8abb4 Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  45. 4bf1e3c Whitespace change (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  46. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  47. 24d10cb tweak to comments, ws change to trigger bots by reed@google.com · 11 years ago
  48. 7312a18 Remove a workaround in gm/xfermodes.cpp by scroggo@google.com · 11 years ago
  49. ade3266 Add missing params to renderer->resetState(). by jvanverth@google.com · 11 years ago
  50. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 11 years ago
  51. 68f670f Fix assert by robertphillips@google.com · 11 years ago
  52. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 11 years ago
  53. b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 11 years ago
  54. 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 11 years ago
  55. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 11 years ago
  56. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 11 years ago
  57. 85ec74c shape ops work in progress by caryclark@google.com · 11 years ago
  58. e219baf Add data() to all QString::toASCII Qt calls to help out Linux compiler by robertphillips@google.com · 11 years ago
  59. ff6e6ba Add command line options to debugger by robertphillips@google.com · 11 years ago
  60. b6399a7 add (disabled) test for big dashing by reed@google.com · 11 years ago
  61. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 11 years ago
  62. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 11 years ago
  63. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 11 years ago
  64. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 11 years ago
  65. 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 11 years ago
  66. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 11 years ago
  67. 093455c add missing parameter to overridden onFindClickHandler by mike@reedtribe.org · 11 years ago
  68. 27b6899 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 11 years ago
  69. 42b8870 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 11 years ago
  70. cc08c41 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 11 years ago
  71. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. 4899712 Test for (SkipBuildbotRuns) II by rmistry@google.com · 11 years ago
  73. 37eccd7 Test for (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  74. a5d621f Manually parse arguments in submit_try by borenet@google.com · 11 years ago
  75. ae6cb73 Whitespace change to test (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  76. 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 11 years ago
  77. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 11 years ago
  78. 713276b Presubmit should check that source files end in atleast one newline by rmistry@google.com · 11 years ago
  79. 647ca8b Leave one and only one newline at the end of source files by rmistry@google.com · 11 years ago
  80. bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 11 years ago
  81. a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 11 years ago
  82. 3bc7200 Move random from core to utils by bsalomon@google.com · 11 years ago
  83. 6548cec Whitespace change to test (SkipBuildbotRuns) locally by rmistry@google.com · 11 years ago
  84. 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 11 years ago
  85. 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 11 years ago
  86. d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 11 years ago
  87. ae97795 Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  88. 5170db2 Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  89. 9272086 Triggering rebuilds after r7386 by rmistry@google.com · 11 years ago
  90. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. e8625ac Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
  92. 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
  93. 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
  94. 58c0aaa fix missing-case-statement warning by reed@google.com · 12 years ago
  95. 9f60291 shape ops work in progress by caryclark@google.com · 12 years ago
  96. 6c55b51 Modify submit_try to work on windows by borenet@google.com · 12 years ago
  97. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  98. 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
  99. c5fae9e Fix spelling error. by bsalomon@google.com · 12 years ago
  100. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 12 years ago