summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-07 12:33:11 -0700
committerBrian Paul <brianp@vmware.com>2009-03-07 12:33:11 -0700
commit2c3785159574e6c8640b6af3ce2ef561d095f324 (patch)
treeeefb8c30fdfe8c8414733de58cae4f25071bdf16 /src/mesa/sources.mak
parent4de5abee3938ee1d186629a70b04a98a74f50c97 (diff)
mesa: move glViewport and glDepthRange functions into new viewport.c file
A bit of refactoring with an eye toward ES2 and GL 3.1
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 42d950dfcb..432a5c3c67 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -74,6 +74,7 @@ MAIN_SOURCES = \
main/texstate.c \
main/texstore.c \
main/varray.c \
+ main/viewport.c \
main/vtxfmt.c
GLAPI_SOURCES = \