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
04aa79d0
Unverified
Commit
04aa79d0
authored
May 10, 2019
by
John Kessenich
Committed by
GitHub
May 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1765 from KhronosGroup/update-knowngood-tools-SPIR-V_1.4
Latest known-good SPIRV-Tools: WARNING: Needs python 3.x.
parents
c11e3156
6fef1ca6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
.appveyor.yml
.appveyor.yml
+1
-0
CMakeLists.txt
CMakeLists.txt
+6
-0
README.md
README.md
+1
-1
revision.h
glslang/Include/revision.h
+1
-1
known_good.json
known_good.json
+2
-2
No files found.
.appveyor.yml
View file @
04aa79d0
...
@@ -32,6 +32,7 @@ matrix:
...
@@ -32,6 +32,7 @@ matrix:
# scripts that run after cloning repository
# scripts that run after cloning repository
install
:
install
:
-
C:/Python27/python.exe update_glslang_sources.py
-
C:/Python27/python.exe update_glslang_sources.py
-
set PATH=C:\ninja;C:\Python36;%PATH%
-
git clone https://github.com/google/googletest.git External/googletest
-
git clone https://github.com/google/googletest.git External/googletest
-
cd External/googletest
-
cd External/googletest
-
git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
-
git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
...
...
CMakeLists.txt
View file @
04aa79d0
...
@@ -114,6 +114,12 @@ function(glslang_set_link_args TARGET)
...
@@ -114,6 +114,12 @@ function(glslang_set_link_args TARGET)
endif
()
endif
()
endfunction
(
glslang_set_link_args
)
endfunction
(
glslang_set_link_args
)
# CMake needs to find the right version of python, right from the beginning,
# otherwise, it will find the wrong version and fail later
if
(
IS_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/External
)
find_package
(
PythonInterp 3 REQUIRED
)
endif
()
# We depend on these for later projects, so they should come first.
# We depend on these for later projects, so they should come first.
add_subdirectory
(
External
)
add_subdirectory
(
External
)
...
...
README.md
View file @
04aa79d0
...
@@ -61,7 +61,7 @@ branch.
...
@@ -61,7 +61,7 @@ branch.
(For MSVS: 2015 is recommended, 2013 is fully supported/tested, and 2010 support is attempted, but not tested.)
(For MSVS: 2015 is recommended, 2013 is fully supported/tested, and 2010 support is attempted, but not tested.)
*
[
CMake
][
cmake
]
: for generating compilation targets.
*
[
CMake
][
cmake
]
: for generating compilation targets.
*
make: _Linux_, ninja is an alternative, if configured.
*
make: _Linux_, ninja is an alternative, if configured.
*
[
Python
2.7
][
python
]
: for executing SPIRV-Tools scripts. (Optional if not using SPIRV-Tools
.)
*
[
Python
3.x
][
python
]
: for executing SPIRV-Tools scripts. (Optional if not using SPIRV-Tools and the 'External' subdirectory does not exist
.)
*
[
bison
][
bison
]
: _optional_, but needed when changing the grammar (glslang.y).
*
[
bison
][
bison
]
: _optional_, but needed when changing the grammar (glslang.y).
*
[
googletest
][
googletest
]
: _optional_, but should use if making any changes to glslang.
*
[
googletest
][
googletest
]
: _optional_, but should use if making any changes to glslang.
...
...
glslang/Include/revision.h
View file @
04aa79d0
// This header is generated by the make-revision script.
// This header is generated by the make-revision script.
#define GLSLANG_PATCH_LEVEL 321
4
#define GLSLANG_PATCH_LEVEL 321
6
known_good.json
View file @
04aa79d0
...
@@ -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"
:
"
26c1b8878315a7a5c188df45e0bc236bb222b698
"
"commit"
:
"
89fe836fe22c3e5c2a062ebeade012e2c2f0839b
"
},
},
{
{
"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"
:
"
2434b89345a50c018c84f42a310b0fad4f3fd94f
"
"commit"
:
"
c4f8f65792d4bf2657ca751904c511bbcf2ac77b
"
}
}
]
]
}
}
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