1. 2c4352b rebaseline_server: allow users to generate SKP diff patches on a shared instance by epoger · 10 years ago
  2. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  3. 8ab362e rebaseline_server: in Pending Approval tab, change expected/actual labels to old/new by epoger · 10 years ago
  4. caa80b9 rebaseline_server: constrain setADir/setBDir to consistently refer to single directories, not lists by epoger · 10 years ago
  5. 3b5c86c This adds renderMode and builder as columns to the front end when looking at SKPs. by stephana · 10 years ago
  6. a1aa5c2 This passes the URL of the diff image to the front-end, thus removing the need to keep frontend code for URL generation in sync with the backend. by stephana · 10 years ago
  7. 9f1ae46 rebaseline_server: show Pending Approval tab if viewing SKP expectations vs actuals by epoger · 10 years ago
  8. b492c6f add --descriptions flag to render_pictures tool by epoger · 10 years ago
  9. 5c4b137 rebaseline_server: include setA/setB descriptions in output JSON by epoger · 10 years ago
  10. 30e26cd rebaseline_server UI: add link to raw JSON by epoger · 10 years ago
  11. 4c80825 rebaseline_server: move more code into common path for GET_live_results and GET_prefetch_results by epoger · 10 years ago
  12. e8d74d9 This is a bit of a hack, but will work. I have a cleaner fix ready (but still need to fix some broken tests). by stephana · 10 years ago
  13. 12b3544 Add runtime flag to turn compressed alpha masks on by krajcevski · 10 years ago
  14. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  15. 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
  16. fb26110 rebaseline_server: add some live-view.html links to index.html by epoger · 10 years ago
  17. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  18. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  19. 9c7695b rebaseline_server: periodically log tasks_queue size by epoger · 10 years ago
  20. 8d66dd1 change setA/setB labels if viewing actuals vs expectations by epoger · 10 years ago
  21. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  22. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  23. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  24. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  25. a50b8f0 Add R11 KTX GM by krajcevski · 10 years ago
  26. d9bf7db Rebaseline-server: sorting of columns in asc/desc order in frontend. by stephana · 10 years ago
  27. acc1258 don't list out all sourceSkpFile names in the rebaseline_server UI by epoger · 10 years ago
  28. c8d8a60 make rebaseline_server properly handle unescaped URLs by epoger · 10 years ago
  29. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  30. e73cd5a rebaseline_server: allow live queries to examine JSONKEY_EXPECTEDRESULTS or JSONKEY_ACTUALRESULTS by epoger · 10 years ago
  31. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  32. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  33. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  34. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  35. 27ff227 make the action buttons for rebaseline server stick to the top of the window as you scroll by humper · 10 years ago
  36. 3facc7c rebaseline_server: add "prefetch" directive that just warms the cache without awaiting results by epoger · 10 years ago
  37. 7909f47 rebaseline_server live queries: allow comparison against summary files within the Skia repo by epoger · 10 years ago
  38. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  39. 0b71276 teach rebaseline_server to generate diffs of rendered SKPs by epoger · 10 years ago
  40. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  41. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  42. 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 10 years ago
  43. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  44. b2808cd Send less transform data when drawing text with nvpr by cdalton · 10 years ago
  45. 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
  46. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  47. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  48. 66ed8dc combine base_unittest.py modules from gm and tools by epoger · 10 years ago
  49. a8f7745 create copy_config.py and rename_config.py for skbug 2752 by epoger · 10 years ago
  50. 03f3db0 roll common DEPS, now using recursedeps by epoger · 10 years ago
  51. 9d7321c Skip tiling on bitmapscroll: by Mike Klein · 10 years ago
  52. 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
  53. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  54. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  55. 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 10 years ago
  56. 133931f roll "common" DEPS, and replace tools/pyutils with it by epoger · 10 years ago
  57. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  58. 6132b43 rebaseline_server: cache results in long-running ImageDiffDB instance by epoger · 10 years ago
  59. b4edbff rebaseline_server: allow JSON to control column filtering by epoger · 10 years ago
  60. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  61. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  62. 24dcac2 YUV to RGB converter by sugoi · 10 years ago
  63. 6945618 gpu and cpu flags for gm and bench. by bsalomon · 10 years ago
  64. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  65. df55f06 rebaseline_server: handle column filtering more generically by epoger · 10 years ago
  66. 46e51e1 rebaseline_server: if urlSchemaVersion is not specified, assume current by epoger · 10 years ago
  67. e5481ec rebaseline_server: add urlSchemaVersion parameter by epoger · 10 years ago
  68. 54f1ad8 rebaseline_server: use just skpdiff, not Python Image Library by epoger · 10 years ago
  69. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  70. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  71. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  72. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  73. a40239c Drop --clone from commands in skia repo. by Mike Klein · 10 years ago
  74. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  75. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  76. c4b84ae Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/) by rmistry · 10 years ago
  77. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  78. abc9bb5 Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/) by rmistry · 10 years ago
  79. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  80. 196af73 Fix SkPaint::measureText for stroked hairline text by kkinnunen · 10 years ago
  81. bbf3e89 optimize circularclips to act as a bench, fix null-check bug in etcbench by reed · 10 years ago
  82. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  83. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  84. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  85. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  86. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  87. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  88. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  89. 984b97c rebaseline_server: delete no-longer-used weightedDiffMeasure by epoger · 10 years ago
  90. cbbc7bf rebaseline_server: change 2 image expectations within unittests by epoger · 10 years ago
  91. 6b28120 rebaseline_server: merge identical results (across multiple builders/configs) into a single row by epoger · 10 years ago
  92. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  93. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  94. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 10 years ago
  95. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  96. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  97. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 10 years ago
  98. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  99. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  100. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago