Skip to content

Commit

Permalink
Merge pull request #2738 from greg-lunarg/kg119
Browse files Browse the repository at this point in the history
Update known goods and CHANGES for 11.6.0
  • Loading branch information
greg-lunarg authored Aug 25, 2021
2 parents a4599ef + e49ae91 commit 2fb89a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 11.6.0 2021-08-25

### Other changes
* Atomic memory function only for shader storage block member or shared variable
* Add support for gl_MaxVaryingVectors for ogl
* Fix loading bool arrays from interface blocks
* Generate separate stores for partially swizzled memory stores
* Allow layout(std430) uniform with GL_EXT_scalar_block_layout
* Support for pragma STDGL invariant(all)
* Support for GL_NV_ray_tracing_motion_blur

## 11.5.0 2021-06-23

### Other changes
Expand Down
4 changes: 2 additions & 2 deletions known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools",
"commit" : "54524ffa6a1b5ab173ebff89fb31e4a21d365477"
"commit" : "1fbed83c8aab8517d821fcb4164c08567951938f"
},
{
"name" : "spirv-tools/external/spirv-headers",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "External/spirv-tools/external/spirv-headers",
"commit" : "4cce109bcdb7fbb028d21230f07ea292a684bea1"
"commit" : "449bc986ba6f4c5e10e32828783f9daef2a77644"
}
]
}

0 comments on commit 2fb89a0

Please sign in to comment.