mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
features: mark off GL 4.0 for zink
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8329>
This commit is contained in:
parent
ae9d6c5620
commit
3f640e56c4
1 changed files with 14 additions and 14 deletions
|
|
@ -111,10 +111,10 @@ GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft
|
|||
GL_ARB_vertex_type_2_10_10_10_rev DONE (freedreno, swr, v3d, panfrost)
|
||||
|
||||
|
||||
GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl
|
||||
GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink
|
||||
|
||||
GL_ARB_draw_buffers_blend DONE (freedreno, i965/gen6+, nv50, softpipe, swr, zink, panfrost, d3d12)
|
||||
GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, softpipe, swr, v3d, zink)
|
||||
GL_ARB_draw_buffers_blend DONE (freedreno, i965/gen6+, nv50, softpipe, swr, panfrost, d3d12)
|
||||
GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, softpipe, swr, v3d)
|
||||
GL_ARB_gpu_shader5 DONE (i965/gen7+)
|
||||
- 'precise' qualifier DONE (softpipe)
|
||||
- Dynamically uniform sampler array indices DONE (softpipe)
|
||||
|
|
@ -122,22 +122,22 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
|
|||
- Implicit signed -> unsigned conversions DONE (softpipe, swr)
|
||||
- Fused multiply-add DONE (softpipe, swr)
|
||||
- Packing/bitfield/conversion functions DONE (freedreno, softpipe, swr)
|
||||
- Enhanced textureGather DONE (freedreno, softpipe, swr, zink)
|
||||
- Enhanced textureGather DONE (freedreno, softpipe, swr)
|
||||
- Geometry shader instancing DONE (softpipe, swr)
|
||||
- Geometry shader multiple streams DONE (softpipe, swr)
|
||||
- Enhanced per-sample shading DONE ()
|
||||
- Interpolation functions DONE (softpipe)
|
||||
- New overload resolution rules DONE (softpipe)
|
||||
GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, softpipe, swr, zink)
|
||||
GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50, zink)
|
||||
GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, softpipe, swr, d3d12, zink)
|
||||
GL_ARB_tessellation_shader DONE (i965/gen7+, swr, zink)
|
||||
GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, swr, d3d12, zink)
|
||||
GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, softpipe, swr, zink)
|
||||
GL_ARB_texture_gather DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost, zink)
|
||||
GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost, zink, d3d12)
|
||||
GL_ARB_transform_feedback2 DONE (i965/gen6+, nv50, softpipe, swr, v3d, panfrost, zink)
|
||||
GL_ARB_transform_feedback3 DONE (i965/gen7+, softpipe, swr, zink)
|
||||
GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, softpipe, swr)
|
||||
GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50)
|
||||
GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, softpipe, swr, d3d12)
|
||||
GL_ARB_tessellation_shader DONE (i965/gen7+, swr)
|
||||
GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, swr, d3d12)
|
||||
GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, softpipe, swr)
|
||||
GL_ARB_texture_gather DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
|
||||
GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost, d3d12)
|
||||
GL_ARB_transform_feedback2 DONE (i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
|
||||
GL_ARB_transform_feedback3 DONE (i965/gen7+, softpipe, swr)
|
||||
|
||||
|
||||
GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue