logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wflinfo - a utility for printing OpenGL or OpenGL ES driver information

Authors

ChadVersace <chad.versace@linux.intel.com>
           Former maintainer

       JordanJusten <jordan.l.justen@intel.com>
           Contributor

Description

       wflinfo is utility which creates an OpenGL or OpenGL ES context using the waffle library and prints
       information about the context.

Examples

           wflinfo --platform glx --api gl
           wflinfo --platform x11_egl --api gl --version 3.2 --profile core
           wflinfo --platform wayland --api gles3
           wflinfo --platform gbm --api gl --version 3.2 --verbose
           wflinfo -p gbm -a gl -V 3.2 -v

Issues

       Please report bugs or and feature requests to https://gitlab.freedesktop.org/mesa/waffle/issues.

Name

       wflinfo - a utility for printing OpenGL or OpenGL ES driver information

Options

-VMAJOR.MINOR--versionMAJOR.MINOR
           For example --api gl --version 3.2 would request OpenGL 3.2

       --profileprofile
           Where profile is core, compat or none

       -v--verbose
           Print more information

       --forward-compatible
           Request a forward compatible context be created

       --debug-context
           Request a debug context be created

       -fformat--formatformat
           Choose the output format. Supported formats are 'original' (the default) and 'json'.

           The JSON format is backwards-compatible across Waffle versions. Future Waffle versions may add new
           entries to the JSON output, but will not remove existing entries.

       -h--help
           Print wflinfo usage information

Required Parameters

-pplatform--platformplatform
           Where platform is android, cgl, gbm, glx, surfaceless_egl (or short alias 'sl'), wayland, wgl, or
           x11_egl

       -aapi--apiapi
           Where api is gl, gles1, gles2, or gles3

See Also

waffle(7)

Synopsis

wflinfo--platformplatform--apiapi [OPTIONS]

See Also