diff options
author | Alex Deucher <[email protected]> | 2010-03-09 19:44:23 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2010-03-10 11:58:07 -0500 |
commit | e167403e5809c447870644bd9ea09fad369706cf (patch) | |
tree | 5d77d9cbf6c9c6376249c9d03037b184a84e7df5 /src/mesa/drivers/dri/r200/Makefile | |
parent | 7cd8f0ef9d905080dc857c4739be9780b24a7fd2 (diff) |
radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 9ea81fd5059..c9c1346c3a2 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -34,7 +34,6 @@ DRIVER_SOURCES = r200_context.c \ r200_state.c \ r200_state_init.c \ r200_cmdbuf.c \ - r200_pixel.c \ r200_tex.c \ r200_texstate.c \ r200_tcl.c \ |