mesa: GL_ARB_map_buffer_alignment is not optional
authorSiavash Eliasi <siavashserver@gmail.com>
Thu, 28 Nov 2013 08:56:42 +0000 (12:26 +0330)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 29 Jan 2014 16:11:39 +0000 (09:11 -0700)
commit7fd6ad7adcf8a1c0fc1b2746d47ba5f05b8a3c7f
treeaaf7e94b7e999166afb3ab84e48192cb4b86e6af
parentb9aaa96ec3a75cdb5ce57e3487441b113391acc9
mesa: GL_ARB_map_buffer_alignment is not optional

Every driver supports it.  All current and future Gallium drivers always
support it, and all existing classic drivers support it.

v2: Making GL_ARB_map_buffer_alignment a desktop OpenGL extension only.

v3: Squash two commits together.

v4 (idr): MIN_MAP_BUFFER_ALIGNMENT queries don't have any dependencies.
In previous versions of the patch it depended on EXTRA_API_GL which
would prevent the query from working in core profile contexts.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/state_tracker/st_extensions.c