docs: refer to panfrost by version
The different Mali architecture versions are an easier way of reasoning about what is and what isn't supported, so let's switch to that. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32300>
This commit is contained in:
@@ -64,7 +64,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe,
|
||||
Depth format cube textures DONE (v3d)
|
||||
GLX_ARB_create_context (GLX 1.4 is required) DONE (v3d, vc4)
|
||||
Multisample anti-aliasing DONE (freedreno/a5xx+, freedreno (*), llvmpipe (*), softpipe (*)), v3d)
|
||||
8 draw buffers DONE (panfrost/t760+, v3d/vc7+)
|
||||
8 draw buffers DONE (panfrost/v5+, v3d/vc7+)
|
||||
|
||||
(*) freedreno (a2xx-a4xx), llvmpipe, and softpipe have fake Multisample anti-aliasing support
|
||||
|
||||
@@ -235,7 +235,7 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12,
|
||||
GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, llvmpipe, nvc0, crocus/gen6+)
|
||||
GL_ARB_shader_group_vote DONE (freedreno/a6xx, nvc0, llvmpipe, crocus)
|
||||
GL_ARB_spirv_extensions DONE (freedreno, llvmpipe)
|
||||
GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/g72+, crocus)
|
||||
GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/v6+, crocus)
|
||||
GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+)
|
||||
GL_KHR_no_error DONE (all drivers)
|
||||
|
||||
@@ -282,7 +282,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: freedreno/a6xx, radeonsi, virgl, llvmpipe, zin
|
||||
GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5)
|
||||
GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, nvc0, r600, softpipe, v3d)
|
||||
GL_OES_sample_shading DONE (freedreno/a6xx, nvc0, r600, panfrost, d3d12)
|
||||
GL_OES_sample_variables DONE (freedreno/a6xx, nvc0, r600, panfrost/bifrost, crocus/gen7+)
|
||||
GL_OES_sample_variables DONE (freedreno/a6xx, nvc0, r600, panfrost/v6+, crocus/gen7+)
|
||||
GL_OES_shader_image_atomic DONE (All drivers that support GLES 3.1)
|
||||
GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1)
|
||||
GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, nvc0, r600)
|
||||
@@ -325,7 +325,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
|
||||
GL_EXT_memory_object_fd DONE (freedreno, radeonsi, llvmpipe, zink, iris, crocus/gen7+)
|
||||
GL_EXT_memory_object_win32 DONE (zink, d3d12)
|
||||
GL_EXT_multisampled_render_to_texture DONE (freedreno/a6xx, panfrost, zink, lima)
|
||||
GL_EXT_render_snorm DONE (freedreno/a6xx, r600, radeonsi, softpipe, zink, panfrost/bifrost+, iris, asahi)
|
||||
GL_EXT_render_snorm DONE (freedreno/a6xx, r600, radeonsi, softpipe, zink, panfrost/v6+, iris, asahi)
|
||||
GL_EXT_semaphore DONE (radeonsi, zink, d3d12, iris, crocus)
|
||||
GL_EXT_semaphore_fd DONE (radeonsi, zink, iris, crocus)
|
||||
GL_EXT_semaphore_win32 DONE (zink, d3d12)
|
||||
|
Reference in New Issue
Block a user