revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / mesa / src / gallium / auxiliary / draw / draw_pt_decompose.h
blob3127aad731024d01e6c6999aecc44d011d2cad04
1 #define LOCAL_VARS \
2 char *verts = (char *) vertices; \
3 const boolean last_vertex_last = \
4 !(draw->rasterizer->flatshade && \
5 draw->rasterizer->flatshade_first);
7 #include "draw_decompose_tmp.h"