mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
ed8bd0453f
* Do not use PropagateLineInfoPass and RedundantLineInfoElimPass Since spirv-opt will remove PropagateLineInfoPass and RedundantLineInfoElimPass, glslang should not use it. spirv-opt will propagate the line instructions and eliminate the redundant lines by default in IR loading/emission. * Update known_good.json for spirv-tool
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"commits" : [
|
|
{
|
|
"name" : "spirv-tools",
|
|
"site" : "github",
|
|
"subrepo" : "KhronosGroup/SPIRV-Tools",
|
|
"subdir" : "External/spirv-tools",
|
|
"commit" : "56d0f50357a192602216bfc4873e714905323e35"
|
|
},
|
|
{
|
|
"name" : "spirv-tools/external/spirv-headers",
|
|
"site" : "github",
|
|
"subrepo" : "KhronosGroup/SPIRV-Headers",
|
|
"subdir" : "External/spirv-tools/external/spirv-headers",
|
|
"commit" : "05836bdba63e7debce9fa9feaed42f20cd43af9d"
|
|
}
|
|
]
|
|
}
|