[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
2009/2/12 Elias Pschernig <elias.pschernig@xxxxxxxxxx>:
> On Wed, 2009-02-11 at 10:34 +1100, Peter Wang wrote:
>> ex_multisample crashes on my card. I tracked it down to the call
>> to _al_xglx_config_select_visual() at xdisplay.c:234
>> where it returns with d->xvinfo == NULL.
>>
>> Elias, can you add some code to handle this error case?
>>
>
> What does allegro.log say about the detected GLX version?
xdisplay: GLX 1.2.
ex_multisample exits gracefully now, thanks.
Peter