About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
glsl2spirv.py
Age
Commit message (
Expand
)
Author
2024-07-23
util/glsl2spirv: only copy the input file if we're going to change it
Dylan Baker
2024-07-23
util/glsl2spirv: fixup the generated depfile when copying sources
Dylan Baker
2024-05-20
meson: use glslang --depfile argument when possible
Dylan Baker
2023-10-20
util/glsl2spirv: add ability to pass defines
Lionel Landwerlin
2023-03-03
util/glsl2spirv: add support for include directive
Lionel Landwerlin
2023-01-25
util/glsl2spirv: Fix build with Python 3.6
Chad Versace
2022-11-22
util/glsl2spirv: don't store preprocessed files in source tree
Lionel Landwerlin
2022-11-10
util/glsl2spirv: pass path to glslangValidator into the script
Dylan Baker
2022-11-10
util/glsl2spirv: cleanup list extension
Dylan Baker
2022-11-10
util/glsl2spirv: use f-strings
Dylan Baker
2022-11-10
util/glsl2spirv: use if `x in str` instead of `str.find`
Dylan Baker
2022-11-10
util/glsl2spirv: simplify subprocess handling
Dylan Baker
2022-11-10
util/glsl2spirv: close resources as soon as possible
Dylan Baker
2022-11-10
util/glsl2spirv: add type annotations
Dylan Baker
2022-11-10
util/glsl2spirv: add some error handling for unexpected code paths
Dylan Baker
2022-11-10
util/glsl2spriv: make --vn required
Dylan Baker
2022-11-10
util/glsl2spirv: fix appending extra flags
Dylan Baker
2022-11-10
util/glsl2spirv: let argparse actually enforce the restrictions we've set
Dylan Baker
2022-11-10
util/glsl2spirv: drop inconsistent use of `io.open`
Dylan Baker
2022-11-10
util/glsl2spirv: fix type error in argument handling
Dylan Baker
2022-10-30
util: glsl2spirv.py: ensure '#endif' is printed in new line
Mauro Rossi
2022-10-28
util: Add glsl2spirv.py script
Mykhailo Skorokhodov