Henri Verbeet : wined3d: Remove the second set of EXT_texture_env_dot3 definitions.

Alexandre Julliard julliard at winehq.org
Fri Jan 22 08:26:50 CST 2010


Module: wine
Branch: master
Commit: 7047f09890a98154eb6263c45e5def97e265f162
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7047f09890a98154eb6263c45e5def97e265f162

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Jan 21 10:38:29 2010 +0100

wined3d: Remove the second set of EXT_texture_env_dot3 definitions.

---

 dlls/wined3d/wined3d_gl.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h
index eb0bda2..ad3c076 100644
--- a/dlls/wined3d/wined3d_gl.h
+++ b/dlls/wined3d/wined3d_gl.h
@@ -3273,13 +3273,6 @@ typedef void (WINE_GLAPI *PGLFNGETCOMPRESSEDTEXIMAGEPROC)(GLenum target, GLint l
 #define GL_DOT3_RGBA_EXT                                    0x8741
 #endif
 
-/* GL_EXT_texture_env_dot3 */
-#ifndef GL_EXT_texture_env_dot3
-#define GL_EXT_texture_env_dot3 1
-#define GL_DOT3_RGB_EXT                                     0x8740
-#define GL_DOT3_RGBA_EXT                                    0x8741
-#endif
-
 /* GL_EXT_texture_filter_anisotropic */
 #ifndef GL_EXT_texture_filter_anisotropic
 #define GL_EXT_texture_filter_anisotropic 1




More information about the wine-cvs mailing list