Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2020-12-03 02:49:00 +0300
committerDiego Novillo <dnovillo@google.com>2020-12-03 02:49:00 +0300
commitc9c1f54330d13a0bec1aa3f08d436249d8e35596 (patch)
tree2245dadd6adf526032b1f12e5a85c967d67b898a /CHANGES
parent10e0ae7946c8b9624ea0a1d8949d14633a7512fd (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d9194d77..7ad7b661c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ v2020.6-dev 2020-12-02
- Disassembler
Add some context comments to disassembly. (#3847)
- Optimizer
+ - Do run DCE if SPV_KHR_ray_query is used. (#4047)
- Handle 8-bit index in elim dead member (#4043)
- Add texel buffer out-of-bounds checking instrumentation (#4038)
- Update MeshShadingNV dependencies (and land Ray tracing updates) (#4028)