diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2004-07-05 23:42:02 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@gmail.com> | 2004-07-05 23:42:02 +0000 |
commit | 550009441375e55bda3896eba7375b9228c7fdec (patch) | |
tree | cacc259a1d4111d41fb189c7769adff7a270ea83 /configs | |
parent | 10b3bf60137b1f5faae46d2266f54faa89798570 (diff) |
Convert miniglx to use Ian's fancy new driver config code.
This removes the miniglx driver function InitContextModes().
All of the server directories were edited to remove the implementations.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-solo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 07aa94ad9f..a5feac4c2a 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -28,5 +28,5 @@ SRC_DIRS = mesa glx glu glut/mini DRIVER_DIRS = dri PROGRAM_DIRS = miniglx -#DRI_DIRS = fb ffb gamma i810 i830 mach64 mga r128 r200 radeon sis savage tdfx unichrome -DRI_DIRS = i810 i830 mach64 mga r128 r200 radeon tdfx unichrome +#DRI_DIRS = fb ffb gamma sis savage +DRI_DIRS = i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome |