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
92d620c3
Commit
92d620c3
authored
May 31, 2012
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Advertise support for ANGLE_depth_texture
Trac #20875 Signed-off-by: Nicolas Capens git-svn-id:
https://angleproject.googlecode.com/svn/trunk@1116
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
68145c6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
version.h
src/common/version.h
+1
-1
Context.cpp
src/libGLESv2/Context.cpp
+5
-0
No files found.
src/common/version.h
View file @
92d620c3
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 1
083
#define BUILD_REVISION 1
116
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
src/libGLESv2/Context.cpp
View file @
92d620c3
...
...
@@ -3759,6 +3759,11 @@ void Context::initExtensionString()
mExtensionString
+=
"GL_EXT_texture_storage "
;
// ANGLE-specific extensions
if
(
supportsDepthTextures
())
{
mExtensionString
+=
"GL_ANGLE_depth_texture "
;
}
mExtensionString
+=
"GL_ANGLE_framebuffer_blit "
;
if
(
getMaxSupportedSamples
()
!=
0
)
{
...
...
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