diff options
author | Nicolai Haehnle <[email protected]> | 2004-11-02 13:06:45 +0000 |
---|---|---|
committer | Nicolai Haehnle <[email protected]> | 2004-11-02 13:06:45 +0000 |
commit | 2302cc1a25f7ab55b7e7d6647175308cd64ab7f1 (patch) | |
tree | 8ece05fc8a5c48d3f0c4927f081a8a54f2dea4da /src/mesa/drivers/dri/r300/Makefile | |
parent | b187341e63f417c191b5d13be6b76cbd63555802 (diff) |
No visible changes, but commit the groundwork for further experiments:
- Install custom (though inactive) pipeline
- Track depth test and culling state in hardware registers
Diffstat (limited to 'src/mesa/drivers/dri/r300/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r300/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index 19e95c2322d..1306dede7f2 100644 --- a/src/mesa/drivers/dri/r300/Makefile +++ b/src/mesa/drivers/dri/r300/Makefile @@ -30,6 +30,7 @@ DRIVER_SOURCES = \ r300_ioctl.c \ r300_cmdbuf.c \ r300_state.c \ + r300_render.c \ \ r200_context.c \ r200_ioctl.c \ |