1. bacfcfb Generate debugger MOCs on the fly by fmalita@google.com · 12 years ago
  2. c6157be Pinspect and bench_pictures are crashing when invoked with no arguments. by fmalita@google.com · 12 years ago
  3. 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
  5. 077b899 samplecode: Remove executable bit from SampleTextureDomain.cpp by tfarina@chromium.org · 12 years ago
  6. 36631b9 Fix Xcode 4.x debugger build by fmalita@google.com · 12 years ago
  7. af99d55 Added Qt 4.8.3 moc files for the debugger by robertphillips@google.com · 12 years ago
  8. 32847be remove precompiled header option for ios unreviewed by caryclark@google.com · 12 years ago
  9. 861b3a2 Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 without regressing performance. by bsalomon@google.com · 12 years ago
  10. 71f0f8e Fix update-doxygen (again) by borenet@google.com · 12 years ago
  11. 72e3403 Fix update-doxygen, which fails when skia-autogen is reset by borenet@google.com · 12 years ago
  12. 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
  13. 7b3b26e gm: Include system_preferences.h in mac file. by tfarina@chromium.org · 12 years ago
  14. 653b0d6 Disable memory intensive drawBitmapRectToRect tests on Android by robertphillips@google.com · 12 years ago
  15. 6ae24e0 remove uses of setBitmapDevice (DEPRECATED) by reed@google.com · 12 years ago
  16. 21a95f1 Added more drawBitmapRectToRect tests by robertphillips@google.com · 12 years ago
  17. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  18. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 12 years ago
  19. d312804 shape ops -- update gyp projects by caryclark@google.com · 12 years ago
  20. 9dd78c7 re-land 5681, but just the gyp file I wanted by mike@reedtribe.org · 12 years ago
  21. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  22. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  23. 3bd2173 SkCanvas::setDevice() must die, and so we begin by removing our own by mike@reedtribe.org · 12 years ago
  24. 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
  25. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  27. e0e71af Remove unused includes from skhello tool. by tfarina@chromium.org · 12 years ago
  28. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 12 years ago
  29. 2e91d7a Disable warning emitted in libjpg build by bsalomon@google.com · 12 years ago
  30. f585c45 Remove GrTLList.h by robertphillips@google.com · 12 years ago
  31. ddd8fa8 Remove SkListWidget.cpp, which has not been compiled for 18 months by epoger@google.com · 12 years ago
  32. 4e2d4ff Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years by epoger@google.com · 12 years ago
  33. 3686c9d Fix a warning in PictureBenchmark. by scroggo@google.com · 12 years ago
  34. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  35. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  36. 63e0ffd Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 0e82c67 "fix" chrome build by robertphillips@google.com · 12 years ago
  38. 129dee8 fix mac builds by caryclark@google.com · 12 years ago
  39. b8d212f Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  40. 18b3823 unbreak the build part ii allow android in debugger.gyp by caryclark@google.com · 12 years ago
  41. 976298e unbreak the build move define of skia_arch_type to front by caryclark@google.com · 12 years ago
  42. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  43. cdb426d Fix for GrTextureStripAtlas memory leak by robertphillips@google.com · 12 years ago
  44. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  45. 56072f9 Whitespace change to trigger rebuild after tweaking Windows build slaves by borenet@google.com · 12 years ago
  46. 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
  47. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  48. 251a766 [PDF] Fix name generation - / needs to be escaped. by vandebo@chromium.org · 12 years ago
  49. 8136d58 check for very large blurs, and don't try to cache the result in fontcache by reed@google.com · 12 years ago
  50. c544325 disable experiemental hack to try to speedup floor by reed@google.com · 12 years ago
  51. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  53. d2002d2 Whitespace change to trigger a bot cycle after r5630 by borenet@google.com · 12 years ago
  54. eeaf47f Fixing how deferred canvas purges itself when a clear is recoreded. by junov@chromium.org · 12 years ago
  55. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  56. 84d320e Got debugger compiling again after SkCanvas API change by robertphillips@google.com · 12 years ago
  57. c5e1ed8 Prevent LinearRegression from dividing by zero so the GenerateBenchGraphs step doesn't blow up if the data is all zeroes. by senorblanco@chromium.org · 12 years ago
  58. 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
  59. dc12b62 Update bench_expectations by borenet@google.com · 12 years ago
  60. af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
  61. 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
  62. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  63. fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
  64. bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
  65. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  66. db545ae Fix GrTextureAccess::operator == by bsalomon@google.com · 12 years ago
  67. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  68. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  69. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  70. 0a67f96 Renaming a couple methods in SkDeferredCanvas.cpp to improve readability by junov@chromium.org · 12 years ago
  71. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 12 years ago
  72. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  73. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  74. 9ec51dd Whitespace change to trigger a rebuild after removing bad bench data from r5592 by borenet@google.com · 12 years ago
  75. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 79723f9 Unreviewed; build fix. by senorblanco@chromium.org · 12 years ago
  77. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  78. d168874 shape ops work in progress by caryclark@google.com · 12 years ago
  79. ec0aa76 Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5 by george@mozilla.com · 12 years ago
  80. 972bfc4 Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp) by robertphillips@google.com · 12 years ago
  81. 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 12 years ago
  82. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  83. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  84. acfb30e Reuse one canvas for every tile in bench_pictures (in single threaded mode). by scroggo@google.com · 12 years ago
  85. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  86. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  87. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  88. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  89. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  90. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. b1b7f707 Add a header for OverView.cpp as well. by tfarina@chromium.org · 12 years ago
  92. 13fd5a1 Set DEFAULT_REPEATS to 1 by borenet@google.com · 12 years ago
  93. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  94. 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 12 years ago
  95. 0729b62 Fix a Ref count bug in SkFontHost_win_dw.cpp by bungeman@google.com · 12 years ago
  96. f92cfcf Fixed unused variable compiler complaint by robertphillips@google.com · 12 years ago
  97. 31f8f73 Fixed valgrind complaint in MatrixBench by robertphillips@google.com · 12 years ago
  98. 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
  99. bf3ef28 Fixed memory leak in deferred_canvas_record bench by robertphillips@google.com · 12 years ago
  100. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago