]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Merge MR 'Move SDL_GL_GetProcAddress after creating GL context' div0-stable
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 25 Nov 2023 02:00:54 +0000 (12:00 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 25 Nov 2023 02:00:54 +0000 (12:00 +1000)
commitddabe55ae766087df0b82d214ca4b6d79a443345
tree4a728de9f9093603a584ab1d6bd182ad24db3ae8
parentf244ef2525c9c018f1b077d49959df3c77ebc7b1
parent0914aa550be6440554ab02e5bd1c9408976644a9
Merge MR 'Move SDL_GL_GetProcAddress after creating GL context'

On some platforms GL function pointers cannot be obtained before context
creation, on others doing so can invoke undefined behaviour.

See https://gitlab.com/xonotic/darkplaces/-/merge_requests/147

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