diff options
author | Erik Faye-Lund <[email protected]> | 2016-04-18 17:26:33 +0200 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-04-18 10:48:57 -0700 |
commit | ee5b35142a822a7f1f2f6ee0d866f5aa4a0311d4 (patch) | |
tree | ab20a95af00739bd4cf30a53715b156377a9b202 /docs | |
parent | c092f9b96a0bdc415fec1760b8b345166b115483 (diff) |
docs: correct name for GL_OES_primitive_bounding_box
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 <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index dc75cf8f875..3febd6e45f0 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -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) |