summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:01:02 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:51 -0700
commit5ab1d0aceaffbf872d7f8ebea2a6655e25bf2390 (patch)
tree76a3c9c38334465497f2b0fd120b4cbaced053cb /src/mesa/main/sources
parent55e341c4c2e5a6f3475a8a3e6389b904f99a6d1a (diff)
mesa: refactor: move glClear, glClearColor into new clear.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 60b6b5dc3f..8043f4369e 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -11,6 +11,7 @@ attrib.c \
blend.c \
bufferobj.c \
buffers.c \
+clear.c \
clip.c \
colortab.c \
context.c \
@@ -84,6 +85,7 @@ bitset.h \
blend.h \
bufferobj.h \
buffers.h \
+clear.h \
clip.h \
colormac.h \
colortab.h \