X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fr200%2Fr200_maos.c;h=23e1c962a16d31ef3d7cf80a5f08d725b0eccee5;hb=2c3007652d5177fe6d018de67be8209a1c3f1b83;hp=fd2bd5102ad93b6cfc96c4250e837d4378b4f505;hpb=adbec39bbf671ad80f6c557801e274cac0d305fa;p=mesa.git diff --git a/src/mesa/drivers/dri/r200/r200_maos.c b/src/mesa/drivers/dri/r200/r200_maos.c index fd2bd5102ad..23e1c962a16 100644 --- a/src/mesa/drivers/dri/r200/r200_maos.c +++ b/src/mesa/drivers/dri/r200/r200_maos.c @@ -1,11 +1,14 @@ -/* If using new packets, can choose either verts or arrays. - * Otherwise, must use verts. +/* Currently, can only use arrays, verts are not implemented, though + * verts are suspected to be faster. + * To get an idea how the verts path works, look at the radeon implementation. */ +#include + #include "r200_context.h" #define R200_MAOS_VERTS 0 -#if (R200_MAOS_VERTS) || (R200_OLD_PACKETS) +#if (R200_MAOS_VERTS) #include "r200_maos_verts.c" #else #include "r200_maos_arrays.c"