Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
8983cbc5
Commit
8983cbc5
authored
Jan 17, 2012
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh EGL/eglext.h from Khronos
git-svn-id:
https://angleproject.googlecode.com/svn/trunk@944
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
35be8c1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
eglext.h
include/EGL/eglext.h
+20
-20
version.h
src/common/version.h
+1
-1
No files found.
include/EGL/eglext.h
View file @
8983cbc5
...
@@ -6,7 +6,7 @@ extern "C" {
...
@@ -6,7 +6,7 @@ extern "C" {
#endif
#endif
/*
/*
** Copyright (c) 2007-201
0
The Khronos Group Inc.
** Copyright (c) 2007-201
2
The Khronos Group Inc.
**
**
** Permission is hereby granted, free of charge, to any person obtaining a
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** copy of this software and/or associated documentation files (the
...
@@ -34,8 +34,8 @@ extern "C" {
...
@@ -34,8 +34,8 @@ extern "C" {
/* Header file version number */
/* Header file version number */
/* Current version at http://www.khronos.org/registry/egl/ */
/* Current version at http://www.khronos.org/registry/egl/ */
/* $Revision: 1
5052 $ on $Date: 2011-07-06 17:43:46 -0700 (Wed, 06 Jul 2011
) $ */
/* $Revision: 1
6473 $ on $Date: 2012-01-04 02:20:48 -0800 (Wed, 04 Jan 2012
) $ */
#define EGL_EGLEXT_VERSION 1
0
#define EGL_EGLEXT_VERSION 1
1
#ifndef EGL_KHR_config_attribs
#ifndef EGL_KHR_config_attribs
#define EGL_KHR_config_attribs 1
#define EGL_KHR_config_attribs 1
...
@@ -178,15 +178,15 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EG
...
@@ -178,15 +178,15 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EG
#ifndef EGL_NV_coverage_sample
#ifndef EGL_NV_coverage_sample
#define EGL_NV_coverage_sample 1
#define EGL_NV_coverage_sample 1
#define EGL_COVERAGE_BUFFERS_NV
0x30E0
#define EGL_COVERAGE_BUFFERS_NV
0x30E0
#define EGL_COVERAGE_SAMPLES_NV
0x30E1
#define EGL_COVERAGE_SAMPLES_NV
0x30E1
#endif
#endif
#ifndef EGL_NV_depth_nonlinear
#ifndef EGL_NV_depth_nonlinear
#define EGL_NV_depth_nonlinear 1
#define EGL_NV_depth_nonlinear 1
#define EGL_DEPTH_ENCODING_NV
0x30E2
#define EGL_DEPTH_ENCODING_NV
0x30E2
#define EGL_DEPTH_ENCODING_NONE_NV 0
#define EGL_DEPTH_ENCODING_NONE_NV 0
#define EGL_DEPTH_ENCODING_NONLINEAR_NV
0x30E3
#define EGL_DEPTH_ENCODING_NONLINEAR_NV
0x30E3
#endif
#endif
#if KHRONOS_SUPPORT_INT64
/* EGLTimeNV requires 64-bit uint support */
#if KHRONOS_SUPPORT_INT64
/* EGLTimeNV requires 64-bit uint support */
...
@@ -301,16 +301,16 @@ EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface
...
@@ -301,16 +301,16 @@ EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface
typedef
EGLBoolean
(
EGLAPIENTRYP
PFNEGLQUERYSURFACEPOINTERANGLEPROC
)
(
EGLDisplay
dpy
,
EGLSurface
surface
,
EGLint
attribute
,
void
**
value
);
typedef
EGLBoolean
(
EGLAPIENTRYP
PFNEGLQUERYSURFACEPOINTERANGLEPROC
)
(
EGLDisplay
dpy
,
EGLSurface
surface
,
EGLint
attribute
,
void
**
value
);
#endif
#endif
#ifndef EGL_ANGLE_surface_d3d_texture_2d_share_handle
#define EGL_ANGLE_surface_d3d_texture_2d_share_handle 1
#define EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE 0x3200
#endif
#ifndef EGL_ANGLE_software_display
#ifndef EGL_ANGLE_software_display
#define EGL_ANGLE_software_display 1
#define EGL_ANGLE_software_display 1
#define EGL_SOFTWARE_DISPLAY_ANGLE ((EGLNativeDisplayType)-1)
#define EGL_SOFTWARE_DISPLAY_ANGLE ((EGLNativeDisplayType)-1)
#endif
#endif
#ifndef EGL_ANGLE_surface_d3d_texture_2d_share_handle
#define EGL_ANGLE_surface_d3d_texture_2d_share_handle 1
#define EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE 0x3200
#endif
#ifndef EGL_NV_coverage_sample_resolve
#ifndef EGL_NV_coverage_sample_resolve
#define EGL_NV_coverage_sample_resolve 1
#define EGL_NV_coverage_sample_resolve 1
#define EGL_COVERAGE_SAMPLE_RESOLVE_NV 0x3131
#define EGL_COVERAGE_SAMPLE_RESOLVE_NV 0x3131
...
@@ -318,14 +318,6 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay
...
@@ -318,14 +318,6 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay
#define EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV 0x3133
#define EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV 0x3133
#endif
#endif
#ifndef EGL_EXT_create_context_robustness
#define EGL_EXT_create_context_robustness 1
#define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT 0x30BF
#define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT 0x3138
#define EGL_NO_RESET_NOTIFICATION_EXT 0x31BE
#define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF
#endif
#if KHRONOS_SUPPORT_INT64
/* EGLTimeKHR requires 64-bit uint support */
#if KHRONOS_SUPPORT_INT64
/* EGLTimeKHR requires 64-bit uint support */
#ifndef EGL_NV_system_time
#ifndef EGL_NV_system_time
#define EGL_NV_system_time 1
#define EGL_NV_system_time 1
...
@@ -341,6 +333,14 @@ typedef EGLuint64NV (EGLAPIENTRYP PFNEGLGETSYSTEMTIMENVPROC) (void);
...
@@ -341,6 +333,14 @@ typedef EGLuint64NV (EGLAPIENTRYP PFNEGLGETSYSTEMTIMENVPROC) (void);
#endif
#endif
#endif
#endif
#ifndef EGL_EXT_create_context_robustness
#define EGL_EXT_create_context_robustness 1
#define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT 0x30BF
#define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT 0x3138
#define EGL_NO_RESET_NOTIFICATION_EXT 0x31BE
#define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF
#endif
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
...
...
src/common/version.h
View file @
8983cbc5
#define MAJOR_VERSION 1
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 94
2
#define BUILD_REVISION 94
4
#define STRINGIFY(x) #x
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment