From: Brian Date: Thu, 18 Oct 2007 16:16:40 +0000 (-0600) Subject: added st_debug.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66586762f1d2a3a310cf83e177d3c659a93486c8;p=mesa.git added st_debug.c --- diff --git a/src/mesa/sources b/src/mesa/sources index cf307401b23..d53e75c820b 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -223,6 +223,7 @@ STATETRACKER_SOURCES = \ state_tracker/st_cb_texture.c \ state_tracker/st_cache.c \ state_tracker/st_context.c \ + state_tracker/st_debug.c \ state_tracker/st_draw.c \ state_tracker/st_format.c \ state_tracker/st_program.c \