summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-20 08:47:09 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-20 08:47:09 -0600
commit73f96c51052bf5233191d852ef463462306bf1d5 (patch)
tree29a1f9f4b5f052f7894dce351ebfb4a8ae69b85a /src/mesa/sources
parent6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (diff)
Initial work for glClear(), clear color 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 0bf7dbceb3..97801648c4 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -155,6 +155,7 @@ VF_SOURCES = \
vf/vf_sse.c
SOFTPIPE_SOURCES = \
+ pipe/softpipe/sp_clear.c \
pipe/softpipe/sp_context.c \
pipe/softpipe/sp_draw.c \
pipe/softpipe/sp_prim_clip.c \
@@ -177,6 +178,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_atom.c \
state_tracker/st_atom_alphatest.c \
state_tracker/st_atom_blend.c \
+ state_tracker/st_atom_clear_color.c \
state_tracker/st_atom_clip.c \
state_tracker/st_atom_depth.c \
state_tracker/st_atom_fs.c \