skia2/infra/bots/recipe_modules
Greg Daniel a3b6a55151 In Vulkan make sure to add barriers between write operations
BUG=skia:6396

Change-Id: I60faf6ad9095f18c64e33a0359e30239efbac79f
Reviewed-on: https://skia-review.googlesource.com/9963
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2017-03-21 14:28:53 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
core Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
infra Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
perf Enable GLES on Intel Linux bots. 2017-03-21 13:53:13 +00:00
run Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
skpbench Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
sktest In Vulkan make sure to add barriers between write operations 2017-03-21 14:28:53 +00:00
swarming Roll Recipe DEPS 2017-03-21 11:07:41 +00:00
upload_dm_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
upload_nano_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
vars Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
README.md Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00

Skia Recipe Modules

This directory contains recipe modules designed to be used by recipes. They are all Skia-specific and some are interrelated:

  • vars - Common variables used by Skia recipes.
  • run - Utilities for running commands. Depends on vars.
  • flavor - Run meta-commands for various platforms. Depends on vars and run.
  • skia - Main module for Skia recipes. Depends on vars, run, and flavor.
  • swarming - Utilities for running Swarming tasks.