aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-08-10 05:19:44 +0000
committergman@chromium.org <gman@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-08-10 05:19:44 +0000
commit50c526d210cb65f66e2ad6b25cacdacc41e10796 (patch)
tree147def51bf61ddcb45cf9500062e29a4cc518486 /extensions
parenta1a86201a53774f019aedf92cef22629c464350c (diff)
downloadangle-50c526d210cb65f66e2ad6b25cacdacc41e10796.tar.gz
Add support for DXT3 and DXT5
TEST=none BUG=none Review URL: http://codereview.appspot.com/4809068 git-svn-id: https://angleproject.googlecode.com/svn/trunk@721 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'extensions')
-rw-r--r--extensions/ANGLE_texture_compression_dxt.txt73
1 files changed, 73 insertions, 0 deletions
diff --git a/extensions/ANGLE_texture_compression_dxt.txt b/extensions/ANGLE_texture_compression_dxt.txt
new file mode 100644
index 00000000..d1557300
--- /dev/null
+++ b/extensions/ANGLE_texture_compression_dxt.txt
@@ -0,0 +1,73 @@
+Name
+
+ ANGLE_texture_compression_dxt
+
+Name Strings
+
+ GL_ANGLE_texture_compression_dxt3
+ GL_ANGLE_texture_compression_dxt5
+
+Contributors
+
+ Gregg Tavares, Google Inc.
+ Daniel Koch, TransGaming Inc.
+ Al Patrick, Google Inc.
+
+Contacts
+
+ Gregg Tavares, Google Inc. (gman 'at' google 'dot' com)
+
+Status
+
+ Implemented in ANGLE ES2
+
+Version
+
+ Last Modified Date: Aug 2, 2011
+
+Number
+
+ OpenGL ES Extension #..
+
+Dependencies
+
+ Requires OpenGL ES 2.0.
+
+ The extension is written against the OpenGL ES 2.0 specification.
+
+Overview
+
+ These extensions are exactly the same as EXT_texture_compression_dxt1
+ except they expose the formats COMPRESSED_RGBA_S3TC_DXT3_ANGLE and
+ COMPRESSED_RGBA_S3TC_DXT5_ANGLE respectively.
+
+ See EXT_texture_compression_dxt1 for the full list of changes. Also
+ see EXT_texture_compression_s3tc for a description of the formats.
+
+New Procedures and Functions
+
+ None.
+
+New Types
+
+ None.
+
+New Tokens
+
+ Accepted by the <internalformat> parameter of CompressedTexImage2D
+ and the <format> parameter of CompressedTexSubImage2D:
+
+ COMPRESSED_RGBA_S3TC_DXT3_ANGLE 0x83F2
+ COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3
+
+Errors
+
+ None.
+
+New State
+
+ None.
+
+Revision History
+
+