• Home
  • Raw
  • Download

Lines Matching +full:traces +full:- +full:db

5 (Mali-4xx) embedded GPUs from ARM. It’s a reverse-engineered,
6 community-developed driver, and is not endorsed by ARM. Lima was
12 Mali-400 Utgard Supported
13 Mali-450 Utgard Supported
14 Mali-470 Utgard Unsupported
21 display and has little to do with display-related issues.
24 separate `display driver <#display-drivers>`__ is also required, which
29 --------------
41 Check the `known hardware limitations <#known-hardware-limitations>`__
48 ---------------
52 - Allwinner: ``sun4i-drm``
53 - Amlogic: ``meson``
54 - Ericsson MCDE: ``mcde``
55 - Exynos: ``exynos``
56 - Rockchip: ``rockchip``
57 - Tiny DRM: ``tinydrm``
60 ---------------------
62 These are some Lima-specific environment variables that may aid in
67 accepts the following comma-separated list of flags:
84 precompile shaders for shader-db
107 --------------------------
111 - ``glPolygonMode()`` with ``GL_LINE`` is not supported. This is not part of
113 - Texture wrapping with ``GL_CLAMP_TO_BORDER`` is not supported. This is not
116 - Precision limitations in fragment shaders:
118 - In general, only
119 `FP16 <https://en.wikipedia.org/wiki/Half-precision_floating-point_format>`__
122 - Integers are not supported in hardware, they are lowered down to
124 - There is a higher precision (FP24) path for texture lookups, if
130 - Lima supports FP16 textures in OpenGL ES (through
133 require 32-bit float textures, that the Mali-4xx does not support.
134 - Rendering to FP16 is possible, but the result is clamped to the
138 -------------
147 `apitrace <https://github.com/apitrace/apitrace>`__ traces are very
152 ---
157 **No.** The Mali-4xx was designed to implement OpenGL ES 2.0 and OpenGL
165 `OpenGL ES Conformance Tests <https://github.com/KhronosGroup/VK-GL-CTS/>`__
194 If some desired feature is missing or there is an OpenGL-related bug
204 of Mesa and Linux functionality, feature-wise Lima is able to support
219 containing a Mali-4xx is usually quite limited for modern standards and
224 and GPU limitations of the SoC with a Mali-4xx.
227 Mali-4xx would be a suitable target GPU.
235 ----------------------
237 - `#lima channel <irc://irc.oftc.net/lima>`__ on `irc.oftc.net <https://webchat.oftc.net/>`__
238 - `lima mailing list <https://lists.freedesktop.org/mailman/listinfo/lima>`__
239 - `dri-devel mailing list <https://lists.freedesktop.org/mailman/listinfo/dri-devel>`__
242 ---------
246 https://gitlab.freedesktop.org/lima/mali-syscall-tracker
249 ---------