diff options
author | Eric Engestrom <[email protected]> | 2018-05-29 14:47:53 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-05-29 14:48:21 +0100 |
commit | e6a1aca0b27305a718b8679dea10c432f1fa2fc8 (patch) | |
tree | f72914d6bdd4b2d7bebb5986a2e49bfd8d57059c /docs | |
parent | 3b5376330fb0dd7a4c1fe15160bf67e30b33cdc9 (diff) |
docs: add missing html closing tag
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/18.0.0.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/relnotes/18.0.0.html b/docs/relnotes/18.0.0.html index 6fa6370a06a..9b7951bdf1b 100644 --- a/docs/relnotes/18.0.0.html +++ b/docs/relnotes/18.0.0.html @@ -48,8 +48,8 @@ Note: some of the new features are only available with certain drivers. <li>Disk shader cache support for i965 when MESA_GLSL_CACHE_DISABLE environment variable is set to "0" or "false"</li> <li>GL_ARB_shader_atomic_counters and GL_ARB_shader_atomic_counter_ops on r600/evergreen+</li> <li>GL_ARB_shader_image_load_store and GL_ARB_shader_image_size on r600/evergreen+</li> -<li>GL_ARB_shader_storage_buffer_object on r600/evergreen+<li> -<li>GL_ARB_compute_shader on r600/evergreen+<li> +<li>GL_ARB_shader_storage_buffer_object on r600/evergreen+</li> +<li>GL_ARB_compute_shader on r600/evergreen+</li> <li>GL_ARB_cull_distance on r600/evergreen+</li> <li>GL_ARB_enhanced_layouts on r600/evergreen+</li> <li>GL_ARB_bindless_texture on nvc0/kepler</li> |