Changes between Version 1 and Version 2 of Ticket #12126, comment 4
- Timestamp:
- Oct 15, 2021, 3:48:36 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12126, comment 4
v1 v2 1 1 Patched and tested with Haiku hrev55507 x86-64. I'll put something together for you to test. 2 2 3 -> bin/visualinfo3 -> visualinfo 4 4 {{{ 5 5 OpenGL vendor string: Mesa/X.org … … 14 14 }}} 15 15 16 -> MESA_GL_VERSION_OVERRIDE=4.6 bin/visualinfo16 -> MESA_GL_VERSION_OVERRIDE=4.6 visualinfo 17 17 {{{ 18 18 OpenGL vendor string: Mesa/X.org … … 27 27 }}} 28 28 29 -> glewinfo 29 30 31 {{{ 32 --------------------------- 33 GLEW Extension Info 34 --------------------------- 35 36 GLEW version 2.2.0 37 Running on a llvmpipe (LLVM 9.0.1, 128 bits) from Mesa/X.org 38 OpenGL version 3.1 Mesa 21.2.3 (git-84288ed495) is supported 39 40 GL_VERSION_1_1: OK 41 --------------- 42 43 (etc, etc.....) 44 45 GL_VERSION_3_1: OK 46 --------------- 47 glDrawArraysInstanced: OK 48 glDrawElementsInstanced: OK 49 glPrimitiveRestartIndex: OK 50 glTexBuffer: OK 51 52 (etc.....etc) 53