diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dispatch.html | 2 | ||||
-rw-r--r-- | docs/relnotes/11.1.0.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html index c96ec2de302..c98ec6592d6 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -134,7 +134,7 @@ the common case.</p> <tr><td><pre> #define GET_DISPATCH() \ (_glapi_Dispatch != NULL) \ - ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key) + ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key) </pre></td></tr> <tr><td>Improved <tt>GET_DISPATCH</tt> Implementation</td></tr></table> </blockquote> diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 9dd21dd3173..9ba2d76d4c5 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -72,7 +72,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_EXT_blend_func_extended on all drivers that support the ARB version</li> <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li> <li>GL_EXT_draw_elements_base_vertex on all drivers</li> -<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> +<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> <li>GL_KHR_debug (GLES)</li> <li>GL_NV_conditional_render on freedreno</li> <li>GL_OES_draw_elements_base_vertex on all drivers</li> |