Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
Commits
0c470240
Commit
0c470240
authored
8 years ago
by
John Kessenich
Browse files
Options
Downloads
Patches
Plain Diff
README: Fix numbered list.
parent
fd6b0fd5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-4
4 additions, 4 deletions
README.md
glslang/Include/revision.h
+1
-1
1 addition, 1 deletion
glslang/Include/revision.h
with
5 additions
and
5 deletions
README.md
+
4
−
4
View file @
0c470240
...
...
@@ -15,13 +15,13 @@ An OpenGL and OpenGL ES shader front end and validator.
There are several components:
. A GLSL/ESSL front-end for reference validation and translation of GLSL/ESSL into an AST.
1
.
A GLSL/ESSL front-end for reference validation and translation of GLSL/ESSL into an AST.
. An HLSL front-end for translation of a broad generic HLL into the AST.
2
.
An HLSL front-end for translation of a broad generic HLL into the AST.
. A SPIR-V back end for translating the AST to SPIR-V.
3
.
A SPIR-V back end for translating the AST to SPIR-V.
. A standalone wrapper,
`glslangValidator`
, that can be used as a command-line tool for the above.
4
.
A standalone wrapper,
`glslangValidator`
, that can be used as a command-line tool for the above.
How to add a feature protected by a version/extension/stage/profile: See the
comment in
`glslang/MachineIndependent/Versions.cpp`
.
...
...
This diff is collapsed.
Click to expand it.
glslang/Include/revision.h
+
1
−
1
View file @
0c470240
...
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "SPIRV99.133
8
"
#define GLSLANG_REVISION "SPIRV99.133
9
"
#define GLSLANG_DATE "25-Jul-2016"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment