freedreno/registers: update varying-related registers
[mesa.git] / docs / features.txt
index 0c607ba91ef0986559c67983568b6b00207ff3e4..42b7463fb5893bc508aeb1c9ade04c7ca11a529f 100644 (file)
@@ -36,47 +36,47 @@ context as extensions.
 Feature                                                 Status
 ------------------------------------------------------- ------------------------
 
-GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr, virgl
+GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr, virgl, zink
 
   glBindFragDataLocation, glGetFragDataLocation         DONE
-  GL_NV_conditional_render (Conditional rendering)      DONE (zink)
-  GL_ARB_map_buffer_range (Map buffer subranges)        DONE (v3d, zink)
-  GL_ARB_color_buffer_float (Clamping controls)         DONE (v3d, zink)
-  GL_ARB_texture_float (Float textures, renderbuffers)  DONE (v3d, zink)
-  GL_EXT_packed_float                                   DONE (v3d, zink)
-  GL_EXT_texture_shared_exponent                        DONE (v3d, zink)
-  GL_ARB_depth_buffer_float (Float depth buffers)       DONE (v3d, zink)
-  GL_ARB_framebuffer_object (Framebuffer objects)       DONE (v3d, zink)
+  GL_NV_conditional_render (Conditional rendering)      DONE ()
+  GL_ARB_map_buffer_range (Map buffer subranges)        DONE (v3d)
+  GL_ARB_color_buffer_float (Clamping controls)         DONE (v3d)
+  GL_ARB_texture_float (Float textures, renderbuffers)  DONE (v3d)
+  GL_EXT_packed_float                                   DONE (v3d)
+  GL_EXT_texture_shared_exponent                        DONE (v3d)
+  GL_ARB_depth_buffer_float (Float depth buffers)       DONE (v3d)
+  GL_ARB_framebuffer_object (Framebuffer objects)       DONE (v3d)
   GL_ARB_half_float_pixel                               DONE (all drivers)
-  GL_ARB_half_float_vertex                              DONE (v3d, zink)
-  GL_EXT_texture_integer                                DONE (v3d, zink)
-  GL_EXT_texture_array                                  DONE (v3d, zink)
-  GL_EXT_draw_buffers2 (Per-buffer blend and masks)     DONE (v3d, zink)
-  GL_EXT_texture_compression_rgtc                       DONE (zink)
-  GL_ARB_texture_rg                                     DONE (v3d, zink)
+  GL_ARB_half_float_vertex                              DONE (v3d)
+  GL_EXT_texture_integer                                DONE (v3d)
+  GL_EXT_texture_array                                  DONE (v3d)
+  GL_EXT_draw_buffers2 (Per-buffer blend and masks)     DONE (v3d)
+  GL_EXT_texture_compression_rgtc                       DONE ()
+  GL_ARB_texture_rg                                     DONE (v3d)
   GL_EXT_transform_feedback (Transform feedback)        DONE (v3d)
-  GL_ARB_vertex_array_object (Vertex array objects)     DONE (v3d, zink)
-  GL_EXT_framebuffer_sRGB (sRGB framebuffer format)     DONE (v3d, zink)
+  GL_ARB_vertex_array_object (Vertex array objects)     DONE (v3d)
+  GL_EXT_framebuffer_sRGB (sRGB framebuffer format)     DONE (v3d)
   glClearBuffer commands                                DONE
   glGetStringi command                                  DONE
   glTexParameterI, glGetTexParameterI commands          DONE
   glVertexAttribI commands                              DONE
-  Depth format cube textures                            DONE (zink)
-  GLX_ARB_create_context (GLX 1.4 is required)          DONE (v3d, zink)
-  Multisample anti-aliasing                             DONE (freedreno/a5xx+, freedreno (*), llvmpipe (*), softpipe (*), swr (*), zink)
-  8 draw buffers                                        DONE (zink)
+  Depth format cube textures                            DONE ()
+  GLX_ARB_create_context (GLX 1.4 is required)          DONE (v3d)
+  Multisample anti-aliasing                             DONE (freedreno/a5xx+, freedreno (*), llvmpipe (*), softpipe (*), swr (*))
+  8 draw buffers                                        DONE ()
 
 (*) freedreno (a2xx-a4xx), llvmpipe, softpipe, and swr have fake Multisample anti-aliasing support
 
 
 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr, virgl
 
-  Forward compatible context support/deprecations       DONE ()
+  Forward compatible context support/deprecations       DONE
   GL_ARB_draw_instanced (Instanced drawing)             DONE (v3d, zink)
   GL_ARB_copy_buffer (Buffer copying)                   DONE (v3d, zink)
-  GL_NV_primitive_restart (Primitive restart)           DONE (v3d)
+  GL_NV_primitive_restart (Primitive restart)           DONE ()
   16 vertex texture image units                         DONE (zink)
-  GL_ARB_texture_buffer_object (Texture buffer objs)    DONE (for OpenGL 3.1 contexts)
+  GL_ARB_texture_buffer_object (Texture buffer objs)    DONE (zink)
   GL_ARB_texture_rectangle (Rectangular textures)       DONE (v3d, zink)
   GL_ARB_uniform_buffer_object (Uniform buffer objs)    DONE (v3d)
   GL_EXT_texture_snorm (Signed normalized textures)     DONE (v3d, zink)