[quake3] Broken GLX?

Ben Noordhuis bnoordhuis at gmail.com
Wed Nov 29 05:42:48 EST 2006


On 11/29/06, JoeHill <joehill at sympatico.ca> wrote:
> Using 4/4/4 Color bits, 16 depth, 0 stencil display.

There might be a small bug in unix/sdl_glimp.c, somewhere around line 660:

    sdlcolorbits = 4;
    if (tcolorbits == 24)
        sdlcolorbits = 8;

The comparison should be >= instead of == because tcolorbits can be 32.



More information about the quake3 mailing list