summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-19 19:52:25 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-19 19:52:25 -0600
commit6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (patch)
tree549ac563454270eaef2abbb05203e462ea6b9289 /src/mesa/sources
parentaf9b5ca0359b5712509d7815a7fbc81a3255f4af (diff)
hook up point state
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index eb67dd9f7b..0bf7dbceb3 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -167,6 +167,7 @@ SOFTPIPE_SOURCES = \
pipe/softpipe/sp_state_clip.c \
pipe/softpipe/sp_state_derived.c \
pipe/softpipe/sp_state_fs.c \
+ pipe/softpipe/sp_state_point.c \
pipe/softpipe/sp_state_setup.c \
pipe/softpipe/sp_state_surface.c \
pipe/softpipe/sp_tile_fs.c \
@@ -180,6 +181,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_atom_depth.c \
state_tracker/st_atom_fs.c \
state_tracker/st_atom_framebuffer.c \
+ state_tracker/st_atom_point.c \
state_tracker/st_atom_scissor.c \
state_tracker/st_atom_stencil.c \
state_tracker/st_atom_setup.c \