]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
GL: improve debugging
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 31 Aug 2024 10:17:46 +0000 (20:17 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 12 Sep 2024 13:53:35 +0000 (23:53 +1000)
commit999965957f6d7fd907baeb46d9b88ecf81b2a146
tree004a061f836ff22dc8d1afa064fcff42376eb080
parent41133b4b2f52c4ec95706b505cc77a6ac754a712
GL: improve debugging

Makes gl_debug work in standard builds (it has no cost when disabled).

Removes registration of gl_printcheckerror in standard builds where it
does nothing (still declared because it might be set by -developer3).

Makes various GL errors red, warnings yellow.

GL_TABLE_TOO_LARGE was removed in GL 3, GLES doesn't have it either.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
gl_backend.c
glquake.h
model_shared.c