From: Brian Date: Wed, 30 May 2007 22:27:17 +0000 (-0600) Subject: added st_atom_depth.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9527eae8eb461c82632f89eb7c5244a92e885bc;p=mesa.git added st_atom_depth.c --- diff --git a/src/mesa/sources b/src/mesa/sources index c5ee7d96114..eda3ef7beba 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -176,6 +176,7 @@ SOFTPIPE_SOURCES = \ softpipe/state_tracker/st_atom_blend.c \ softpipe/state_tracker/st_atom_cbuf.c \ softpipe/state_tracker/st_atom_clip.c \ + softpipe/state_tracker/st_atom_depth.c \ softpipe/state_tracker/st_atom_fs.c \ softpipe/state_tracker/st_atom_scissor.c \ softpipe/state_tracker/st_atom_stencil.c \