Skip to content

Instantly share code, notes, and snippets.

@liangqi
Created April 10, 2024 20:42
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 liangqi/e71a7fde634ed89cff5e5cf651309244 to your computer and use it in GitHub Desktop.
Save liangqi/e71a7fde634ed89cff5e5cf651309244 to your computer and use it in GitHub Desktop.
glmark2 result on fedora rawhide vm(arm64) on MBP M3 Max(VMware Fusion)
$ glmark2
=======================================================
glmark2 2023.01
=======================================================
OpenGL Information
GL_VENDOR: VMware, Inc.
GL_RENDERER: SVGA3D; build: RELEASE; LLVM;
GL_VERSION: 4.3 (Compatibility Profile) Mesa 24.0.4
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0
Surface Size: 800x600 windowed
=======================================================
[build] use-vbo=false: FPS: 3211 FrameTime: 0.311 ms
[build] use-vbo=true: FPS: 4172 FrameTime: 0.240 ms
[texture] texture-filter=nearest: FPS: 4738 FrameTime: 0.211 ms
[texture] texture-filter=linear: FPS: 4662 FrameTime: 0.215 ms
[texture] texture-filter=mipmap: FPS: 4807 FrameTime: 0.208 ms
[shading] shading=gouraud: FPS: 4384 FrameTime: 0.228 ms
[shading] shading=blinn-phong-inf: FPS: 4163 FrameTime: 0.240 ms
[shading] shading=phong: FPS: 4046 FrameTime: 0.247 ms
[shading] shading=cel: FPS: 4090 FrameTime: 0.245 ms
[bump] bump-render=high-poly: FPS: 3749 FrameTime: 0.267 ms
[bump] bump-render=normals: FPS: 4529 FrameTime: 0.221 ms
[bump] bump-render=height: FPS: 4725 FrameTime: 0.212 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 5019 FrameTime: 0.199 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 4200 FrameTime: 0.238 ms
[pulsar] light=false:quads=5:texture=false: FPS: 4895 FrameTime: 0.204 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 1426 FrameTime: 0.701 ms
[desktop] effect=shadow:windows=4: FPS: 2449 FrameTime: 0.408 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 1195 FrameTime: 0.837 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 1192 FrameTime: 0.840 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 1388 FrameTime: 0.721 ms
[ideas] speed=duration: FPS: 1905 FrameTime: 0.525 ms
[jellyfish] <default>: FPS: 4053 FrameTime: 0.247 ms
[terrain] <default>: FPS: 998 FrameTime: 1.002 ms
[shadow] <default>: FPS: 2905 FrameTime: 0.344 ms
[refract] <default>: FPS: 1800 FrameTime: 0.556 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 4425 FrameTime: 0.226 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 4726 FrameTime: 0.212 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 4837 FrameTime: 0.207 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 4623 FrameTime: 0.216 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 4727 FrameTime: 0.212 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 4900 FrameTime: 0.204 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 4817 FrameTime: 0.208 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 4622 FrameTime: 0.216 ms
=======================================================
glmark2 Score: 3707
=======================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment