OpenGL ES support for Windows

This commit is contained in:
Gabriel Jacobo 2013-11-22 13:24:53 -03:00
parent 239ba53a4c
commit f21d3e7e2a
32 changed files with 6741 additions and 1210 deletions

2
test/configure vendored
View file

@ -3902,7 +3902,7 @@ if test x$have_opengles = xyes; then
fi
if test x$have_opengles2 = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
GLES2LIB="$XPATH -lGLESv2"
#GLES2LIB="$XPATH -lGLESv2"
fi
if test x$have_opengl = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGL"

View file

@ -161,7 +161,7 @@ if test x$have_opengles = xyes; then
fi
if test x$have_opengles2 = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
GLES2LIB="$XPATH -lGLESv2"
#GLES2LIB="$XPATH -lGLESv2"
fi
if test x$have_opengl = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGL"

File diff suppressed because it is too large Load diff