| commit | c132e2b1db855b3c33d8b879c4a986011d631d43 | [log] [tgz] |
|---|---|---|
| author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Jun 09 15:09:21 2008 -0600 |
| committer | Keith Whitwell <keith@tungstengraphics.com> | Sun Sep 21 22:13:52 2008 -0700 |
| tree | 3b339f5b7772090ee5db949b33143704a967d06e | |
| parent | e48defc98045f419e71ca13e4f45470b2336ecaf [diff] [blame] |
mesa: refactor: move multisample-related functions into new multisample.c file
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index a400550..f720298 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -105,6 +105,7 @@ #include "lines.h" #include "macros.h" #include "matrix.h" +#include "multisample.h" #include "pixel.h" #include "pixelstore.h" #include "points.h"