mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
authorPaul Berry <stereotype441@gmail.com>
Tue, 27 Nov 2012 20:26:51 +0000 (12:26 -0800)
committerPaul Berry <stereotype441@gmail.com>
Thu, 29 Nov 2012 19:33:15 +0000 (11:33 -0800)
commitdbd6135bc1ba285128ab991c03c4df6fbd6fefe8
tree781c0057d2a7fa6dca36b39343dee3884ea650bb
parent3e163a137be7f9a80ec720903c4bda028de5681f
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.

This should help avoid confusion now that we're using the gl_api enum
to distinguishing between core and compatibility API's.  The
corresponding enum value for core API's is API_OPENGL_CORE.

Acked-by: Eric Anholt <eric@anholt.net>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
50 files changed:
src/gallium/state_trackers/dri/common/dri_context.c
src/glsl/builtins/tools/generate_builtins.py
src/glsl/glcpp/glcpp.c
src/glsl/main.cpp
src/glsl/test_optpass.cpp
src/mapi/glapi/gen/gl_genexec.py
src/mesa/drivers/common/meta.c
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/common/drisw_util.c
src/mesa/drivers/dri/i915/i915_context.c
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/intel/intel_screen.c
src/mesa/drivers/dri/nouveau/nouveau_context.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/radeon/radeon_common_context.c
src/mesa/drivers/dri/radeon/radeon_context.c
src/mesa/drivers/dri/swrast/swrast.c
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/windows/gdi/wmesa.c
src/mesa/drivers/x11/xm_api.c
src/mesa/main/api_loopback.c
src/mesa/main/api_validate.c
src/mesa/main/attrib.c
src/mesa/main/buffers.c
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/enable.c
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/fog.c
src/mesa/main/get.c
src/mesa/main/getstring.c
src/mesa/main/glformats.c
src/mesa/main/hint.c
src/mesa/main/light.c
src/mesa/main/matrix.c
src/mesa/main/mtypes.h
src/mesa/main/points.c
src/mesa/main/queryobj.c
src/mesa/main/shaderapi.c
src/mesa/main/texenv.c
src/mesa/main/texgen.c
src/mesa/main/teximage.c
src/mesa/main/texparam.c
src/mesa/main/version.c
src/mesa/main/vtxfmt.c
src/mesa/state_tracker/st_extensions.c
src/mesa/state_tracker/st_manager.c
src/mesa/vbo/vbo_context.c
src/mesa/vbo/vbo_exec_api.c