diff options
author | Brian <brian@nostromo.localnet.net> | 2007-02-09 15:40:15 -0700 |
---|---|---|
committer | Brian <brian@nostromo.localnet.net> | 2007-02-09 15:40:15 -0700 |
commit | 5620392d67278714f7c2a5ccc3101334ac35ab3f (patch) | |
tree | 67da67524091d42fa9b75450b81b44dbd014bd88 /src/mesa | |
parent | 942ee025908a95afc57990c57d6754ca1a626b04 (diff) |
add prog_debug.c
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 4d8055b4bf..b35e56abad 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -158,6 +158,7 @@ SHADER_SOURCES = \ shader/nvvertexec.c \ shader/nvvertparse.c \ shader/program.c \ + shader/prog_debug.c \ shader/prog_instruction.c \ shader/prog_parameter.c \ shader/prog_print.c \ |