summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:09:21 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:52 -0700
commitc132e2b1db855b3c33d8b879c4a986011d631d43 (patch)
tree3b339f5b7772090ee5db949b33143704a967d06e /src/mesa/main/sources
parente48defc98045f419e71ca13e4f45470b2336ecaf (diff)
mesa: refactor: move multisample-related functions into new multisample.c file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r--src/mesa/main/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources
index 8043f4369e..5379fa08f4 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -42,6 +42,7 @@ lines.c \
matrix.c \
mipmap.c \
mm.c \
+multisample.c \
occlude.c \
pixel.c \
pixelstore.c \
@@ -120,6 +121,7 @@ matrix.h \
mipmap.h \
mm.h \
mtypes.h \
+multisample.h \
occlude.h \
pixel.h \
pixelstore.h \