diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2005-07-26 23:06:10 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2005-07-26 23:06:10 +0000 |
commit | 36d6e9df16face24cb173a311a74b6bb6eb3425f (patch) | |
tree | 4d8a3055b74db12d07f011539f95d4b04f126f4e | |
parent | ab7c6ffadccbeb96b6f4ac58fb75e90697cd30c5 (diff) |
support GLX_DIRECT_COLOR in 1.4.0
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_screen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c index 7c1bb67f91..49423e2302 100644 --- a/src/mesa/drivers/dri/i915/intel_screen.c +++ b/src/mesa/drivers/dri/i915/intel_screen.c @@ -425,7 +425,6 @@ intelFillInModes( unsigned pixel_bits, unsigned depth_bits, __func__, __LINE__ ); return NULL; } -#if 0 if ( ! driFillInModes( & m, fb_format, fb_type, depth_bits_array, stencil_bits_array, depth_buffer_factor, back_buffer_modes, back_buffer_factor, @@ -434,7 +433,6 @@ intelFillInModes( unsigned pixel_bits, unsigned depth_bits, __func__, __LINE__ ); return NULL; } -#endif /* Mark the visual as slow if there are "fake" stencil bits. */ @@ -472,7 +470,7 @@ void * __driCreateNewScreen_20050725( __DRInativeDisplay *dpy, int scrn, __DRIsc { __DRIscreenPrivate *psp; - static const __DRIversion ddx_expected = { 1, 4, 0 }; + static const __DRIversion ddx_expected = { 1, 0, 0 }; static const __DRIversion dri_expected = { 4, 0, 0 }; static const __DRIversion drm_expected = { 1, 1, 0 }; |