]> git.xonotic.org Git - xonotic/darkplaces.git/commit
GL: display a more useful error dialog if context creation fails
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 30 Oct 2023 11:25:11 +0000 (21:25 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 8 Nov 2023 17:26:20 +0000 (03:26 +1000)
commit838b57bb5d2085dbd5af5ff4b886edb909f5027a
tree19fd55e648d13aeaec405d7bf1cbbce3d4fbe4e0
parent03f5a13352c3f396291f80094c0547db60438bb3
GL: display a more useful error dialog if context creation fails

There's no need to repeatedly retry if context creation fails, the
GPU and driver capabilities won't have changed.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
vid_sdl.c