Changes between Version 1 and Version 2 of Ticket #12126, comment 4


Ignore:
Timestamp:
Oct 15, 2021, 3:48:36 PM (3 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12126, comment 4

    v1 v2  
    11Patched and tested with Haiku hrev55507 x86-64. I'll put something together for you to test.
    22
    3 -> bin/visualinfo
     3-> visualinfo
    44{{{
    55OpenGL vendor string: Mesa/X.org
     
    1414}}}
    1515
    16 -> MESA_GL_VERSION_OVERRIDE=4.6 bin/visualinfo
     16-> MESA_GL_VERSION_OVERRIDE=4.6 visualinfo
    1717{{{
    1818OpenGL vendor string: Mesa/X.org
     
    2727}}}
    2828
     29-> glewinfo
    2930
     31{{{
     32---------------------------
     33    GLEW Extension Info
     34---------------------------
     35
     36GLEW version 2.2.0
     37Running on a llvmpipe (LLVM 9.0.1, 128 bits) from Mesa/X.org
     38OpenGL version 3.1 Mesa 21.2.3 (git-84288ed495) is supported
     39
     40GL_VERSION_1_1:                                                OK
     41---------------
     42
     43(etc, etc.....)
     44
     45GL_VERSION_3_1:                                                OK
     46---------------
     47  glDrawArraysInstanced:                                       OK
     48  glDrawElementsInstanced:                                     OK
     49  glPrimitiveRestartIndex:                                     OK
     50  glTexBuffer:                                                 OK
     51
     52(etc.....etc)
     53