summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-10 16:42:26 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-10 16:44:07 +0100
commit39407fd85467141fceafbedf52d9e55e008eb011 (patch)
treec3580533e9e37c1d410eb6bb8f24fd192f27dbcc /src/mesa/sources
parent1c8bcc733d695732ca704565b3a10ac5f4172ea3 (diff)
Move string functions to state_tracker, add queries to pipe, winsys.
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 a2b9fed82b..c94cd3de26 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -199,6 +199,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_cb_fbo.c \
state_tracker/st_cb_program.c \
state_tracker/st_cb_readpixels.c \
+ state_tracker/st_cb_strings.c \
state_tracker/st_cb_texture.c \
state_tracker/st_context.c \
state_tracker/st_draw.c \