| 55 | -> MESA_GL_VERSION_OVERRIDE glewinfo |
| 56 | {{{ |
| 57 | --------------------------- |
| 58 | GLEW Extension Info |
| 59 | --------------------------- |
| 60 | |
| 61 | GLEW version 2.2.0 |
| 62 | Running on a llvmpipe (LLVM 9.0.1, 128 bits) from Mesa/X.org |
| 63 | OpenGL version 4.6 (Compatibility Profile) Mesa 21.2.3 (git-84288ed495) is supported |
| 64 | |
| 65 | (etc.... etc....) |
| 66 | |
| 67 | GL_VERSION_3_1: OK |
| 68 | --------------- |
| 69 | glDrawArraysInstanced: OK |
| 70 | glDrawElementsInstanced: OK |
| 71 | glPrimitiveRestartIndex: OK |
| 72 | glTexBuffer: OK |
| 73 | |
| 74 | GL_VERSION_3_2: OK |
| 75 | --------------- |
| 76 | glFramebufferTexture: OK |
| 77 | glGetBufferParameteri64v: OK |
| 78 | glGetInteger64i_v: OK |
| 79 | |
| 80 | GL_VERSION_3_3: OK |
| 81 | --------------- |
| 82 | glVertexAttribDivisor: OK |
| 83 | |
| 84 | GL_VERSION_4_0: OK |
| 85 | --------------- |
| 86 | glBlendEquationSeparatei: OK |
| 87 | glBlendEquationi: OK |
| 88 | glBlendFuncSeparatei: OK |
| 89 | glBlendFunci: OK |
| 90 | glMinSampleShading: OK |
| 91 | |
| 92 | GL_VERSION_4_1: OK |
| 93 | --------------- |
| 94 | |
| 95 | GL_VERSION_4_2: OK |
| 96 | --------------- |
| 97 | |
| 98 | GL_VERSION_4_3: OK |
| 99 | --------------- |
| 100 | |
| 101 | GL_VERSION_4_4: OK |
| 102 | --------------- |
| 103 | |
| 104 | GL_VERSION_4_5: MISSING |
| 105 | --------------- |
| 106 | |
| 107 | GL_VERSION_4_6: MISSING |
| 108 | --------------- |
| 109 | |
| 110 | }}} |
| 111 | |