OSDN Git Service

docs: Renormalize older extensions.
authorRomain Failliot <romain.failliot@foolstep.com>
Tue, 15 Mar 2016 20:14:11 +0000 (16:14 -0400)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 17 Mar 2016 16:35:20 +0000 (11:35 -0500)
commit151724159d00dac4fa0ebddc76389e3e6412fb5b
tree45ed1072838728b4df8b5baa89972d6d4be568f1
parentf5d47dd428c8f7f5b4df08ee15496554ef19d50d
docs: Renormalize older extensions.

For older extensions, there is an explanation first and the extension
name in brackets, like that:
    Clamping controls (GL_ARB_color_buffer_float)
I inverted that so we have the extension first and then the explanation
in brackets, like that:
    GL_ARB_color_buffer_float (Clamping controls)

It will help me later to parse the few extensions that use this syntax:
    all drivers that support <GL_extension>

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
docs/GL3.txt