]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
huge audit of dprints throughout engine, all notices of successfully
[xonotic/darkplaces.git] / vid_sdl.c
index 959105fbcb310e51d0e5df73291916e5a589eccf..8b41854a43983fd85a9cda6c095a0aa20cdb587d 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -727,6 +727,12 @@ int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate
        gl_platformextensions = "";
        gl_videosyncavailable = false;
 
+       Con_DPrintf("GL_VENDOR: %s\n", gl_vendor);
+       Con_DPrintf("GL_RENDERER: %s\n", gl_renderer);
+       Con_DPrintf("GL_VERSION: %s\n", gl_version);
+       Con_DPrintf("GL_EXTENSIONS: %s\n", gl_extensions);
+       Con_DPrintf("%s_EXTENSIONS: %s\n", gl_platform, gl_platformextensions);
+
        GL_Init();
 
        vid_numjoysticks = SDL_NumJoysticks();