[quake3-commits] [ioquake/ioq3] 051d71: Print full GL_EXTENSIONS list for OpenGL contexts ...

Zack Middleton noreply at github.com
Sat Oct 23 07:27:37 EDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/ioquake/ioq3
  Commit: 051d71284420a6ad0e79e7d1013bb3fdacef4600
      https://github.com/ioquake/ioq3/commit/051d71284420a6ad0e79e7d1013bb3fdacef4600
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2021-10-23 (Sat, 23 Oct 2021)

  Changed paths:
    M code/libs/macosx/libSDL2-2.0.0.dylib
    M code/renderergl1/tr_init.c
    M code/renderergl2/tr_init.c

  Log Message:
  -----------
  Print full GL_EXTENSIONS list for OpenGL contexts before 3.0

Printing GL_EXTENSIONS list might be cut off for OpenGL contexts
before 3.0 due to glConfig.extensions_string being a limited length.
Instead get the full extensions list directly.

This was already fixed for OpenGL 3.0 and later contexts.




More information about the quake3-commits mailing list