This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
mirror of
https://github.com/KhronosGroup/glslang
synced
2024-11-09 20:10:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ae0f58322
glslang
/
.gitignore
11 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Several miscellaneous portability improvements (no functional changes). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24737 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2014-01-10 21:09:51 +00:00
*.o
*.a
*.so
*.exe
tags
HLSL: Sampler/texture declarations, method syntax, partial Sample method
2016-06-29 16:58:58 +00:00
TAGS
Make smoother use in GitHub +x bison.exe, remove some extra files in runtests, and ignore more created files.
2015-06-26 06:12:31 +00:00
build/
Test/localResults/
Link in Google Test framework. The existing test harness is a homemade shell script. All the tests and the expected results are written in plain text files. The harness just reads in a test, invoke the glslangValidator binary on it, and compare the result with the golden file. All tests are kinda integration tests. This patch add Google Test as an external project, which provides a new harness for reading shader source files, compile to SPIR-V, and then compare with the expected output.
2016-03-04 21:22:34 +00:00
External/googletest
Enable HLSL legalization Also added known-good mechanism to fetch latest validated spirv-tools. Also added -Od and -Os to disable optimizer and optimize for size. Fetching spirv-tools is optional for both glsl and hlsl. Legalization of hlsl is done by default if spirv-opt is present at cmake time. Optimization for glsl is currently done through the option -Os. Legalization testing is currently only done on four existing shaders. A separate baseLegalResults directory holds those results. All previous testing is done with the optimizer disabled.
2017-09-22 00:40:22 +00:00
External/spirv-tools
Reference in New Issue
Copy Permalink