diff options
author | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-07-27 19:29:21 +0200 |
---|---|---|
committer | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-07-27 22:51:39 +0200 |
commit | 59fff53492fb385f8567c163aed014fdd9c0f8fa (patch) | |
tree | 4d9af0f5cbb72168b76124fe30ddc51d254a6112 /src/mesa/drivers/dri/r300/compiler/Makefile | |
parent | 6bc0e1054a212ec80408f685237b0e0c1e4929f0 (diff) |
r300/compiler: Add vertex program code dumper from Gallium driver
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r300/compiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/Makefile b/src/mesa/drivers/dri/r300/compiler/Makefile index dd04b81a2f..d973844192 100644 --- a/src/mesa/drivers/dri/r300/compiler/Makefile +++ b/src/mesa/drivers/dri/r300/compiler/Makefile @@ -19,6 +19,7 @@ C_SOURCES = \ r500_fragprog.c \ r500_fragprog_emit.c \ r3xx_vertprog.c \ + r3xx_vertprog_dump.c \ \ memory_pool.c |