diff options
author | Ian Romanick <[email protected]> | 2005-07-28 23:33:18 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-28 23:33:18 +0000 |
commit | 82e3ecf413704440ea64b3b582d68f82f7b83704 (patch) | |
tree | adfef0a6494b0388ccdb144c4caad10b035bb014 /src/mesa/drivers/dri/r300 | |
parent | f7c9eafa856623d5ce72afb8b20b7ccbcc3e671d (diff) |
Use the routines supplied in the __DRIinterfaceMethods structure to create a
destroy __GLcontextModes structures. This eliminates the need for DRI
drivers to ever link with glcontextmodes.c.
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r-- | src/mesa/drivers/dri/r300/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index 42197324744..57c7fc7aa95 100644 --- a/src/mesa/drivers/dri/r300/Makefile +++ b/src/mesa/drivers/dri/r300/Makefile @@ -16,8 +16,7 @@ COMMON_SOURCES = \ ../common/texmem.c \ ../common/vblank.c \ ../common/xmlconfig.c \ - ../common/dri_util.c \ - ../common/glcontextmodes.c + ../common/dri_util.c DRIVER_SOURCES = \ radeon_screen.c \ |