mesa: Add core.h.
authorChia-I Wu <olv@lunarg.com>
Mon, 23 Aug 2010 09:39:15 +0000 (17:39 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 24 Aug 2010 03:00:29 +0000 (11:00 +0800)
commitf90b5936d07c4c8f280318ab5cf5894ecb67aef6
tree45ec3af41b90fe902422ac46e29f2770b4087fc8
parent6b6b45403740144fa5ef2ce362a4c5b9fd0066b6
mesa: Add core.h.

core.h is the public header of core mesa.  GLX, WGL, and GLSL are
supposed to include this header file.  It should be noted that headers
included by core.h must not perform feature tests (#if FEATURE_xxx).
Otherwise, we cannot, for example, mix a FEATURE_ES2 libmesagallium.a
with a FEATURE_GL libglsl.a.
src/mesa/main/core.h [new file with mode: 0644]
src/mesa/main/dd.h
src/mesa/main/mtypes.h