diff options
author | Marek Olšák <[email protected]> | 2010-04-18 05:10:43 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-28 01:05:42 +0200 |
commit | 20c96759940b0bbe5afdb592cda1c410bfa6e665 (patch) | |
tree | 7affe722a21714c5f5438ff322285651645cf213 /src/gallium/drivers/r300/Makefile | |
parent | 7440fd89b43184275c0214bbeeb8acc26b88815b (diff) |
r300g: move ZTOP to separate file
Ideally, HiZ should go in r300_hyperz.c next to ZTOP.
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 5a8e00f15a2..d3cd6bef96e 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -11,6 +11,7 @@ C_SOURCES = \ r300_emit.c \ r300_flush.c \ r300_fs.c \ + r300_hyperz.c \ r300_query.c \ r300_render.c \ r300_resource.c \ |