docs: Update GL_ARB_get_program_binary docs to support 1 format
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 20 Nov 2017 21:42:33 +0000 (13:42 -0800)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 8 Dec 2017 06:01:02 +0000 (17:01 +1100)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
docs/features.txt
docs/relnotes/17.4.0.html

index 5d65d4fdf0291af120a9b7b80d2f82e2dd79431a..f5541d0342c7543858abbe27b8d755cff32599a8 100644 (file)
@@ -139,7 +139,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi
 GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi
 
   GL_ARB_ES2_compatibility                              DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr)
-  GL_ARB_get_program_binary                             DONE (0 binary formats)
+  GL_ARB_get_program_binary                             DONE (0 or 1 binary formats)
   GL_ARB_separate_shader_objects                        DONE (all drivers)
   GL_ARB_shader_precision                               DONE (i965/gen7+, all drivers that support GLSL 4.10)
   GL_ARB_vertex_attrib_64bit                            DONE (i965/gen7+, llvmpipe, softpipe)
index 8b32c4e6bda295a07646e08924107c7f255d45fa..5474e044d3807f27d7304e36ae4fa43928a3708f 100644 (file)
@@ -50,6 +50,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_shader_storage_buffer_object on r600/evergreen+<li>
 <li>GL_ARB_cull_distance on r600/evergreen+</li>
 <li>OpenGL 4.2 on r600/evergreen with hw fp64 support</li>
+<li>Support 1 binary format for GL_ARB_get_program_binary on i965</li>
 </ul>
 
 <h2>Bug fixes</h2>