mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
scons: Generate float64_glsl.h for glsl_to_nir fp64 lowering
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
10c5579921
commit
7de056e1a9
1 changed files with 7 additions and 0 deletions
|
|
@ -88,6 +88,13 @@ mesa_objs = env.StaticObject([
|
|||
compiler_objs += mesa_objs
|
||||
|
||||
# GLSL generated sources
|
||||
env.CodeGenerate(
|
||||
target = 'glsl/float64_glsl.h',
|
||||
script = 'glsl/xxd.py',
|
||||
source = ['glsl/float64.glsl'],
|
||||
command = python_cmd + ' $SCRIPT $SOURCE $TARGET -n float64_source',
|
||||
)
|
||||
|
||||
env.CodeGenerate(
|
||||
target = 'glsl/ir_expression_operation.h',
|
||||
script = 'glsl/ir_expression_operation.py',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue