am 78f180af: Merge change 26414 into eclair

Merge commit '78f180af218017898593021a0b7fdf9b38aa2b25' into eclair-plus-aosp

* commit '78f180af218017898593021a0b7fdf9b38aa2b25':
  Update viewport when height or width change.
This commit is contained in:
Jason Sams
2009-09-22 12:32:51 -07:00
committed by Android Git Automerger

View File

@@ -112,8 +112,8 @@ bool Context::runRootScript()
#endif
rsAssert(mRootScript->mEnviroment.mIsRoot);
//glColor4f(1,1,1,1);
//glEnable(GL_LIGHT0);
eglQuerySurface(mEGL.mDisplay, mEGL.mSurface, EGL_WIDTH, &mEGL.mWidth);
eglQuerySurface(mEGL.mDisplay, mEGL.mSurface, EGL_HEIGHT, &mEGL.mHeight);
glViewport(0, 0, mEGL.mWidth, mEGL.mHeight);
glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
glEnable(GL_POINT_SMOOTH);