1. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  2. db545ae Fix GrTextureAccess::operator == by bsalomon@google.com · 12 years ago
  3. 81f9d2e In render_pictures tiled rendering, draw a separate PNG for each tile. by scroggo@google.com · 12 years ago
  4. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  5. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  6. 0a67f96 Renaming a couple methods in SkDeferredCanvas.cpp to improve readability by junov@chromium.org · 12 years ago
  7. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 12 years ago
  8. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  9. 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
  10. 9ec51dd Whitespace change to trigger a rebuild after removing bad bench data from r5592 by borenet@google.com · 12 years ago
  11. c1ad022 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 79723f9 Unreviewed; build fix. by senorblanco@chromium.org · 12 years ago
  13. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  14. d168874 shape ops work in progress by caryclark@google.com · 12 years ago
  15. ec0aa76 Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5 by george@mozilla.com · 12 years ago
  16. 972bfc4 Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp) by robertphillips@google.com · 12 years ago
  17. 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 12 years ago
  18. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  19. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  20. acfb30e Reuse one canvas for every tile in bench_pictures (in single threaded mode). by scroggo@google.com · 12 years ago
  21. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  22. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  23. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  24. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  25. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  26. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. b1b7f707 Add a header for OverView.cpp as well. by tfarina@chromium.org · 12 years ago
  28. 13fd5a1 Set DEFAULT_REPEATS to 1 by borenet@google.com · 12 years ago
  29. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  30. 7534747 Add GrColor to RGBA float helper func by bsalomon@google.com · 12 years ago
  31. 0729b62 Fix a Ref count bug in SkFontHost_win_dw.cpp by bungeman@google.com · 12 years ago
  32. f92cfcf Fixed unused variable compiler complaint by robertphillips@google.com · 12 years ago
  33. 31f8f73 Fixed valgrind complaint in MatrixBench by robertphillips@google.com · 12 years ago
  34. 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
  35. bf3ef28 Fixed memory leak in deferred_canvas_record bench by robertphillips@google.com · 12 years ago
  36. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago
  37. 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  39. 6132eb9 speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole by reed@google.com · 12 years ago
  40. a9baf11 Double size of buffer for SkString::printf() by rileya@google.com · 12 years ago
  41. cbc4a5d Add file I forgot in https://code.google.com/p/skia/source/detail?r=5552 by epoger@google.com · 12 years ago
  42. 37711e1 Update expected bench results for picture_playback_drawText_GPU_c by epoger@google.com · 12 years ago
  43. 6a12178 Add a header file for TransitionView.cpp by epoger@google.com · 12 years ago
  44. 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
  45. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
  46. 9548be3 landing https://codereview.appspot.com/6506117 by reed@google.com · 12 years ago
  47. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
  48. 3a8b0d8 Scale even smaller in bench_pictures to get things green by borenet@google.com · 12 years ago
  49. 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
  50. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  51. 71e21ba Fix picture refcnt bug in distantclip gm. Unreviewed. by rileya@google.com · 12 years ago
  52. 235f56a shape ops work in progress add quartic solution for intersecting quadratics by caryclark@google.com · 12 years ago
  53. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  54. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 90f2d07 Fix for gcc compile error. Unreviewed. by rileya@google.com · 12 years ago
  56. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  57. ad0c5d2 Adds bench expectation file and mechanism for triggering bench-out-of-range alerts from bench_graph_svg. by bensong@google.com · 12 years ago
  58. a49bffd Do not exit on failure to open logFile by borenet@google.com · 12 years ago
  59. ca0ec4c Check if SK_BUILD_FOR_MAC is defined rather than whether it's 1 by george@mozilla.com · 12 years ago
  60. e04e92b To avoid running out of memory, we rescale very large pictures before we by reed@google.com · 12 years ago
  61. 83187a2 Make all random path benchs non-rendering by robertphillips@google.com · 12 years ago
  62. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  63. fc15722 Turn down repeat count on ref counting and memory pool benches. by tomhudson@google.com · 12 years ago
  64. 163c84b Added GPU resource cache stats printing to render_pictures by robertphillips@google.com · 12 years ago
  65. 69fbc52 Keep the entries in .gitignore sorted in alphabetical order. by scroggo@google.com · 12 years ago
  66. e33073b Revert r5520 by borenet@google.com · 12 years ago
  67. 45bfcbc Only check out ANGLE on Windows by borenet@google.com · 12 years ago
  68. 9d59420 Added GPU resource cache stats printing to bench & removed some noise from inst counting information by robertphillips@google.com · 12 years ago
  69. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  70. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  71. 752acc7 Provide labels for variant settings in bench graph. by bungeman@google.com · 12 years ago
  72. 4cea9f4 Use double dashes for bench options to be consistent. by scroggo@google.com · 12 years ago
  73. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  74. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  75. 98abe50 Add some more things that should be ignored to .gitignore by scroggo@google.com · 12 years ago
  76. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  77. 909b31e Add some untracked directories to gitignore. by epoger@google.com · 12 years ago
  78. a9279f0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
  80. 0d25eef Fix texture ref/unref bug in GrContext::createResizedTexture by robertphillips@google.com · 12 years ago
  81. dabdd9e Revert r5491, r5495, r5497, and r5498. by borenet@google.com · 12 years ago
  82. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  83. 056f51b Fix GrGLCreateNativeInterface_android by borenet@google.com · 12 years ago
  84. e79de0c Add more logging to GrGLInterface. Temporary. by borenet@google.com · 12 years ago
  85. c1079b3 Add lots of logging to GrGLInterface.cpp. Temporary. by borenet@google.com · 12 years ago
  86. 5239c32 Add -logPerIter, -timers, and -min to bench_pictures. by scroggo@google.com · 12 years ago
  87. bcfa637 printf->SkDebugf for r5491 by borenet@google.com · 12 years ago
  88. 0996e83 Fix 5492. by bungeman@google.com · 12 years ago
  89. ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago
  90. fb3dd3a Temporarily add logging to GrContextFactory and SkNativeGLContext_android by borenet@google.com · 12 years ago
  91. 9135939 rm temp slides by reed@google.com · 12 years ago
  92. 7c961e9 Baseline DirectWrite. by bungeman@google.com · 12 years ago
  93. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  94. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  95. 9fd7f8d Add helper for maintaining clip/matrix state in non-contiguous picture playback. by rileya@google.com · 12 years ago
  96. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 12 years ago
  97. 7fa1876 Extended instance counting to all GrResource-derived classes by robertphillips@google.com · 12 years ago
  98. eb9b3e1 Removed access of freed memory in GrContext dtor by robertphillips@google.com · 12 years ago
  99. 07a05d5 Fixed memory leak in RTreeBench by robertphillips@google.com · 12 years ago
  100. f0c1e0f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago