1WFLINFO(1) wflinfo Manual WFLINFO(1)
2
3
4
6 wflinfo - a utility for printing OpenGL or OpenGL ES driver information
7
9 wflinfo --platform=platform --api=api [OPTIONS]
10
12 wflinfo is utility which creates an OpenGL or OpenGL ES context using
13 the waffle library and prints information about the context.
14
16 -p platform
17 --platform=platform
18 Where platform is android, cgl, gbm, glx, surfaceless_egl (or short
19 alias 'sl'), wayland, wgl, or x11_egl
20
21 -a api
22 --api=api
23 Where api is gl, gles1, gles2, or gles3
24
26 -V MAJOR.MINOR
27 --version=MAJOR.MINOR
28 For example --api=gl --version=3.2 would request OpenGL 3.2
29
30 --profile=profile
31 Where profile is core, compat or none
32
33 -v
34 --verbose
35 Print more information
36
37 --forward-compatible
38 Request a forward compatible context be created
39
40 --debug-context
41 Request a debug context be created
42
43 -f format
44 --format=format
45 Choose the output format. Supported formats are 'original' (the
46 default) and 'json'.
47
48 The JSON format is backwards-compatible across Waffle versions.
49 Future Waffle versions may add new entries to the JSON output, but
50 will not remove existing entries.
51
52 -h
53 --help
54 Print wflinfo usage information
55
57 wflinfo --platform=glx --api=gl
58 wflinfo --platform=x11_egl --api=gl --version=3.2 --profile=core
59 wflinfo --platform=wayland --api=gles3
60 wflinfo --platform=gbm --api=gl --version=3.2 --verbose
61 wflinfo -p gbm -a gl -V 3.2 -v
62
64 Please report bugs or and feature requests to
65 https://gitlab.freedesktop.org/mesa/waffle/issues.
66
68 waffle(7)
69
71 Chad Versace <chad.versace@linux.intel.com>
72 Maintainer
73
74 Jordan Justen <jordan.l.justen@intel.com>
75 Contributor
76
78 Copyright © 2013 Intel
79
80 This manual page is licensed under the Creative Commons
81 Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0). To
82 view a copy of this license, visit
83 http://creativecommons.org.license/by-sa/3.0/us.
84
85
86
87
88waffle 02/02/2023 WFLINFO(1)