Skip to content

Instantly share code, notes, and snippets.

@joshuataylor
Created February 8, 2023 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuataylor/e0fbc2b495822c57015e7fed50acf2e4 to your computer and use it in GitHub Desktop.
Save joshuataylor/e0fbc2b495822c57015e7fed50acf2e4 to your computer and use it in GitHub Desktop.
working (`mesa-asahi-edge` package):
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: Apple M1 (G13G B1) (0xffffffff)
Version: 23.0.0
Accelerated: yes
Video memory: 15510MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 2.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
non working, from mesa main branch:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 15.0.7, 128 bits) (0xffffffff)
Version: 23.1.0
Accelerated: no
Video memory: 15510MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment