summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/r200/r200_maos.c
blob: fd2bd5102ad93b6cfc96c4250e837d4378b4f505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/* If using new packets, can choose either verts or arrays.
 * Otherwise, must use verts.
 */
#include "r200_context.h"
#define R200_MAOS_VERTS 0
#if (R200_MAOS_VERTS) || (R200_OLD_PACKETS)
#include "r200_maos_verts.c"
#else
#include "r200_maos_arrays.c"
#endif