Module: Mesa Branch: main Commit: 5506b380326d67ae2a59c873c99a4e5357a3a8cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5506b380326d67ae2a59c873c99a4e5357a3a8cf
Author: Alyssa Rosenzweig <[email protected]> Date: Tue Sep 21 14:45:35 2021 -0400 docs/panfrost: We're conformant now! See https://www.khronos.org/conformance/adopters/conformant-products/opengles#submission_949 Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12965> --- docs/drivers/panfrost.rst | 7 ++++--- 1 file 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
