projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e3c36
)
swr/rast: fix scons gen_knobs.h dependency
author
Tim Rowley
<timothy.o.rowley@intel.com>
Mon, 31 Jul 2017 21:59:06 +0000
(16:59 -0500)
committer
Tim Rowley
<timothy.o.rowley@intel.com>
Wed, 2 Aug 2017 16:39:33 +0000
(11:39 -0500)
Copy/paste error was duplicating a gen_knobs.cpp rule.
Fixes:
5079c277b57
("swr: [scons] Fix windows build")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/swr/SConscript
b/src/gallium/drivers/swr/SConscript
index
a32807d
..
c578d7a
100644
(file)
--- a/
src/gallium/drivers/swr/SConscript
+++ b/
src/gallium/drivers/swr/SConscript
@@
-53,7
+53,7
@@
env.CodeGenerate(
source = '',
command = python_cmd + ' $SCRIPT --output $TARGET --gen_h'
)
-Depends('rasterizer/codegen/gen_knobs.
cpp
',
+Depends('rasterizer/codegen/gen_knobs.
h
',
swrroot + 'rasterizer/codegen/templates/gen_knobs.cpp')
env.CodeGenerate(