diff options
author | Alyssa Rosenzweig <alyssa@collabora.com> | 2021-09-21 14:45:35 -0400 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-09-21 19:01:45 +0000 |
commit | 5506b380326d67ae2a59c873c99a4e5357a3a8cf (patch) | |
tree | e9df3a42a0b756f834c43b1acce3868306387e9d | |
parent | 35ac184de087c3fd73fc7e55e9b96289677550bc (diff) |
docs/panfrost: We're conformant now!
See https://www.khronos.org/conformance/adopters/conformant-products/opengles#submission_949
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12965>
-rw-r--r-- | docs/drivers/panfrost.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst index 0ed8b2d8cbd..d5c5a83f025 100644 --- a/docs/drivers/panfrost.rst +++ b/docs/drivers/panfrost.rst @@ -1,9 +1,10 @@ Panfrost ======== -The Panfrost driver stack includes a **non-conformant** OpenGL ES -implementation for Arm Mali GPUs based on the Midgard and Bifrost -microarchitectures. The following GPUs are currently supported: +The Panfrost driver stack includes an OpenGL ES implementation for Arm Mali +GPUs based on the Midgard and Bifrost microarchitectures. It is **conformant** +on Mali G52 but **non-conformant** on other GPUs. The following hardware is +currently supported: ========= ============ ============ ======= Product Architecture OpenGL ES OpenGL |