Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
ae2a5629
Unverified
Commit
ae2a5629
authored
Jun 23, 2021
by
Greg Fischer
Committed by
GitHub
Jun 23, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2671 from greg-lunarg/kg118
Update known goods and CHANGES for 11.5.0
parents
0c4c93bf
83be6021
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGES.md
CHANGES.md
+12
-0
known_good.json
known_good.json
+2
-2
No files found.
CHANGES.md
View file @
ae2a5629
...
@@ -3,6 +3,18 @@
...
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
This project adheres to
[
Semantic Versioning
](
https://semver.org/
)
.
This project adheres to
[
Semantic Versioning
](
https://semver.org/
)
.
## 11.5.0 2021-06-23
### Other changes
*
Implement GLSL_EXT_shader_atomic_float2
*
Implement GL_EXT_spirv_intrinsics
*
Fixed SPIR-V remapper not remapping OpExtInst instruction set IDs
*
only declare compatibility gl_ variables in compatibility mode
*
Add support for float spec const vector initialization
*
Implement GL_EXT_subgroup_uniform_control_flow.
*
Fix arrays dimensioned with spec constant sized gl_WorkGroupSize
*
Add support for 64bit integer scalar and vector types to bitCount() builtin
## 11.4.0 2021-04-22
## 11.4.0 2021-04-22
### Other changes
### Other changes
...
...
known_good.json
View file @
ae2a5629
...
@@ -5,14 +5,14 @@
...
@@ -5,14 +5,14 @@
"site"
:
"github"
,
"site"
:
"github"
,
"subrepo"
:
"KhronosGroup/SPIRV-Tools"
,
"subrepo"
:
"KhronosGroup/SPIRV-Tools"
,
"subdir"
:
"External/spirv-tools"
,
"subdir"
:
"External/spirv-tools"
,
"commit"
:
"
4d22f58a812ea02e1ad53c9ccba12cb48f2bd0b2
"
"commit"
:
"
5dd2f76918bb2d0d67628e338f60f724f3e02e13
"
},
},
{
{
"name"
:
"spirv-tools/external/spirv-headers"
,
"name"
:
"spirv-tools/external/spirv-headers"
,
"site"
:
"github"
,
"site"
:
"github"
,
"subrepo"
:
"KhronosGroup/SPIRV-Headers"
,
"subrepo"
:
"KhronosGroup/SPIRV-Headers"
,
"subdir"
:
"External/spirv-tools/external/spirv-headers"
,
"subdir"
:
"External/spirv-tools/external/spirv-headers"
,
"commit"
:
"
f5417a4b6633c3217c9a1bc2f0c70b1454975ba7
"
"commit"
:
"
07f259e68af3a540038fa32df522554e74f53ed5
"
}
}
]
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment