1. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  2. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  3. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 11 years ago
  4. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  5. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  6. 881b10b move all flag bits up by 1, to accomodate new flag in SkPaint by reed@google.com · 11 years ago
  7. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  8. 9a73104 add SkPath as real lua object by reed@google.com · 11 years ago
  9. 2d51677 add startcanvas/endcanvas entry-points for the script. rename all "official" entry-points to use "sk_scrape_" prefix by reed@google.com · 11 years ago
  10. 14f584b disable dumping the ctm on every drawRect verb (was there for testing) by reed@google.com · 11 years ago
  11. f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 11 years ago
  12. 0e59b79 allow multiple lua files to be used in lua_pictures by mike@reedtribe.org · 11 years ago
  13. cef454e printf name of picture *before* we try to scrape it. by mike@reedtribe.org · 11 years ago
  14. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  15. 7d01ec4 Make rebaseline.py pull msaa images by bsalomon@google.com · 11 years ago
  16. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 1c5a94f lua accumulate now receives a table of the draw parameters by mike@reedtribe.org · 11 years ago
  18. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  19. 9da0e1d Use separate subset directories in skimage. by scroggo@google.com · 11 years ago
  20. 3c58723 Update rebaseline.py for N10. by bsalomon@google.com · 11 years ago
  21. 4fed643 Create a self test for skimage. by scroggo@google.com · 11 years ago
  22. 6ca30ca skimage: report failure if expectation not found. by scroggo@google.com · 11 years ago
  23. 4d98b74 Fix memory leak in filter tool by robertphillips@google.com · 11 years ago
  24. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 11 years ago
  25. 1ce5cef Run bench_pictures with "--config msaa4" on Razr I, Nexus 10, and GNex by borenet@google.com · 11 years ago
  26. 1125d39 Add a new mode to render_pictures. by scroggo@google.com · 11 years ago
  27. 0018f75 Fix more warnings. by scroggo@google.com · 11 years ago
  28. cb3c8d7 Make rebaseline.py pull GN Debug images. by bsalomon@google.com · 11 years ago
  29. 8b5ff5c Fix build (warning). by scroggo@google.com · 11 years ago
  30. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  31. f6a9033 Add msaa configs to bench_pictures. by jvanverth@google.com · 11 years ago
  32. 99da601 Fix submit_try for new builder names by borenet@google.com · 11 years ago
  33. c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 11 years ago
  34. 8fc729f Housekeeper should not fail when skia-autogen is reset. by rmistry@google.com · 11 years ago
  35. e6598a0 Fix builder name references by borenet@google.com · 11 years ago
  36. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  37. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  38. d041901 Fix the build. by scroggo@google.com · 11 years ago
  39. 58104a9 Treat default command line argument properly. by scroggo@google.com · 11 years ago
  40. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 11 years ago
  41. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 11 years ago
  42. aaec851 Link webp in skimage and debugger. by scroggo@google.com · 11 years ago
  43. 9c5f969 Include gif image decoding in images/ on linux. by scroggo@google.com · 11 years ago
  44. b41ff95 Updates for the skimage tool. by scroggo@google.com · 11 years ago
  45. ae403b9 Simplify bench pictures render target creation. by commit-bot@chromium.org · 11 years ago
  46. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  47. f5c4fc8 Introduce aliases and regex in submit_try. by rmistry@google.com · 11 years ago
  48. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  49. 2e87ba0 Add before and after command count to filter tool by robertphillips@google.com · 11 years ago
  50. 50d6862 Make submit_try accept space- or comma-separated list by epoger@google.com · 11 years ago
  51. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  52. c525704 Expand filter 0 to handle transparent drawBitmapRect paints by robertphillips@google.com · 11 years ago
  53. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 11 years ago
  54. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  55. 3bdf164 Taken together with the filter tool's new looping capabilities, these two optimizations can replace check_7 and apply_7. by commit-bot@chromium.org · 11 years ago
  56. d9c1853 Add looping over optimizations to filter tool by robertphillips@google.com · 11 years ago
  57. 50c84da Add getDrawCommandAt and setDrawCommandAt to SkDebugCanvas by robertphillips@google.com · 11 years ago
  58. 02009c7 Add short option for --bot in submit_try by borenet@google.com · 11 years ago
  59. 6acd09e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. c3410b8 New filter targeted at desk_googlespreadsheet overdraw issues by robertphillips@google.com · 11 years ago
  61. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  62. 5dc4ca1 Allow more options for setting boolean flag values in SkFlags. by scroggo@google.com · 11 years ago
  63. 0f2cd17 When SkFlags encounters an invalid flag, quit. by scroggo@google.com · 11 years ago
  64. 8366df0 Update help in SkFlags. by scroggo@google.com · 11 years ago
  65. 4bfbc7f Fix submit_try by borenet@google.com · 11 years ago
  66. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 11 years ago
  67. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  68. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  69. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  70. a74302d Use "svn cat" in tools/submit_try by borenet@google.com · 12 years ago
  71. 9105ad0 Add translate & scale optimizations by robertphillips@google.com · 12 years ago
  72. 91217d0 Making SkDrawCommand more robust by robertphillips@google.com · 12 years ago
  73. 03682be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. d34fda1 Build fix: accessing uninitialized class member (not) by junov@chromium.org · 12 years ago
  75. e286e84 Modifying the behavior of render_pictures --validate to test the effect of bbh. by junov@chromium.org · 12 years ago
  76. c19c191 Fixing crash in render_pictures when failing to create referenceBitmap for --validate by junov@chromium.org · 12 years ago
  77. febc0ec Add misc. optimizations to filter tool by robertphillips@google.com · 12 years ago
  78. fe7533e Change submit_try to use checked-in master_host and master_port by borenet@google.com · 12 years ago
  79. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 12 years ago
  81. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 12 years ago
  82. d59cf7c Remove reset of SkTileGrid in PictureRenderer::init by robertphillips@google.com · 12 years ago
  83. b8f0de1 Fix bench_pictures.cfg by borenet@google.com · 12 years ago
  84. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 12 years ago
  86. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 12 years ago
  87. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 12 years ago
  88. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
  89. 7ae918e Move initialization to PictureRenderer ctor by robertphillips@google.com · 12 years ago
  90. 2c00ba3 Revert 7932 by robertphillips@google.com · 12 years ago
  91. f9ce423 Initialize grid info in TiledPictureRenderer::init by robertphillips@google.com · 12 years ago
  92. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  93. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  94. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  95. 46dc43d Make ANGLE bot run only ANGLE configs in bench_pictures by borenet@google.com · 12 years ago
  96. bd9669a bench_graph_svg: add r7618 results (NOT per-tile) to self-test source data by epoger@google.com · 12 years ago
  97. aa6470a bench_graph_svg self-test: add non-tile bench data by epoger@google.com · 12 years ago
  98. 673816c tools/tests/run.sh: download test bench data from Google Storage rather than SVN by epoger@google.com · 12 years ago
  99. 2459a39 bench_graph_svg: generate output in consistently sorted order, to make diffs more useful by epoger@google.com · 12 years ago
  100. 9316d7a disable new bench_graph_svg test in tools/tests/run.sh that fails on housekeeper by epoger@google.com · 12 years ago