summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-01 16:04:46 -0600
committerBrian Paul <brianp@vmware.com>2010-07-01 20:03:31 -0600
commit120a9f46cd7cbe93f863a2fd6bdfe0cc5229f79f (patch)
treea090fa990e8c84e745efca492846bb3b19d25368 /src/mesa/sources.mak
parent442c37e2ef57d8dcf88c91d457df7f6516d76264 (diff)
mesa: entrypoints for GL 3.1 primitive restart
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index f01b60c4fc..80dca3cfd4 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -68,6 +68,7 @@ MAIN_SOURCES = \
main/readpix.c \
main/remap.c \
main/renderbuffer.c \
+ main/restart.c \
main/scissor.c \
main/shaderapi.c \
main/shaderobj.c \