AUX buffers

Under Linux nVidia provides no aux buffers and no pbuffers. Will this change?

ATI provides no aux buffers at all?

nVidia, no pbuffers? whaaaa?! I think something is wrong with your setup (or you aren’t using proper GLX code).

ATI supports AUX buffers in windows, but I’m not sure about linux (would think so, but probably not).

There is no pbuffer extension under Linux, btw the extension is WGL_…

According to http://www.delphi3d.net/hardware/index.php ATI does not provide AUX buffers.

AUX buffers should be easy to implement and available on all platforms.

Check for GLX version 1.3 in addition to the extension, it includes Pbuffer support directly.

Originally posted by mfugl:
[b]According to http://www.delphi3d.net/hardware/index.php ATI does not provide AUX buffers.

AUX buffers should be easy to implement and available on all platforms.[/b]
They do, only on pbuffers though.