diff options
author | Corbin Simpson <[email protected]> | 2009-03-11 14:26:25 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-03-11 15:23:09 -0700 |
commit | c4c1774bbb08022846eefd14df683c7644f5e421 (patch) | |
tree | 4a67800fcd3d9a0dadf9dd98d1a5fea683614049 /src/gallium/drivers/r300/Makefile | |
parent | ddf31d0e315faba6a9519cc12e4b480ede38deb2 (diff) |
r300-gallium: r500-fs: Add shader dumper and more tex work.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index 4c400bff580..0e4e1155325 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -7,6 +7,7 @@ C_SOURCES = \ r300_chipset.c \ r300_clear.c \ r300_context.c \ + r300_debug.c \ r300_emit.c \ r300_flush.c \ r300_query.c \ |