Guest User

Untitled

a guest
Jan 6th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. glxinfo|grep OpenGL
  2. OpenGL vendor string: Intel Open Source Technology Center
  3. OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
  4. OpenGL core profile version string: 4.3 (Core Profile) Mesa 12.0.3
  5. OpenGL core profile shading language version string: 4.30
  6. OpenGL core profile context flags: (none)
  7. OpenGL core profile profile mask: core profile
  8. OpenGL core profile extensions:
  9. OpenGL version string: 3.0 Mesa 12.0.3
  10. OpenGL shading language version string: 1.30
  11. OpenGL context flags: (none)
  12. OpenGL extensions:
  13. OpenGL ES profile version string: OpenGL ES 3.1 Mesa 12.0.3
  14. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
  15. OpenGL ES profile extensions:
  16.  
  17. changes the value returned by glGetString(GL_VERSION) and possibly the GL API type.
  18.  
  19. MESA_GL_VERSION_OVERRIDE=3.3 glxinfo | grep OpenGL
  20.  
  21. OpenGL version string: 3.3 (Core Profile) Mesa 12.0.3
  22. OpenGL shading language version string: 3.30
  23.  
  24. MESA_GL_VERSION_OVERRIDE=4.3 command
Add Comment
Please, Sign In to add comment