Search
lxdream.org :: lxdream/src/pvr2/glutil.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/glutil.c
changeset 1248:0ea1904e2b14
prev1245:01e0020adf88
next1258:f8a9c0fd2abb
author nkeynes
date Sun Mar 04 21:28:48 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Fix have_shaders in glrender.c
Set negative fog for lut when using shaders
file annotate diff log raw
1.1 --- a/src/pvr2/glutil.c Fri Mar 02 23:49:10 2012 +1000
1.2 +++ b/src/pvr2/glutil.c Sun Mar 04 21:28:48 2012 +1000
1.3 @@ -54,7 +54,7 @@
1.4 */
1.5 gboolean isGLMultitextureSupported()
1.6 {
1.7 - if( !isGLExtensionSupported("GL_ARB_multitexture") )
1.8 + if( !isOpenGLES2() && !isGLExtensionSupported("GL_ARB_multitexture") )
1.9 return FALSE;
1.10 int units = 0;
1.11
.