1. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  2. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  3. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
  4. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  5. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  6. 66ed8dc combine base_unittest.py modules from gm and tools by epoger · 10 years ago
  7. a8f7745 create copy_config.py and rename_config.py for skbug 2752 by epoger · 10 years ago
  8. 03f3db0 roll common DEPS, now using recursedeps by epoger · 10 years ago
  9. 9d7321c Skip tiling on bitmapscroll: by Mike Klein · 10 years ago
  10. 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
  11. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  12. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  13. 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 10 years ago
  14. 133931f roll "common" DEPS, and replace tools/pyutils with it by epoger · 10 years ago
  15. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  16. 6132b43 rebaseline_server: cache results in long-running ImageDiffDB instance by epoger · 10 years ago
  17. b4edbff rebaseline_server: allow JSON to control column filtering by epoger · 10 years ago
  18. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  19. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  20. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  21. 6945618 gpu and cpu flags for gm and bench. by bsalomon · 10 years ago
  22. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  23. df55f06 rebaseline_server: handle column filtering more generically by epoger · 10 years ago
  24. 46e51e1 rebaseline_server: if urlSchemaVersion is not specified, assume current by epoger · 10 years ago
  25. e5481ec rebaseline_server: add urlSchemaVersion parameter by epoger · 10 years ago
  26. 54f1ad8 rebaseline_server: use just skpdiff, not Python Image Library by epoger · 10 years ago
  27. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  28. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  29. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  30. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  31. a40239c Drop --clone from commands in skia repo. by Mike Klein · 11 years ago
  32. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 11 years ago
  33. 5fb6bd4 use platform-independent font for gm by caryclark · 11 years ago
  34. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 11 years ago
  35. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 11 years ago
  36. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 11 years ago
  37. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 11 years ago
  38. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 11 years ago
  39. bbf3e89 optimize circularclips to act as a bench, fix null-check bug in etcbench by reed · 11 years ago
  40. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 11 years ago
  41. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 11 years ago
  42. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 11 years ago
  43. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 11 years ago
  44. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 11 years ago
  45. ce6a354 Fix tiled perlin noise. by senorblanco · 11 years ago
  46. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 11 years ago
  47. 984b97c rebaseline_server: delete no-longer-used weightedDiffMeasure by epoger · 11 years ago
  48. cbbc7bf rebaseline_server: change 2 image expectations within unittests by epoger · 11 years ago
  49. 6b28120 rebaseline_server: merge identical results (across multiple builders/configs) into a single row by epoger · 11 years ago
  50. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 11 years ago
  51. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  52. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 11 years ago
  53. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 11 years ago
  54. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 11 years ago
  55. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 11 years ago
  56. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 11 years ago
  57. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 11 years ago
  58. 52e4f41 Clean up resourcePath code. by tfarina · 11 years ago
  59. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 11 years ago
  60. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 11 years ago
  61. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 11 years ago
  62. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 11 years ago
  63. 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 11 years ago
  64. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 11 years ago
  65. 99ffe24 Initial KTX file decoder by krajcevski · 11 years ago
  66. 55ada06 download_actuals.py: download JSON files from Google Storage instead of skia-autogen by epoger · 11 years ago
  67. 04cd368 Fix memory leak in etc1bitmap GM. by mtklein · 11 years ago
  68. ef470f1 Remove brackets from gm names. by scroggo · 11 years ago
  69. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 11 years ago
  70. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 11 years ago
  71. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 11 years ago
  72. 9a558d4 using real tiles when simulating tiling by commit-bot@chromium.org · 11 years ago
  73. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  74. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  75. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  76. cba7378 replace config() with colorType() by commit-bot@chromium.org · 11 years ago
  77. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  78. 793ddd9 Shut up windows build errors on new GM by commit-bot@chromium.org · 11 years ago
  79. 3c1594a make new blurrect GM and replace the dozens of existing ones by commit-bot@chromium.org · 11 years ago
  80. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 11 years ago
  81. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 11 years ago
  82. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 11 years ago
  83. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 11 years ago
  84. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 11 years ago
  85. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 11 years ago
  86. 7693dbf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 11 years ago
  88. 7cb5e47 tweak stroketext GM to actually test dashing by reed@google.com · 11 years ago
  89. 7426681 update stroketext gm by commit-bot@chromium.org · 11 years ago
  90. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  91. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 11 years ago
  92. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  93. 71db882 Real fix for Widnows build errors for GrDashingEffect by commit-bot@chromium.org · 11 years ago
  94. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 11 years ago
  95. 25c1066 Generate gm/Android.mk, minus JSON. by commit-bot@chromium.org · 11 years ago
  96. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  97. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  98. 4cef1be rebaseline_server: apply ignored-tests.txt within rebaseline_server, not just on the bots by commit-bot@chromium.org · 11 years ago
  99. e92c68f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago