• Home
  • Raw
  • Download

Lines Matching full:panfrost

1 Panfrost  title
4 The Panfrost driver stack includes an OpenGL ES implementation for Arm Mali
29 supported in the Lima driver, not Panfrost. Lima is also available in Mesa.
36 Panfrost's OpenGL support is a Gallium driver. Since Mali GPUs are 3D-only and
38 controllers paired with Mali GPUs. If your board with a Panfrost supported GPU
42 LLVM is *not* required by Panfrost's compilers. LLVM support in Mesa can
43 safely be disabled for most OpenGL ES users with Panfrost.
46 -Dgallium-drivers=panfrost -Dllvm=disabled`` for a build directory
55 Panfrost developers and users hang out on IRC at ``#panfrost`` on OFTC. Note
57 spam. `Join the chat. <https://webchat.oftc.net/?channels=#panfrost>`_
62 Panfrost implements ``drm-shim``, stubbing out the Panfrost kernel interface.
69 Although Mali hardware is usually paired with an Arm CPU, Panfrost is portable C
73 To build Mesa with Panfrost drm-shim, configure meson with
74 ``-Dgallium-drivers=panfrost`` and ``-Dtools=drm-shim``. See the above
76 ``build/src/panfrost/drm-shim/libpanfrost_noop_drm_shim.so``.
96 ``src/panfrost/lib/pan_props.c``.
101 …DEBUG=shaders LIBGL_DRIVERS_PATH=~/lib/dri/ LD_PRELOAD=~/mesa/build/src/panfrost/drm-shim/libpanfr…
105 …DEBUG=shaders LIBGL_DRIVERS_PATH=~/lib/dri/ LD_PRELOAD=~/mesa/build/src/panfrost/drm-shim/libpanfr…
119 …UG=trace,dump LIBGL_DRIVERS_PATH=~/lib/dri/ LD_PRELOAD=~/mesa/build/src/panfrost/drm-shim/libpanfr…
124 Panfrost supports u-interleaved tiling. U-interleaved tiling is
148 ``src/panfrost/shared/test/test-tiling.cpp``, which documents the space-filling
151 ``src/panfrost/shared/pan_tiling.c``.
153 Although these routines are part of Panfrost, they are also used by Lima, as Arm
157 compressible, so u-interleaved tiling remains an important fallback on Panfrost.