Port GPU documentation into Markdown |
||
Issue descriptionThere are a few GPU-related Sites pages that need to be converted to Markdown. Note that the Markdown syntax supported by Chromium is a little more general and easier to use than traditional Markdown -- it requires less escaping, for example. (I found that true while writing src/testing/buildbot/README.md.) The tool src/tools/md_browser can be used to preview the results: https://www.chromium.org/developers/markdown-documentation The pages that need to be converted are: https://www.chromium.org/developers/testing/gpu-testing https://www.chromium.org/developers/testing/gpu-testing/gpu-bot-details https://www.chromium.org/developers/how-tos/gpu-wrangling I think ideally these would be put into a new src/docs/gpu/ directory. There are a couple more peripheral pages that should probably also be converted: https://www.chromium.org/developers/how-tos/debugging-gpu-related-code This page and the associated script should probably be removed at this point. The JSON endpoints have changed, and Sheriff-o-Matic now supports the GPU bots. https://www.chromium.org/developers/how-tos/gpu-wrangling/check_gpu_bots-script
,
Mar 30 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a6429fb3a698a3e2912a48706273a0e3d23a5083 commit a6429fb3a698a3e2912a48706273a0e3d23a5083 Author: Kai Ninomiya <kainino@chromium.org> Date: Fri Mar 30 01:30:56 2018 Port GPU documentation to Markdown This ports the following wiki pages into markdown: https://www.chromium.org/developers/testing/gpu-testing https://www.chromium.org/developers/testing/gpu-testing/gpu-bot-details https://www.chromium.org/developers/how-tos/gpu-wrangling https://www.chromium.org/developers/how-tos/debugging-gpu-related-code and updates *some* of the old outdated content. Bug: 813153 Change-Id: Ic5f1b58659bbdb691343785cb18c50f4d55c177f Reviewed-on: https://chromium-review.googlesource.com/987233 Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#547060} [add] https://crrev.com/a6429fb3a698a3e2912a48706273a0e3d23a5083/docs/gpu/debugging_gpu_related_code.md [add] https://crrev.com/a6429fb3a698a3e2912a48706273a0e3d23a5083/docs/gpu/gpu_testing.md [add] https://crrev.com/a6429fb3a698a3e2912a48706273a0e3d23a5083/docs/gpu/gpu_testing_bot_details.md [add] https://crrev.com/a6429fb3a698a3e2912a48706273a0e3d23a5083/docs/gpu/images/wrangler.png [add] https://crrev.com/a6429fb3a698a3e2912a48706273a0e3d23a5083/docs/gpu/pixel_wrangling.md
,
Mar 30 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by kainino@chromium.org
, Mar 8 2018Status: Started (was: Available)