1. f802f32 Update webpages_playback script and all page_sets to use new skpicture_printer benchmark by rmistry · 10 years ago
  2. b4384b9 Bug fix for es 3.00 fb fetch by joshualitt · 10 years ago
  3. 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
  4. c7f7f46 Draw SKPs in 256x256 tiles in nanobench. by mtklein · 10 years ago
  5. 9abf4f8 Implement maxrss for Windows by mtklein · 10 years ago
  6. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  7. 183e985 Widen the set of nested rects that can be drawn natively on the GPU by robertphillips · 10 years ago
  8. 484bbe5 small tweaks to SkResourceCache::Key by mtklein · 10 years ago
  9. c766398 use - and = to zoom text in slides by reed · 10 years ago
  10. b975089 Fix debugger's SaveAs functionality by robertphillips · 10 years ago
  11. dd5a1e0 Check SkStream::isAtEnd before attempting to read. by scroggo · 10 years ago
  12. c0651c1 Add check to see if we need to remove fixed funciton VA in OptDrawState by egdaniel · 10 years ago
  13. bf5473b2 Rebaseline dftext GM for new color emoji test. by jvanverth · 10 years ago
  14. d157b6a Clean up some warnings about unused code. by mtklein · 10 years ago
  15. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  16. 1f66e45 Add an assert that we still have a buffer to readFromBuffer(). by mtklein · 10 years ago
  17. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  18. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  19. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  20. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  21. fca302c Add color emoji fallback for distance field text. by jvanverth · 10 years ago
  22. c7eb58c Stop doing at-exit cleanup of lazy pointers. by mtklein · 10 years ago
  23. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  24. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  25. 33e6466 Move init() to Init() so that flag.Parse() can be called first. by jcgregorio · 10 years ago
  26. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  27. 84c14ee Remove content from public_headers. by scroggo · 10 years ago
  28. 3aac6e0 Add clip to layer cache by robertphillips · 10 years ago
  29. 4a36d9a Fix clearing issue in render_pictures by robertphillips · 10 years ago
  30. 6219e1f Remove unused parameters from filter_texture by robertphillips · 10 years ago
  31. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  32. 2b9dc1d When rendering df fonts, pass drawText() down to drawPosText(). by jvanverth · 10 years ago
  33. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  34. 93b255b Make SkImageDecoder_libpng be compilable with Chromium libpng by kkinnunen · 10 years ago
  35. 468b181 add blurimagefilter to lua by reed · 10 years ago
  36. d12af70 Update SKP version by skia-deps-roller · 10 years ago
  37. daf36c1 Fix DMWriteTask to write PDF files correctly by halcanary · 10 years ago
  38. 3f75220 bug_chomper: Cleanup template initialization. by tfarina · 10 years ago
  39. 25956ce Fix RecreateSKPs bot (again) by borenet · 10 years ago
  40. 7839915 Fix recreate_skps? by borenet · 10 years ago
  41. 2813f34 bug fix for glsl identity string by joshualitt · 10 years ago
  42. dc89ca5 Add recreate_skps script by borenet · 10 years ago
  43. 25a134d webtry: Add logserver to serve /tmp/glog. by tfarina · 10 years ago
  44. 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
  45. 63a9f84 Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://codereview.chromium.org/661603009/) by rmistry · 10 years ago
  46. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  47. 4ce01d6 Rebaseline textblob GM by Florin Malita · 10 years ago
  48. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  49. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  50. 7017168 "Fix" debugger's setMatrix handling by robertphillips · 10 years ago
  51. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  52. b227e37 JPEG YUV Decoding by sugoi · 10 years ago
  53. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  54. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  55. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  56. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  57. c9df8ce fix display of fiddles that DON'T have compile errors by Greg Humphreys · 10 years ago
  58. 5bb9700 render_pdfs cull rect output formated better by halcanary · 10 years ago
  59. 2f912f3 Const-correctness in PDF drawText() call by halcanary · 10 years ago
  60. 4ba7686 Tweak out SkTileGrid::insert() loop. by mtklein · 10 years ago
  61. 71b5628 Pull nanomsg from our mirror instead of from github. by mtklein · 10 years ago
  62. ae8ab62 Properly parse compiler errors for fiddles and mark them in the editor. by humper · 10 years ago
  63. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  64. 6c4b51d Whitespace change to verify lab machines can now sync by rmistry · 10 years ago
  65. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 10 years ago
  66. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  67. 8c0d2aa webtry: Do not forget the close the rows. by tfarina · 10 years ago
  68. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  69. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  70. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  71. 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
  72. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  73. 498bc5f webtry: Forgot onr log.Fatal. by Thiago Farina · 10 years ago
  74. ae6d622 webtry: Switch from Go's log package to golang/glog. by tfarina · 10 years ago
  75. 826a503 Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid. by mtklein · 10 years ago
  76. 8dfdfff Don't use 'defined' in macro expansion. by bungeman · 10 years ago
  77. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  78. ebd90ee webtry: Check the result of os.Chdir(). by tfarina · 10 years ago
  79. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  80. 80a720e Remove unused NeedsDeepCopy. by scroggo · 10 years ago
  81. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  82. 7ef2d98 Whitespace change to confirm Google Storage uploads are working by rmistry · 10 years ago
  83. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  84. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  85. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  86. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  87. c553b7a update dox for bounds in supersampler by reed · 10 years ago
  88. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  89. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  90. 157f36d add tests for large cordinates bounds when building aaclip by reed · 10 years ago
  91. a365947 bug_chomper: Consolidate public flag in a single place. by tfarina · 10 years ago
  92. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  93. 80cc420 Changed "Profile" to "Cube" in ColorCube by sugoi · 10 years ago
  94. 5b9cb06 Ignore ubuntu nvprmsaa4/mixed_xfermodes GM result. by Brian Salomon · 10 years ago
  95. d5da96a Rebaseline mixedxfermodes on ubuntu/nvprmsaa4 by Brian Salomon · 10 years ago
  96. e488d63 Only use sized format on IMG/ES3 for single channel. by bsalomon · 10 years ago
  97. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  98. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  99. ec87dc6 Flush text contexts before drawing text as path by bsalomon · 10 years ago
  100. 585a5fc webtry: Simplify template construction. by tfarina · 10 years ago