From: Tim Rowley Date: Tue, 23 Aug 2016 20:24:09 +0000 (-0500) Subject: swr: [rasterizer scripts] undef DEFINE_KNOB after usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e54df2c7e43badcf4416fc7990a101fdf3e1c07e;p=mesa.git swr: [rasterizer scripts] undef DEFINE_KNOB after usage Signed-off-by: Tim Rowley --- diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template b/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template index 8dbfafde2d9..1ae45e52e74 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template +++ b/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template @@ -112,6 +112,8 @@ struct GlobalKnobs }; extern GlobalKnobs g_GlobalKnobs; +#undef DEFINE_KNOB + % for knob in knobs: #define KNOB_${knob[0]}${space_knob(knob[0])} GET_KNOB(${knob[0]}) % endfor