Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. pine64@pine64:~/$ LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu/libGL.so.1 LIBGL_FB=2 LIBGL_ES=2 LIBGL_GL=21 LIBGL_VSYNC=0 myapp
  2. LIBGL: Initialising gl4es
  3. LIBGL: v1.0.9 built on Jul 20 2018 20:27:09
  4. LIBGL: using pbuffer
  5. LIBGL: Using GLES 2.0 backend
  6. LIBGL:loaded: libGLESv2.so
  7. LIBGL:loaded: libEGL.so
  8. LIBGL: Using GLES 2.0 backend
  9. LIBGL: Hardware Limited NPOT detected and used
  10. LIBGL: Extension GL_EXT_blend_minmax detected and used
  11. LIBGL: FBO are in core, and so used
  12. LIBGL: PointSprite are in core, and so used
  13. LIBGL: CubeMap are in core, and so used
  14. LIBGL: BlendColor is in core, and so used
  15. LIBGL: Blend Substract is in core, and so used
  16. LIBGL: Blend Function and Equation Separation is in core, and so used
  17. LIBGL: Texture Mirrored Repeat is in core, and so used
  18. LIBGL: Extension GL_OES_mapbuffer detected
  19. LIBGL: Extension GL_OES_packed_depth_stencil detected and used
  20. LIBGL: Extension GL_OES_depth24 detected and used
  21. LIBGL: Extension GL_OES_rgb8_rgba8 detected and used
  22. LIBGL: Extension GL_EXT_texture_format_BGRA8888 detected and used
  23. LIBGL: Extension GL_OES_depth_texture detected and used
  24. LIBGL: Max vertex attrib: 16
  25. LIBGL: Extension GL_OES_standard_derivatives detected and used
  26. LIBGL: Max texture size: 4096
  27. LIBGL: Max Varying Vector: 12
  28. LIBGL: Texture Units: 8(8), Max lights: 8, Max planes: 6
  29. LIBGL: Hardware vendor is ARM
  30. LIBGL: Targeting OpenGL 2.1
  31. LIBGL: Forcing NPOT support by disabling MIPMAP support for NPOT textures
  32. LIBGL: glXMakeCurrent FBO workaround enabled
  33. LIBGL: Current folder is:/home/pine64/
  34. LIBGL: ERROR: EGL Error detected: EGL_BAD_DISPLAY (0x0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement