summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-17 14:24:11 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-17 14:24:11 -0600
commitb4bacd1fca336f043d1ee3c3a346fbd42a3b02eb (patch)
tree81ff3b367c175ae693daed8a07f395fc0635cff7 /src/mesa/sources
parent2a40c71fed9461a6ecd17788b17b35655262aec6 (diff)
Plug in selection/feedback code.
Not quite finished yet. Selection/feedback are done with a private instance of the 'draw' module in the state tracker. Not quite all the draw context's state is set yet, namely vertex format info. Hold off on that for a bit...
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 a672ad2fcf..ec561294c5 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -210,6 +210,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_cb_flush.c \
state_tracker/st_cb_drawpixels.c \
state_tracker/st_cb_fbo.c \
+ state_tracker/st_cb_feedback.c \
state_tracker/st_cb_program.c \
state_tracker/st_cb_queryobj.c \
state_tracker/st_cb_rasterpos.c \