>
> 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.
>
>
>
> ---
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]
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_