diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 15:09:21 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 15:09:21 -0600 |
commit | bce428c4a65fdcb890ea18bf4a1dfb42ed109006 (patch) | |
tree | 397ad447d5b30f1b2d949743de8c31fb3ba983b2 /src/mesa/main/attrib.c | |
parent | 9091015a9782ad15e58540a8fd61df83ea2bfe31 (diff) |
mesa: refactor: move multisample-related functions into new multisample.c file
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 63754569e6..6ed82da203 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -42,6 +42,7 @@ #include "light.h" #include "lines.h" #include "matrix.h" +#include "multisample.h" #include "points.h" #include "polygon.h" #include "scissor.h" |