1 2 3 /* If using new packets, can choose either verts or arrays. 4 * Otherwise, must use verts. 5 */ 6 #include "radeon_context.h" 7 #define RADEON_MAOS_VERTS 0 8 #if (RADEON_MAOS_VERTS) || (RADEON_OLD_PACKETS) 9 #include "radeon_maos_verts.c" 10 #else 11 #include "radeon_maos_arrays.c" 12 #endif 13