summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-07-11 13:51:01 -0400
committerDavid Neto <dneto@google.com>2018-07-11 13:51:01 -0400
commit4470ff49acf47501857caefaba133d827baeabd5 (patch)
treee085413aecfba38d822c7fa0488ad7da3d3c369a
parent2c6185e6bf7f8932c992a35f7819742f2dc57f42 (diff)
Update CHANGES
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8cabb4cc..8e28f66d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,18 @@
Revision history for SPIRV-Tools
v2018.5-dev 2018-07-08
- - Start v2018.5 development
+ - General:
+ - Reorganize source files and namespaces
+ - Fixes for ClangTidy, and whitespace (passes 'git cl presumit --all -uf')
+ - Fix unused param compile warnings/errors when Effcee not present
+ - WIP: Use Kokoro bots:
+ - Disable Travis-CI bots
+ - Disable AppVeyor VisualStudio Release builds. Keep VS 2017 Debug build
+ - #1688: Use binary mode on stdin; fixes "spirv-dis <foo.spv" on Windows
+ - Validator
+ - Use libspirv::Instruction where possible
+ - #1685: Vulkan permits non-monotonic offsets for block members
+ - #1697: Enforce block layout rules even when using relaxed block layout option
v2018.4 2018-07-08
- General: