docs: correct name for GL_OES_primitive_bounding_box
authorErik Faye-Lund <kusmabite@gmail.com>
Mon, 18 Apr 2016 15:26:33 +0000 (17:26 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 18 Apr 2016 17:48:57 +0000 (10:48 -0700)
When this extension was added, an underscore were mistakenly replaced
by a space. Let's correct this, so it's a tad easier to grep for this
extension.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
docs/GL3.txt

index dc75cf8f875ff2dbcb142d0a221cb3884928ba7f..3febd6e45f0435a5f7a2eda666f6868d1f628768 100644 (file)
@@ -261,7 +261,7 @@ GLES3.2, GLSL ES 3.2
   GL_OES_draw_elements_base_vertex                      DONE (all drivers)
   GL_OES_geometry_shader                                started (Marta)
   GL_OES_gpu_shader5                                    DONE (all drivers that support GL_ARB_gpu_shader5)
-  GL_OES_primitive_bounding box                         not started
+  GL_OES_primitive_bounding_box                         not started
   GL_OES_sample_shading                                 DONE (nvc0, r600, radeonsi)
   GL_OES_sample_variables                               DONE (nvc0, r600, radeonsi)
   GL_OES_shader_image_atomic                            DONE (all drivers that support GL_ARB_shader_image_load_store)