Re: i830 visuals issue..

2004-06-16 Thread Dave Airlie
> > If you're going to poke around much in that part of the driver, you might > consider converting it to use driFillInModes instead of the driver-specific > fill_in_modes function. :) > I've just checked in the fix for my issue and a conversion to use driFillInModes.. Dave. > > > > ---

Re: i830 visuals issue..

2004-06-15 Thread Ian Romanick
Dave Airlie wrote: On my i830 I'm getting libGL visuals errors for 4 visuals and they are all for visuals with 0 depth bits... I've applied the following to my i830_screen.c @@ -474,7 +475,7 @@ int depth_buffer_modes[2][2]; - depth_buffer_modes[0][0] = depth_bits; + depth_buffer_modes[0][0]

i830 visuals issue..

2004-06-15 Thread Dave Airlie
On my i830 I'm getting libGL visuals errors for 4 visuals and they are all for visuals with 0 depth bits... I've applied the following to my i830_screen.c @@ -474,7 +475,7 @@ int depth_buffer_modes[2][2]; - depth_buffer_modes[0][0] = depth_bits; + depth_buffer_modes[0][0] = 0; //depth_