Ensure the shared symbol table levels are read-only to make multi-threading safe. Also removed inadvertent extra copies of the symbol table shared across all stages.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22939 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
69f4b517c2
commit
38f3b890de
14 changed files with 230 additions and 125 deletions
7
Todo.txt
7
Todo.txt
|
|
@ -1,10 +1,5 @@
|
|||
Current functionality level: ESSL 3.0
|
||||
|
||||
Performance
|
||||
|
||||
Testing
|
||||
- thread safety
|
||||
|
||||
Link Validation
|
||||
- ensure no static references thrown away
|
||||
Cross-stage linking
|
||||
|
|
@ -21,6 +16,8 @@ Link Validation
|
|||
Intra-stage linking
|
||||
- exactly one main
|
||||
- type consistency check of uniforms, globals, ins, and outs, both variables and blocks
|
||||
- value checking of global const initializers
|
||||
- value checking of uniform initializers
|
||||
- location/component/binding/index/offset match check
|
||||
- location/component aliasing (except desktop vertex shader inputs)
|
||||
- location layout range/overlap semantics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue