summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt')
-rwxr-xr-xgpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt
new file mode 100755
index 0000000..b51f541
--- /dev/null
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_flipy.txt
@@ -0,0 +1,45 @@
+Name
+
+ CHROMIUM_flipy
+
+Name Strings
+
+ GL_CHROMIUM_flipy
+
+Version
+
+ Last Modifed Date: July 22, 2011
+
+Dependencies
+
+ OpenGL ES 2.0 is required.
+
+Overview
+
+ This extension adds the ability to vertically flip texture image data when
+ calling TexImage2D and TexSubImage2D.
+
+Issues
+
+
+New Tokens
+
+ Accepted by the <param> parameter of PixelStorei:
+
+ UNPACK_FLIP_Y_CHROMIUM 0x9240
+
+New Procedures and Functions
+
+ None.
+
+Errors
+
+ None.
+
+New State
+
+ None.
+
+Revision History
+
+ 7/22/2011 Documented the extension