gallivm: cleanup the gs interface
[mesa.git] / src / gallium / auxiliary / draw / draw_gs_tmp.h
index de7b02655a5101c26bddaea4ed880623f9559538..92b6fb75ea1a04d78d8f5d9116e3e66d499edf45 100644 (file)
@@ -9,6 +9,7 @@
    const unsigned prim = input_prims->prim;                       \
    const unsigned prim_flags = input_prims->flags;                \
    const unsigned count = input_prims->count;                     \
+   const boolean quads_flatshade_last = FALSE;                    \
    const boolean last_vertex_last = TRUE;                         \
    do {                                                           \
       debug_assert(input_prims->primitive_count == 1);            \