From e380229bde242c24d50d33b9e6e96f948ed59f0d Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 9 Jun 2021 16:15:19 -0400 Subject: [PATCH] docs/panfrost: Update API versions Signed-off-by: Alyssa Rosenzweig Part-of: --- docs/drivers/panfrost.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst index 543cb8abbd3..85ab54780c9 100644 --- a/docs/drivers/panfrost.rst +++ b/docs/drivers/panfrost.rst @@ -9,12 +9,12 @@ microarchitectures. The following GPUs are currently supported: Product Architecture OpenGL ES OpenGL ========= ============ ============ ======= Mali T720 Midgard (v4) 2.0 2.1 -Mali T760 Midgard (v5) 3.0 3.1 -Mali T820 Midgard (v5) 3.0 3.1 -Mali T860 Midgard (v5) 3.0 3.1 -Mali G72 Bifrost (v6) 3.0 3.1 -Mali G31 Bifrost (v7) 3.0 3.1 -Mali G52 Bifrost (v7) 3.0 3.1 +Mali T760 Midgard (v5) 3.1 3.1 +Mali T820 Midgard (v5) 3.1 3.1 +Mali T860 Midgard (v5) 3.1 3.1 +Mali G72 Bifrost (v6) 3.1 3.1 +Mali G31 Bifrost (v7) 3.1 3.1 +Mali G52 Bifrost (v7) 3.1 3.1 ========= ============ ============ ======= Other Midgard and Bifrost chips (T604, T620, T830, T880, G71, G51, G76) may @@ -25,9 +25,6 @@ the hardware (``src/gallium/drivers/panfrost/pan_screen.c``). Older Mali chips based on the Utgard architecture (Mali 400, Mali 450) are supported in the Lima driver, not Panfrost. Lima is also available in Mesa. -Work to enable OpenGL ES 3.1 and OpenGL 3.1 is on-going for architectures v5 -and later (Mali T760 and newer). - Other graphics APIs (Vulkan, OpenCL) are not supported at this time. Building