summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2012-07-19 10:38:28 -0700
committerJordan Justen <jordan.l.justen@intel.com>2012-07-24 15:41:58 -0700
commitf7a395f9707d1f883f54df4794b90c7eb54e92dd (patch)
treecd1e272dfc61e16585898cd79ab340a401cb616a /src/mesa
parent497bf5dd2b36c7d0c8ae23d2bf039c91b97140fc (diff)
mesa: add API_OPENGL_CORE api
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 3d59dc68ec1..7d779565e49 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3336,7 +3336,8 @@ typedef enum
{
API_OPENGL,
API_OPENGLES,
- API_OPENGLES2
+ API_OPENGLES2,
+ API_OPENGL_CORE,
} gl_api;
/**