diff options
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template | 2 |
1 files changed, 2 insertions, 0 deletions
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 |