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

Zack Middleton noreply at github.com
Sat Oct 23 07:32:19 EDT 2021


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

  Changed paths:
    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