summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-19 16:15:56 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-19 16:26:21 -0600
commit78d05bcc27ba02282711174a8b3aa5f1ebea9151 (patch)
treecaed787f114c59a976b72e61768d9540749499b1 /src/mesa/sources
parent158298eea075e87e4e3b4da9f6a606550f975b5d (diff)
gallium: new st_api.c file with token symbol for identifying the API
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 7f49ac6e32..e6b050c3f2 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -196,6 +196,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_cb_readpixels.c \
state_tracker/st_cb_strings.c \
state_tracker/st_cb_texture.c \
+ state_tracker/st_api.c \
state_tracker/st_context.c \
state_tracker/st_debug.c \
state_tracker/st_draw.c \