diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:09:21 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:52 -0700 |
commit | c132e2b1db855b3c33d8b879c4a986011d631d43 (patch) | |
tree | 3b339f5b7772090ee5db949b33143704a967d06e /src/mesa/main/sources | |
parent | e48defc98045f419e71ca13e4f45470b2336ecaf (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/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources index 8043f4369e3..5379fa08f4c 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 \ |