summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-12-10 15:42:28 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-12-12 16:57:38 +0000
commit8627a14ec872c532ac7660abfaf1a2db9b8608bb (patch)
treec29d190836acc611f5d179a2a6d6c447f65c0611 /src/mesa/sources.mak
parentec007dbe0f38798553d2a3c29c979dd3b7767818 (diff)
st: move feedback draw function to new file
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 14fd8597a8..9ebac8e1cd 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -201,6 +201,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_context.c \
state_tracker/st_debug.c \
state_tracker/st_draw.c \
+ state_tracker/st_draw_feedback.c \
state_tracker/st_extensions.c \
state_tracker/st_format.c \
state_tracker/st_framebuffer.c \