diff options
author | Tim Rowley <[email protected]> | 2017-07-31 17:22:12 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-08-02 11:39:33 -0500 |
commit | 844be91e70413c1c3871d5f93b1e4766eb495df9 (patch) | |
tree | 0a514b2f6a91d9735e5d042bcd27b78d64fe5636 /src/gallium/drivers/swr/SConscript | |
parent | 4c5b4f3f78381d8f2e3111f812609715f7d1c81c (diff) |
swr/rast: split gen_knobs templates into .h/.cpp
Switch to a 1:1 mapping template:generated for future maintenance.
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/SConscript')
-rw-r--r-- | src/gallium/drivers/swr/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/SConscript b/src/gallium/drivers/swr/SConscript index c578d7a648f..b394cbc17e3 100644 --- a/src/gallium/drivers/swr/SConscript +++ b/src/gallium/drivers/swr/SConscript @@ -54,7 +54,7 @@ env.CodeGenerate( command = python_cmd + ' $SCRIPT --output $TARGET --gen_h' ) Depends('rasterizer/codegen/gen_knobs.h', - swrroot + 'rasterizer/codegen/templates/gen_knobs.cpp') + swrroot + 'rasterizer/codegen/templates/gen_knobs.h') env.CodeGenerate( target = 'rasterizer/jitter/gen_state_llvm.h', |