mesa: Prefer newer names to older ones among names present in core.
authorEric Anholt <eric@anholt.net>
Thu, 26 Nov 2015 01:04:21 +0000 (17:04 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2015 18:24:38 +0000 (10:24 -0800)
commitc75cfe1c8a85cf2fc55826c58718d7654a4c5132
tree789afa17296aa94ca97ca824641a998ec7302223
parent710762b64a16d41bb3223ff78b719be27a51b303
mesa: Prefer newer names to older ones among names present in core.

Sometimes GL likes to rename an old enum when it grows a more general
purpose, and we should prefer the new name.  Changes from this:

GL_POINT/LINE_SIZE_* (1.1) -> GL_SMOOTH_POINT/LINE_SIZE_* (1.2)
GL_FOG_COORDINATE_* (1.4) -> GL_FOG_COORD_* (1.5)
GL_SOURCE[012]_RGB/ALPHA (1.3) -> GL_SRC0_RGB (1.5)
GL_COPY_READ/WRITE_BUFFER (3.1) -> GL_COPY_READ_BUFFER_BINDING (4.2)

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/gl_enums.py