aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-06-02 15:29:13 -0400
committerDavid Neto <dneto@google.com>2016-07-04 16:02:52 -0400
commit84058939b031108574ccf0b083b3e6b192d974f0 (patch)
treeced3002dbc254747c9e77fe2f988e947532fb5d2 /README.md
parent23a3c2f762891c0214f9f789a1722e7e5d352909 (diff)
downloadspirv-tools-84058939b031108574ccf0b083b3e6b192d974f0.tar.gz
Finalize v2016.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 596c611c..b8fdd0f1 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,16 @@ Use option `-h` to print help.
The output includes syntax colouring when printing to the standard output stream,
on Linux, Windows, and OS X.
+### Optimizer tool
+
+The optimizer processes a SPIR-V binary module, applying transformations
+in the specified order.
+
+This is a work in progress, with initially only few available transformations.
+
+* `spirv-opt` - the standalone optimizer
+ * `<spirv-dir>/spirv-opt`
+
### Validator tool
*Warning:* This functionality is under development, and is incomplete.