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/sources | |
parent | 9091015a9782ad15e58540a8fd61df83ea2bfe31 (diff) |
mesa: refactor: move multisample-related functions into new multisample.c file
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 95d665e3a1..23b03932be 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -44,6 +44,7 @@ MAIN_SOURCES = \ main/matrix.c \ main/mipmap.c \ main/mm.c \ + main/multisample.c \ main/pixel.c \ main/pixelstore.c \ main/points.c \ |