summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 19:23:26 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 19:23:26 +0000
commite799a089252389b16dcd08a46afdec9947113cfa (patch)
tree8ca6072c77306a7c52c270d78b4e706345fee520 /libvo/gl_common.h
parentd1cbef4d8618dbaa523496f2f9a2fa16d91c34d9 (diff)
downloadmpv-e799a089252389b16dcd08a46afdec9947113cfa.tar.bz2
mpv-e799a089252389b16dcd08a46afdec9947113cfa.tar.xz
Support for 16 bit ppms
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 0e2334b1bc..775adf2158 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -180,6 +180,12 @@
#ifndef GL_UNSIGNED_SHORT_1_5_5_5_REV
#define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366
#endif
+#ifndef GL_RGB32F
+#define GL_RGB32F 0x8815
+#endif
+#ifndef GL_FLOAT_RGB32_NV
+#define GL_FLOAT_RGB32_NV 0x8889
+#endif
#ifndef GL_FRAGMENT_PROGRAM
#define GL_FRAGMENT_PROGRAM 0x8804
#endif